marble
#include <GeoDataIconStyle.h>
Additional Inherited Members | |
Public Types inherited from Marble::GeoDataColorStyle | |
enum | ColorMode { Normal, Random } |
Protected Member Functions inherited from Marble::GeoDataObject | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
Definition at line 29 of file GeoDataIconStyle.h.
Constructor & Destructor Documentation
Marble::GeoDataIconStyle::GeoDataIconStyle | ( | ) |
Definition at line 52 of file GeoDataIconStyle.cpp.
Marble::GeoDataIconStyle::GeoDataIconStyle | ( | const GeoDataIconStyle & | other | ) |
Definition at line 57 of file GeoDataIconStyle.cpp.
|
explicit |
Definition at line 62 of file GeoDataIconStyle.cpp.
Marble::GeoDataIconStyle::~GeoDataIconStyle | ( | ) |
Definition at line 67 of file GeoDataIconStyle.cpp.
Member Function Documentation
int Marble::GeoDataIconStyle::heading | ( | ) | const |
Definition at line 151 of file GeoDataIconStyle.cpp.
QPointF Marble::GeoDataIconStyle::hotSpot | ( | GeoDataHotSpot::Units & | xunits, |
GeoDataHotSpot::Units & | yunits | ||
) | const |
Definition at line 136 of file GeoDataIconStyle.cpp.
QImage Marble::GeoDataIconStyle::icon | ( | ) | const |
Definition at line 117 of file GeoDataIconStyle.cpp.
QString Marble::GeoDataIconStyle::iconPath | ( | ) | const |
Definition at line 112 of file GeoDataIconStyle.cpp.
|
virtual |
Provides type information for downcasting a GeoData.
Reimplemented from Marble::GeoDataColorStyle.
Definition at line 97 of file GeoDataIconStyle.cpp.
bool Marble::GeoDataIconStyle::operator!= | ( | const GeoDataIconStyle & | other | ) | const |
Definition at line 92 of file GeoDataIconStyle.cpp.
GeoDataIconStyle & Marble::GeoDataIconStyle::operator= | ( | const GeoDataIconStyle & | other | ) |
Definition at line 72 of file GeoDataIconStyle.cpp.
bool Marble::GeoDataIconStyle::operator== | ( | const GeoDataIconStyle & | other | ) | const |
Definition at line 79 of file GeoDataIconStyle.cpp.
|
virtual |
Serialize the style to a stream.
- Parameters
-
stream the stream
Reimplemented from Marble::GeoDataColorStyle.
Definition at line 161 of file GeoDataIconStyle.cpp.
float Marble::GeoDataIconStyle::scale | ( | ) | const |
Definition at line 146 of file GeoDataIconStyle.cpp.
void Marble::GeoDataIconStyle::setHeading | ( | int | heading | ) |
Definition at line 156 of file GeoDataIconStyle.cpp.
void Marble::GeoDataIconStyle::setHotSpot | ( | const QPointF & | hotSpot, |
GeoDataHotSpot::Units | xunits, | ||
GeoDataHotSpot::Units | yunits | ||
) |
Definition at line 129 of file GeoDataIconStyle.cpp.
void Marble::GeoDataIconStyle::setIcon | ( | const QImage & | icon | ) |
Definition at line 102 of file GeoDataIconStyle.cpp.
void Marble::GeoDataIconStyle::setIconPath | ( | const QString & | filename | ) |
Definition at line 107 of file GeoDataIconStyle.cpp.
void Marble::GeoDataIconStyle::setScale | ( | const float & | scale | ) |
Definition at line 141 of file GeoDataIconStyle.cpp.
|
virtual |
Unserialize the style from a stream.
- Parameters
-
stream the stream
Reimplemented from Marble::GeoDataColorStyle.
Definition at line 170 of file GeoDataIconStyle.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.