Marble
GeoDataLineStyle.cpp
74 return d->m_width == other.d->m_width && d->m_physicalWidth == other.d->m_physicalWidth && d->m_capStyle == other.d->m_capStyle
75 && d->m_penStyle == other.d->m_penStyle && d->m_background == other.d->m_background && d->m_pattern == other.d->m_pattern;
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
const char * nodeType() const override
Provides type information for downcasting a GeoData.
Definition GeoDataLineStyle.cpp:83
QList< qreal > dashPattern() const
Return the current dash pattern.
Definition GeoDataLineStyle.cpp:148
void setCosmeticOutline(bool enabled)
Set whether the line has a cosmetic 1 pixel outline.
Definition GeoDataLineStyle.cpp:113
void setDashPattern(const QList< qreal > &pattern)
Sets the dash pattern.
Definition GeoDataLineStyle.cpp:153
void unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition GeoDataLineStyle.cpp:169
Qt::PenCapStyle capStyle() const
Return the current pen cap style.
Definition GeoDataLineStyle.cpp:118
void setBackground(bool background)
Set whether to draw the solid background.
Definition GeoDataLineStyle.cpp:143
float physicalWidth() const
Return the current physical width of the line.
Definition GeoDataLineStyle.cpp:98
GeoDataLineStyle & operator=(const GeoDataLineStyle &other)
assignment operator
Definition GeoDataLineStyle.cpp:61
void setPhysicalWidth(float realWidth)
Set the physical width of the line (in meters)
Definition GeoDataLineStyle.cpp:103
bool cosmeticOutline() const
Return whether the line has a cosmetic 1 pixel outline.
Definition GeoDataLineStyle.cpp:108
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition GeoDataLineStyle.cpp:158
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
FlatCap
SolidLine
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.