Marble
GeoDataLineStyle.cpp
GeoDataLineStyle & operator=(const GeoDataLineStyle &other)
assignment operator
Definition: GeoDataLineStyle.cpp:58
float physicalWidth() const
Return the current physical width of the line.
Definition: GeoDataLineStyle.cpp:99
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition: GeoDataColorStyle.cpp:110
FlatCap
void pack(QDataStream &stream) const override
Serialize the style to a stream.
Definition: GeoDataLineStyle.cpp:159
void unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition: GeoDataLineStyle.cpp:170
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
Qt::PenCapStyle capStyle() const
Return the current pen cap style.
Definition: GeoDataLineStyle.cpp:119
void setPhysicalWidth(float realWidth)
Set the physical width of the line (in meters)
Definition: GeoDataLineStyle.cpp:104
GeoDataColorStyle & operator=(const GeoDataColorStyle &other)
assignment operator
Definition: GeoDataColorStyle.cpp:53
an abstract base class for various style classes
Definition: GeoDataColorStyle.h:58
const char * nodeType() const override
Provides type information for downcasting a GeoData.
Definition: GeoDataLineStyle.cpp:84
void setDashPattern(const QVector< qreal > &pattern)
Sets the dash pattern.
Definition: GeoDataLineStyle.cpp:154
bool cosmeticOutline() const
Return whether the line has a cosmetic 1 pixel outline.
Definition: GeoDataLineStyle.cpp:109
void setCosmeticOutline(bool enabled)
Set whether the line has a cosmetic 1 pixel outline.
Definition: GeoDataLineStyle.cpp:114
SolidLine
QVector< qreal > dashPattern() const
Return the current dash pattern.
Definition: GeoDataLineStyle.cpp:149
void unpack(QDataStream &stream) override
Unserialize the style from a stream.
Definition: GeoDataColorStyle.cpp:119
void setBackground(bool background)
Set whether to draw the solid background.
Definition: GeoDataLineStyle.cpp:144
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 03:53:53 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 03:53:53 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.