marble
#include <GeoSceneProperty.h>
Signals | |
void | valueChanged (QString, bool) |
Public Member Functions | |
GeoSceneProperty (const QString &name) | |
bool | available () const |
bool | defaultValue () const |
QString | name () const |
virtual const char * | nodeType () const |
void | setAvailable (bool available) |
void | setDefaultValue (bool defaultValue) |
void | setValue (bool value) |
bool | value () const |
Public Member Functions inherited from Marble::GeoNode | |
GeoNode () | |
virtual | ~GeoNode () |
Detailed Description
Settings property within a GeoScene document.
Definition at line 39 of file GeoSceneProperty.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 30 of file GeoSceneProperty.cpp.
Member Function Documentation
bool Marble::GeoSceneProperty::available | ( | ) | const |
Definition at line 48 of file GeoSceneProperty.cpp.
bool Marble::GeoSceneProperty::defaultValue | ( | ) | const |
Definition at line 58 of file GeoSceneProperty.cpp.
QString Marble::GeoSceneProperty::name | ( | ) | const |
Definition at line 43 of file GeoSceneProperty.cpp.
|
virtual |
Reimplemented from Marble::GeoNode.
Definition at line 38 of file GeoSceneProperty.cpp.
void Marble::GeoSceneProperty::setAvailable | ( | bool | available | ) |
Definition at line 53 of file GeoSceneProperty.cpp.
void Marble::GeoSceneProperty::setDefaultValue | ( | bool | defaultValue | ) |
Definition at line 63 of file GeoSceneProperty.cpp.
void Marble::GeoSceneProperty::setValue | ( | bool | value | ) |
Definition at line 74 of file GeoSceneProperty.cpp.
bool Marble::GeoSceneProperty::value | ( | ) | const |
Definition at line 69 of file GeoSceneProperty.cpp.
|
signal |
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.