marble
GeoDataStyleMap.cpp
Go to the documentation of this file.
38 : GeoDataStyleSelector( other ) , QMap<QString,QString>(other), d( new GeoDataStyleMapPrivate( *other.d ) )
const char * GeoDataStyleMapType
Definition: GeoDataTypes.cpp:78
GeoDataStyleMap & operator=(const GeoDataStyleMap &other)
assignment operator
Definition: GeoDataStyleMap.cpp:63
a class to map different styles to one style
Definition: GeoDataStyleMap.h:38
void setLastKey(QString key)
Set the last key this property is needed to set an entry in the kml parser after the parser has set t...
Definition: GeoDataStyleMap.cpp:58
virtual void unpack(QDataStream &stream)
Unserialize the styleselector from a stream.
Definition: GeoDataStyleSelector.cpp:66
virtual const char * nodeType() const
Provides type information for downcasting a GeoNode.
Definition: GeoDataStyleMap.cpp:48
bool operator!=(const GeoDataStyleMap &other) const
Definition: GeoDataStyleMap.cpp:82
GeoDataStyleSelector & operator=(const GeoDataStyleSelector &other)
assignment operator
Definition: GeoDataStyleSelector.cpp:39
bool operator==(const GeoDataStyleMap &other) const
Definition: GeoDataStyleMap.cpp:71
virtual void pack(QDataStream &stream) const
Serialize the styleselector to a stream.
Definition: GeoDataStyleSelector.cpp:61
virtual void pack(QDataStream &stream) const
Serialize the stylemap to a stream.
Definition: GeoDataStyleMap.cpp:87
QMap< Key, T > & operator=(const QMap< Key, T > &other)
const Key key(const T &value) const
a base class for the style classes
Definition: GeoDataStyleSelector.h:40
virtual void unpack(QDataStream &stream)
Unserialize the stylemap from a stream.
Definition: GeoDataStyleMap.cpp:94
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.