Marble
GeoDataPolyStyle.cpp
73 return d->m_fill == other.d->m_fill && d->m_outline == other.d->m_outline && d->m_brushStyle == other.d->m_brushStyle;
an abstract base class for various style classes
Definition GeoDataColorStyle.h:58
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
GeoDataColorStyle & operator=(const GeoDataColorStyle &other)
assignment operator
Definition GeoDataColorStyle.cpp:54
void unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition GeoDataPolyStyle.cpp:157
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition GeoDataPolyStyle.cpp:81
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition GeoDataPolyStyle.cpp:148
GeoDataPolyStyle & operator=(const GeoDataPolyStyle &other)
assignment operator
Definition GeoDataPolyStyle.cpp:60
void setColorIndex(quint8 colorIndex)
Set the color index which will be used to assign color to brush.
Definition GeoDataPolyStyle.cpp:116
bool outline() const
Return true if outlines of polygons get drawn.
Definition GeoDataPolyStyle.cpp:101
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
bool isNull() const const
bool isEmpty() const const
SolidPattern
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.