OSM::UniqueElement
OSM::UniqueElement Class Reference
#include <element.h>
Public Member Functions | |
UniqueElement (const UniqueElement &)=delete | |
UniqueElement (Node *node) | |
UniqueElement (Relation *rel) | |
UniqueElement (UniqueElement &&other) | |
UniqueElement (Way *way) | |
constexpr Element | element () const |
operator bool () const | |
constexpr | operator Element () const |
UniqueElement & | operator= (const UniqueElement &)=delete |
UniqueElement & | operator= (UniqueElement &&other) |
void | removeTag (TagKey key) |
void | setId (Id id) |
void | setTagValue (TagKey key, const QByteArray &value) |
Detailed Description
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jan 29 2023 04:09:34 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jan 29 2023 04:09:34 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.