Marble
GeoDataColorStyle.cpp
63 return equals(other) && d->m_color == other.d->m_color && d->m_colorMode == other.d->m_colorMode;
an abstract base class for various style classes
Definition GeoDataColorStyle.h:58
static QString contrastColor(const QColor &color)
Definition GeoDataColorStyle.cpp:128
void unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition GeoDataColorStyle.cpp:119
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition GeoDataColorStyle.cpp:110
QColor paintedColor() const
Returns the color that should be painted: Either color() or a randomized version of it,...
Definition GeoDataColorStyle.cpp:95
const char * nodeType() const override
Provides type information for downcasting a GeoData.
Definition GeoDataColorStyle.cpp:71
GeoDataColorStyle & operator=(const GeoDataColorStyle &other)
assignment operator
Definition GeoDataColorStyle.cpp:54
void pack(QDataStream &stream) const override
Reimplemented from Serializable.
Definition GeoDataObject.cpp:115
void unpack(QDataStream &steam) override
Reimplemented from Serializable.
Definition GeoDataObject.cpp:121
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
QRandomGenerator * global()
white
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.