marble
#include <GeoDataOverlay.h>

Protected Member Functions | |
GeoDataOverlay (GeoDataOverlayPrivate *priv) | |
GeoDataOverlay (const GeoDataOverlay &other, GeoDataOverlayPrivate *priv) | |
bool | equals (const GeoDataOverlay &other) const |
![]() | |
GeoDataFeature (GeoDataFeaturePrivate *dd) | |
GeoDataFeature (const GeoDataFeature &other, GeoDataFeaturePrivate *dd) | |
bool | equals (const GeoDataFeature &other) const |
![]() | |
virtual bool | equals (const GeoDataObject &other) const |
Additional Inherited Members | |
![]() | |
GeoDataFeaturePrivate *const | d_ptr |
Detailed Description
Definition at line 28 of file GeoDataOverlay.h.
Constructor & Destructor Documentation
Marble::GeoDataOverlay::GeoDataOverlay | ( | ) |
Constructor.
Definition at line 16 of file GeoDataOverlay.cpp.
|
override |
Definition at line 38 of file GeoDataOverlay.cpp.
Marble::GeoDataOverlay::GeoDataOverlay | ( | const GeoDataOverlay & | other | ) |
Definition at line 22 of file GeoDataOverlay.cpp.
|
explicitprotected |
Definition at line 28 of file GeoDataOverlay.cpp.
|
protected |
Definition at line 33 of file GeoDataOverlay.cpp.
Member Function Documentation
QString Marble::GeoDataOverlay::absoluteIconFile | ( | ) | const |
Returns the iconFile as an absolute filename.
Relative files are resolved relative to the directory of the GeoDataDocument this overlay is part of (
- See also
- fileName of GeoDataDocument)
Definition at line 104 of file GeoDataOverlay.cpp.
QColor Marble::GeoDataOverlay::color | ( | ) | const |
Definition at line 52 of file GeoDataOverlay.cpp.
int Marble::GeoDataOverlay::drawOrder | ( | ) | const |
Definition at line 64 of file GeoDataOverlay.cpp.
|
protected |
Definition at line 110 of file GeoDataOverlay.cpp.
QImage Marble::GeoDataOverlay::icon | ( | ) | const |
Definition at line 76 of file GeoDataOverlay.cpp.
QString Marble::GeoDataOverlay::iconFile | ( | ) | const |
Definition at line 98 of file GeoDataOverlay.cpp.
GeoDataOverlay & Marble::GeoDataOverlay::operator= | ( | const GeoDataOverlay & | other | ) |
Definition at line 42 of file GeoDataOverlay.cpp.
void Marble::GeoDataOverlay::setColor | ( | const QColor & | color | ) |
Definition at line 58 of file GeoDataOverlay.cpp.
void Marble::GeoDataOverlay::setDrawOrder | ( | int | order | ) |
Definition at line 70 of file GeoDataOverlay.cpp.
void Marble::GeoDataOverlay::setIcon | ( | const QImage & | icon | ) |
Definition at line 85 of file GeoDataOverlay.cpp.
void Marble::GeoDataOverlay::setIconFile | ( | const QString & | path | ) |
Definition at line 91 of file GeoDataOverlay.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 01:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.