marble
#include <GeoDataOverlay.h>

Protected Member Functions | |
| bool | equals (const GeoDataOverlay &other) const | 
  Protected Member Functions inherited from Marble::GeoDataFeature | |
| GeoDataFeature (GeoDataFeaturePrivate *priv) | |
| bool | equals (const GeoDataFeature &other) const | 
  Protected Member Functions inherited from Marble::GeoDataObject | |
| virtual bool | equals (const GeoDataObject &other) const | 
Detailed Description
Definition at line 27 of file GeoDataOverlay.h.
Constructor & Destructor Documentation
| Marble::GeoDataOverlay::GeoDataOverlay | ( | ) | 
Constructor.
Definition at line 38 of file GeoDataOverlay.cpp.
| Marble::GeoDataOverlay::~GeoDataOverlay | ( | ) | 
Definition at line 43 of file GeoDataOverlay.cpp.
| Marble::GeoDataOverlay::GeoDataOverlay | ( | const GeoDataOverlay & | other | ) | 
Definition at line 48 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 #fileName of #GeoDataDocument)
Definition at line 103 of file GeoDataOverlay.cpp.
| QColor Marble::GeoDataOverlay::color | ( | ) | const | 
Definition at line 60 of file GeoDataOverlay.cpp.
| int Marble::GeoDataOverlay::drawOrder | ( | ) | const | 
Definition at line 70 of file GeoDataOverlay.cpp.
      
  | 
  protected | 
Definition at line 108 of file GeoDataOverlay.cpp.
| QImage Marble::GeoDataOverlay::icon | ( | ) | const | 
Definition at line 80 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 54 of file GeoDataOverlay.cpp.
| void Marble::GeoDataOverlay::setColor | ( | const QColor & | color | ) | 
Definition at line 65 of file GeoDataOverlay.cpp.
| void Marble::GeoDataOverlay::setDrawOrder | ( | int | order | ) | 
Definition at line 75 of file GeoDataOverlay.cpp.
| void Marble::GeoDataOverlay::setIcon | ( | const QImage & | icon | ) | 
Definition at line 88 of file GeoDataOverlay.cpp.
| void Marble::GeoDataOverlay::setIconFile | ( | const QString & | path | ) | 
Definition at line 93 of file GeoDataOverlay.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:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from