marble
Marble::GeoSceneIcon Class Reference
#include <GeoSceneIcon.h>
Inheritance diagram for Marble::GeoSceneIcon:
Public Member Functions | |
| GeoSceneIcon () | |
| ~GeoSceneIcon () | |
| QColor | color () const |
| QString | pixmap () const |
| void | setColor (const QColor &) |
| void | setPixmap (const QString &) |
Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () |
| virtual const char * | nodeType () const |
Detailed Description
Icon properties of a GeoScene document.
Definition at line 38 of file GeoSceneIcon.h.
Constructor & Destructor Documentation
| Marble::GeoSceneIcon::GeoSceneIcon | ( | ) |
Definition at line 27 of file GeoSceneIcon.cpp.
| Marble::GeoSceneIcon::~GeoSceneIcon | ( | ) |
Definition at line 33 of file GeoSceneIcon.cpp.
Member Function Documentation
| QColor Marble::GeoSceneIcon::color | ( | ) | const |
Definition at line 47 of file GeoSceneIcon.cpp.
| QString Marble::GeoSceneIcon::pixmap | ( | ) | const |
Definition at line 37 of file GeoSceneIcon.cpp.
| void Marble::GeoSceneIcon::setColor | ( | const QColor & | color | ) |
Definition at line 52 of file GeoSceneIcon.cpp.
| void Marble::GeoSceneIcon::setPixmap | ( | const QString & | pixmap | ) |
Definition at line 42 of file GeoSceneIcon.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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