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:72
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:77
virtual const char * nodeType() const
Provides type information for downcasting a GeoNode.
Definition: GeoDataStyleMap.cpp:48
GeoDataStyleSelector & operator=(const GeoDataStyleSelector &other)
assignment operator
Definition: GeoDataStyleSelector.cpp:48
virtual void pack(QDataStream &stream) const
Serialize the styleselector to a stream.
Definition: GeoDataStyleSelector.cpp:70
virtual void pack(QDataStream &stream) const
Serialize the stylemap to a stream.
Definition: GeoDataStyleMap.cpp:71
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:78
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.