marble
GeoDataLabelStyle.cpp
Go to the documentation of this file.
bool operator==(const GeoDataLabelStyle &other) const
Definition: GeoDataLabelStyle.cpp:90
~GeoDataLabelStyle()
Definition: GeoDataLabelStyle.cpp:78
GeoDataLabelStyle & operator=(const GeoDataLabelStyle &other)
assignment operator
Definition: GeoDataLabelStyle.cpp:83
virtual const char * nodeType() const
Provides type information for downcasting a GeoData.
Definition: GeoDataLabelStyle.cpp:103
virtual void pack(QDataStream &stream) const
Serialize the style to a stream.
Definition: GeoDataColorStyle.cpp:118
const char * GeoDataLabelStyleType
Definition: GeoDataTypes.cpp:48
an abstract base class for various style classes
Definition: GeoDataColorStyle.h:64
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataLabelStyle.cpp:157
bool glow() const
Return true if the text of the label should glow, false otherwise.
Definition: GeoDataLabelStyle.cpp:138
bool operator!=(const GeoDataLabelStyle &other) const
Definition: GeoDataLabelStyle.cpp:98
GeoDataLabelStyle::Alignment alignment() const
Return the alignment of the label.
Definition: GeoDataLabelStyle.cpp:113
virtual void pack(QDataStream &stream) const
Serialize the style to a stream.
Definition: GeoDataLabelStyle.cpp:148
specifies how the name of a GeoDataFeature is drawn
Definition: GeoDataLabelStyle.h:36
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataColorStyle.cpp:127
void setGlow(bool on)
Enable or disable a glow effect around the text of the label.
Definition: GeoDataLabelStyle.cpp:143
void setAlignment(GeoDataLabelStyle::Alignment alignment)
Set the alignment of the label.
Definition: GeoDataLabelStyle.cpp:108
GeoDataColorStyle & operator=(const GeoDataColorStyle &other)
assignment operator
Definition: GeoDataColorStyle.cpp:61
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.