marble
#include <GeoDataStyleSelector.h>

Public Member Functions | |
| GeoDataStyleSelector () | |
| GeoDataStyleSelector (const GeoDataStyleSelector &other) | |
| ~GeoDataStyleSelector () | |
| virtual const char * | nodeType () const |
| bool | operator!= (const GeoDataStyleSelector &other) const |
| GeoDataStyleSelector & | operator= (const GeoDataStyleSelector &other) |
| bool | operator== (const GeoDataStyleSelector &other) const |
| virtual void | pack (QDataStream &stream) const |
| virtual void | unpack (QDataStream &stream) |
Public Member Functions inherited from Marble::GeoDataObject | |
| GeoDataObject () | |
| GeoDataObject (const GeoDataObject &) | |
| virtual | ~GeoDataObject () |
| QString | id () const |
| GeoDataObject & | operator= (const GeoDataObject &) |
| virtual GeoDataObject * | parent () const |
| QString | resolvePath (const QString &relativePath) const |
| void | setId (const QString &value) |
| virtual void | setParent (GeoDataObject *parent) |
| void | setTargetId (const QString &value) |
| QString | targetId () const |
Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () |
Public Member Functions inherited from Marble::Serializable | |
| virtual | ~Serializable () |
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataObject | |
| virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
a 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.
Definition at line 40 of file GeoDataStyleSelector.h.
Constructor & Destructor Documentation
| Marble::GeoDataStyleSelector::GeoDataStyleSelector | ( | ) |
Definition at line 24 of file GeoDataStyleSelector.cpp.
| Marble::GeoDataStyleSelector::GeoDataStyleSelector | ( | const GeoDataStyleSelector & | other | ) |
Definition at line 29 of file GeoDataStyleSelector.cpp.
| Marble::GeoDataStyleSelector::~GeoDataStyleSelector | ( | ) |
Definition at line 34 of file GeoDataStyleSelector.cpp.
Member Function Documentation
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Reimplemented in Marble::GeoDataStyle, and Marble::GeoDataStyleMap.
Definition at line 56 of file GeoDataStyleSelector.cpp.
| bool Marble::GeoDataStyleSelector::operator!= | ( | const GeoDataStyleSelector & | other | ) | const |
Definition at line 51 of file GeoDataStyleSelector.cpp.
| GeoDataStyleSelector & Marble::GeoDataStyleSelector::operator= | ( | const GeoDataStyleSelector & | other | ) |
assignment operator
Definition at line 39 of file GeoDataStyleSelector.cpp.
| bool Marble::GeoDataStyleSelector::operator== | ( | const GeoDataStyleSelector & | other | ) | const |
Definition at line 46 of file GeoDataStyleSelector.cpp.
|
virtual |
Serialize the styleselector to a stream.
- Parameters
-
stream the stream
Reimplemented from Marble::GeoDataObject.
Reimplemented in Marble::GeoDataStyle, and Marble::GeoDataStyleMap.
Definition at line 61 of file GeoDataStyleSelector.cpp.
|
virtual |
Unserialize the styleselector from a stream.
- Parameters
-
stream the stream
Reimplemented from Marble::GeoDataObject.
Reimplemented in Marble::GeoDataStyle, and Marble::GeoDataStyleMap.
Definition at line 66 of file GeoDataStyleSelector.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from