Marble
GeoDataLabelStyle.cpp
87 return d->m_scale == other.d->m_scale && d->m_alignment == other.d->m_alignment && d->m_font == other.d->m_font && d->m_glow == other.d->m_glow;
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
specifies how the name of a GeoDataFeature is drawn
Definition GeoDataLabelStyle.h:30
GeoDataLabelStyle & operator=(const GeoDataLabelStyle &other)
assignment operator
Definition GeoDataLabelStyle.cpp:74
const char * nodeType() const override
Provides type information for downcasting a GeoData.
Definition GeoDataLabelStyle.cpp:95
void setAlignment(GeoDataLabelStyle::Alignment alignment)
Set the alignment of the label.
Definition GeoDataLabelStyle.cpp:100
GeoDataLabelStyle::Alignment alignment() const
Return the alignment of the label.
Definition GeoDataLabelStyle.cpp:105
bool glow() const
Return true if the text of the label should glow, false otherwise.
Definition GeoDataLabelStyle.cpp:143
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition GeoDataLabelStyle.cpp:153
void unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition GeoDataLabelStyle.cpp:162
void setGlow(bool on)
Enable or disable a glow effect around the text of the label.
Definition GeoDataLabelStyle.cpp:148
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
int pointSize() const const
void setPointSize(int pointSize)
Corner
black
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.