marble
#include <GeoSceneHead.h>
Public Member Functions | |
GeoSceneHead () | |
~GeoSceneHead () | |
QString | description () const |
const GeoSceneIcon * | icon () const |
GeoSceneIcon * | icon () |
const GeoSceneLicense * | license () const |
GeoSceneLicense * | license () |
QString | mapThemeId () const |
QString | name () const |
virtual const char * | nodeType () const |
qreal | radius () const |
void | setDescription (const QString &) |
void | setName (const QString &name) |
void | setRadius (qreal radius) |
void | setTarget (const QString &target) |
void | setTheme (const QString &theme) |
void | setVisible (bool visible) |
QString | target () const |
QString | theme () const |
bool | visible () const |
const GeoSceneZoom * | zoom () const |
GeoSceneZoom * | zoom () |
Public Member Functions inherited from Marble::GeoNode | |
GeoNode () | |
virtual | ~GeoNode () |
Detailed Description
General properties and identifiers of a GeoScene document.
Definition at line 42 of file GeoSceneHead.h.
Constructor & Destructor Documentation
Marble::GeoSceneHead::GeoSceneHead | ( | ) |
Definition at line 76 of file GeoSceneHead.cpp.
Marble::GeoSceneHead::~GeoSceneHead | ( | ) |
Definition at line 81 of file GeoSceneHead.cpp.
Member Function Documentation
QString Marble::GeoSceneHead::description | ( | ) | const |
Definition at line 126 of file GeoSceneHead.cpp.
const GeoSceneIcon * Marble::GeoSceneHead::icon | ( | ) | const |
Definition at line 156 of file GeoSceneHead.cpp.
GeoSceneIcon * Marble::GeoSceneHead::icon | ( | ) |
Definition at line 161 of file GeoSceneHead.cpp.
const GeoSceneLicense * Marble::GeoSceneHead::license | ( | ) | const |
Definition at line 176 of file GeoSceneHead.cpp.
GeoSceneLicense * Marble::GeoSceneHead::license | ( | ) |
Definition at line 180 of file GeoSceneHead.cpp.
QString Marble::GeoSceneHead::mapThemeId | ( | ) | const |
Definition at line 116 of file GeoSceneHead.cpp.
QString Marble::GeoSceneHead::name | ( | ) | const |
Definition at line 91 of file GeoSceneHead.cpp.
|
virtual |
Reimplemented from Marble::GeoNode.
Definition at line 86 of file GeoSceneHead.cpp.
qreal Marble::GeoSceneHead::radius | ( | ) | const |
Planet radius, 0.0 if unknown.
Definition at line 136 of file GeoSceneHead.cpp.
void Marble::GeoSceneHead::setDescription | ( | const QString & | description | ) |
Definition at line 131 of file GeoSceneHead.cpp.
void Marble::GeoSceneHead::setName | ( | const QString & | name | ) |
Definition at line 96 of file GeoSceneHead.cpp.
void Marble::GeoSceneHead::setRadius | ( | qreal | radius | ) |
Definition at line 141 of file GeoSceneHead.cpp.
void Marble::GeoSceneHead::setTarget | ( | const QString & | target | ) |
Definition at line 106 of file GeoSceneHead.cpp.
void Marble::GeoSceneHead::setTheme | ( | const QString & | theme | ) |
Definition at line 121 of file GeoSceneHead.cpp.
void Marble::GeoSceneHead::setVisible | ( | bool | visible | ) |
Definition at line 151 of file GeoSceneHead.cpp.
QString Marble::GeoSceneHead::target | ( | ) | const |
Definition at line 101 of file GeoSceneHead.cpp.
QString Marble::GeoSceneHead::theme | ( | ) | const |
Definition at line 111 of file GeoSceneHead.cpp.
bool Marble::GeoSceneHead::visible | ( | ) | const |
Definition at line 146 of file GeoSceneHead.cpp.
const GeoSceneZoom * Marble::GeoSceneHead::zoom | ( | ) | const |
Definition at line 166 of file GeoSceneHead.cpp.
GeoSceneZoom * Marble::GeoSceneHead::zoom | ( | ) |
Definition at line 171 of file GeoSceneHead.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.