marble
GeoDataPolyStyle.cpp
Go to the documentation of this file.
bool operator==(const GeoDataPolyStyle &other) const
Definition: GeoDataPolyStyle.cpp:69
const char * GeoDataPolyStyleType
Definition: GeoDataTypes.cpp:70
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataPolyStyle.cpp:139
bool operator!=(const GeoDataPolyStyle &other) const
Definition: GeoDataPolyStyle.cpp:80
virtual void pack(QDataStream &stream) const
Serialize the style to a stream.
Definition: GeoDataPolyStyle.cpp:130
GeoDataPolyStyle & operator=(const GeoDataPolyStyle &other)
assignment operator
Definition: GeoDataPolyStyle.cpp:62
virtual void pack(QDataStream &stream) const
Serialize the style to a stream.
Definition: GeoDataColorStyle.cpp:118
virtual const char * nodeType() const
Provides type information for downcasting a GeoNode.
Definition: GeoDataPolyStyle.cpp:85
an abstract base class for various style classes
Definition: GeoDataColorStyle.h:64
bool outline() const
Return true if outlines of polygons get drawn.
Definition: GeoDataPolyStyle.cpp:105
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataColorStyle.cpp:127
void setOutline(const bool &outline)
Set whether to draw the outline.
Definition: GeoDataPolyStyle.cpp:100
GeoDataColorStyle & operator=(const GeoDataColorStyle &other)
assignment operator
Definition: GeoDataColorStyle.cpp:61
specifies the style how polygons are drawn
Definition: GeoDataPolyStyle.h:34
void setColorIndex(quint8 colorIndex)
Set the color index which will be used to assign color to brush.
Definition: GeoDataPolyStyle.cpp:120
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.