marble
GeoDataLineStyle.cpp
Go to the documentation of this file.
Qt::PenCapStyle capStyle() const
Return the current pen cap style.
Definition: GeoDataLineStyle.cpp:115
QVector< qreal > dashPattern() const
Return the current dash pattern.
Definition: GeoDataLineStyle.cpp:145
Qt::PenStyle penStyle() const
Return the current pen cap style.
Definition: GeoDataLineStyle.cpp:125
virtual const char * nodeType() const
Provides type information for downcasting a GeoData.
Definition: GeoDataLineStyle.cpp:90
virtual void pack(QDataStream &stream) const
Serialize the style to a stream.
Definition: GeoDataLineStyle.cpp:155
void setBackground(bool background)
Set whether to draw the solid background.
Definition: GeoDataLineStyle.cpp:140
bool operator==(const GeoDataLineStyle &other) const
Definition: GeoDataLineStyle.cpp:71
GeoDataLineStyle & operator=(const GeoDataLineStyle &other)
assignment operator
Definition: GeoDataLineStyle.cpp:64
virtual void pack(QDataStream &stream) const
Serialize the style to a stream.
Definition: GeoDataColorStyle.cpp:118
void setPhysicalWidth(const float &realWidth)
Set the physical width of the line (in meters)
Definition: GeoDataLineStyle.cpp:110
an abstract base class for various style classes
Definition: GeoDataColorStyle.h:64
bool operator!=(const GeoDataLineStyle &other) const
Definition: GeoDataLineStyle.cpp:85
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataColorStyle.cpp:127
void setDashPattern(const QVector< qreal > &pattern)
Sets the dash pattern.
Definition: GeoDataLineStyle.cpp:150
float physicalWidth() const
Return the current physical width of the line.
Definition: GeoDataLineStyle.cpp:105
const char * GeoDataLineStyleType
Definition: GeoDataTypes.cpp:54
GeoDataColorStyle & operator=(const GeoDataColorStyle &other)
assignment operator
Definition: GeoDataColorStyle.cpp:61
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataLineStyle.cpp:166
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.