Marble
GeoDataStyle.cpp
75 return d->m_iconStyle == other.d->m_iconStyle && d->m_labelStyle == other.d->m_labelStyle && d->m_lineStyle == other.d->m_lineStyle
76 && d->m_polyStyle == other.d->m_polyStyle && d->m_balloonStyle == other.d->m_balloonStyle && d->m_listStyle == other.d->m_listStyle;
specifies how the name of a GeoDataFeature is drawn
Definition GeoDataLabelStyle.h:30
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 unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition GeoDataLineStyle.cpp:169
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition GeoDataLineStyle.cpp:158
void unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition GeoDataPolyStyle.cpp:157
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition GeoDataPolyStyle.cpp:148
an abstract base class for the style classes
Definition GeoDataStyleSelector.h:32
GeoDataStyleSelector & operator=(const GeoDataStyleSelector &other)
assignment operator
Definition GeoDataStyleSelector.cpp:35
void unpack(QDataStream &stream) override
Unserialize the styleselector from a stream.
Definition GeoDataStyleSelector.cpp:56
void pack(QDataStream &stream) const override
Serialize the styleselector to a stream.
Definition GeoDataStyleSelector.cpp:51
void setBalloonStyle(const GeoDataBalloonStyle &style)
set the balloon style
Definition GeoDataStyle.cpp:110
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition GeoDataStyle.cpp:181
GeoDataLabelStyle & labelStyle()
Return the label style of this style.
Definition GeoDataStyle.cpp:151
void unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition GeoDataStyle.cpp:193
void setLabelStyle(const GeoDataLabelStyle &style)
set the label style
Definition GeoDataStyle.cpp:100
GeoDataStyle & operator=(const GeoDataStyle &other)
assignment operator
Definition GeoDataStyle.cpp:62
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition GeoDataStyle.cpp:84
GeoDataBalloonStyle & balloonStyle()
Return the balloon style of this style.
Definition GeoDataStyle.cpp:161
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
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.