marble
GeoDataLineStyle.cpp
Go to the documentation of this file.
Qt::PenCapStyle capStyle() const
Return the current pen cap style.
Definition: GeoDataLineStyle.cpp:96
QVector< qreal > dashPattern() const
Return the current dash pattern.
Definition: GeoDataLineStyle.cpp:126
Qt::PenStyle penStyle() const
Return the current pen cap style.
Definition: GeoDataLineStyle.cpp:106
virtual const char * nodeType() const
Provides type information for downcasting a GeoData.
Definition: GeoDataLineStyle.cpp:71
virtual void pack(QDataStream &stream) const
Serialize the style to a stream.
Definition: GeoDataLineStyle.cpp:136
void setBackground(bool background)
Set whether to draw the solid background.
Definition: GeoDataLineStyle.cpp:121
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:107
void setPhysicalWidth(const float &realWidth)
Set the physical width of the line (in meters)
Definition: GeoDataLineStyle.cpp:91
an abstract base class for various style classes
Definition: GeoDataColorStyle.h:64
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataColorStyle.cpp:116
void setDashPattern(const QVector< qreal > &pattern)
Sets the dash pattern.
Definition: GeoDataLineStyle.cpp:131
float physicalWidth() const
Return the current physical width of the line.
Definition: GeoDataLineStyle.cpp:86
const char * GeoDataLineStyleType
Definition: GeoDataTypes.cpp:50
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:147
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.