Marble::GeoDataStyleSelector
#include <GeoDataStyleSelector.h>
Public Member Functions | |
bool | operator!= (const GeoDataStyleSelector &other) const |
GeoDataStyleSelector & | operator= (const GeoDataStyleSelector &other) |
bool | operator== (const GeoDataStyleSelector &other) const |
void | pack (QDataStream &stream) const override |
void | unpack (QDataStream &stream) override |
Public Member Functions inherited from Marble::GeoDataObject | |
GeoDataObject (const GeoDataObject &) | |
QString | id () const |
GeoDataObject & | operator= (const GeoDataObject &) |
void | pack (QDataStream &stream) const override |
GeoDataObject * | parent () |
const GeoDataObject * | parent () const |
QString | resolvePath (const QString &relativePath) const |
void | setId (const QString &value) |
void | setParent (GeoDataObject *parent) |
void | setTargetId (const QString &value) |
QString | targetId () const |
void | unpack (QDataStream &steam) override |
Public Member Functions inherited from Marble::GeoNode | |
virtual const char * | nodeType () const =0 |
Protected Member Functions | |
GeoDataStyleSelector (const GeoDataStyleSelector &other) | |
Protected Member Functions inherited from Marble::GeoDataObject | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
an abstract base class for the style classes
A GeoDataStyleSelector is a base class for the style classes Style and StyleMap classes. The StyleMap class selects a style based on the current mode of a Placemark (highlighted or normal). An element derived from StyleSelector is uniquely identified by its id and its url.
- See also
- GeoDataStyle
- GeoDataStyleMap
Definition at line 31 of file GeoDataStyleSelector.h.
Constructor & Destructor Documentation
◆ ~GeoDataStyleSelector()
|
override |
Definition at line 30 of file GeoDataStyleSelector.cpp.
◆ GeoDataStyleSelector() [1/2]
|
protected |
Definition at line 18 of file GeoDataStyleSelector.cpp.
◆ GeoDataStyleSelector() [2/2]
|
protected |
Definition at line 24 of file GeoDataStyleSelector.cpp.
Member Function Documentation
◆ operator!=()
bool Marble::GeoDataStyleSelector::operator!= | ( | const GeoDataStyleSelector & | other | ) | const |
Definition at line 46 of file GeoDataStyleSelector.cpp.
◆ operator=()
GeoDataStyleSelector & Marble::GeoDataStyleSelector::operator= | ( | const GeoDataStyleSelector & | other | ) |
assignment operator
Definition at line 35 of file GeoDataStyleSelector.cpp.
◆ operator==()
bool Marble::GeoDataStyleSelector::operator== | ( | const GeoDataStyleSelector & | other | ) | const |
Definition at line 41 of file GeoDataStyleSelector.cpp.
◆ pack()
|
override |
Serialize the styleselector to a stream.
- Parameters
-
stream the stream
Definition at line 51 of file GeoDataStyleSelector.cpp.
◆ unpack()
|
override |
Unserialize the styleselector from a stream.
- Parameters
-
stream the stream
Definition at line 56 of file GeoDataStyleSelector.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.