marble
GeoDataColorStyle.cpp
Go to the documentation of this file.
virtual ~GeoDataColorStyle()
Definition: GeoDataColorStyle.cpp:56
virtual const char * nodeType() const
Provides type information for downcasting a GeoData.
Definition: GeoDataColorStyle.cpp:79
virtual bool equals(const GeoDataObject &other) const
Compares the value of id and targetId of the two objects.
Definition: GeoDataObject.cpp:126
virtual void pack(QDataStream &stream) const
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:114
bool operator==(const GeoDataColorStyle &other) const
Definition: GeoDataColorStyle.cpp:68
virtual void pack(QDataStream &stream) const
Serialize the style to a stream.
Definition: GeoDataColorStyle.cpp:118
const char * GeoDataColorStyleType
Definition: GeoDataTypes.cpp:33
an abstract base class for various style classes
Definition: GeoDataColorStyle.h:64
bool operator!=(const GeoDataColorStyle &other) const
Definition: GeoDataColorStyle.cpp:74
void setColorMode(const ColorMode &colorMode)
Set a new color mode.
Definition: GeoDataColorStyle.cpp:108
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataColorStyle.cpp:127
GeoDataObject & operator=(const GeoDataObject &)
Definition: GeoDataObject.cpp:54
virtual void unpack(QDataStream &steam)
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:120
GeoDataColorStyle & operator=(const GeoDataColorStyle &other)
assignment operator
Definition: GeoDataColorStyle.cpp:61
QColor paintedColor() const
Returns the color that should be painted: Either color() or a randomized version of it...
Definition: GeoDataColorStyle.cpp:103
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.