marble
#include <GeoSceneGroup.h>

Signals | |
| void | valueChanged (QString, bool) |
Public Member Functions | |
| GeoSceneGroup (const QString &name) | |
| ~GeoSceneGroup () | |
| void | addProperty (GeoSceneProperty *) |
| QString | name () const |
| QVector< GeoSceneProperty * > | properties () |
| QVector< const GeoSceneProperty * > | properties () const |
| const GeoSceneProperty * | property (const QString &name) const |
| GeoSceneProperty * | property (const QString &name) |
| bool | propertyAvailable (const QString &name, bool &available) const |
| bool | propertyValue (const QString &name, bool &value) const |
| bool | setPropertyValue (const QString &name, bool value) |
Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () |
| virtual const char * | nodeType () const |
Detailed Description
Group inside the settings of a GeoScene document.
Definition at line 40 of file GeoSceneGroup.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file GeoSceneGroup.cpp.
| Marble::GeoSceneGroup::~GeoSceneGroup | ( | ) |
Definition at line 36 of file GeoSceneGroup.cpp.
Member Function Documentation
| void Marble::GeoSceneGroup::addProperty | ( | GeoSceneProperty * | property | ) |
Add a property to this setting group.
- Parameters
-
property the new property
Definition at line 88 of file GeoSceneGroup.cpp.
| QString Marble::GeoSceneGroup::name | ( | ) | const |
Definition at line 154 of file GeoSceneGroup.cpp.
| QVector< GeoSceneProperty * > Marble::GeoSceneGroup::properties | ( | ) |
Definition at line 138 of file GeoSceneGroup.cpp.
| QVector< const GeoSceneProperty * > Marble::GeoSceneGroup::properties | ( | ) | const |
Definition at line 143 of file GeoSceneGroup.cpp.
| const GeoSceneProperty * Marble::GeoSceneGroup::property | ( | const QString & | name | ) | const |
Definition at line 114 of file GeoSceneGroup.cpp.
| GeoSceneProperty * Marble::GeoSceneGroup::property | ( | const QString & | name | ) |
Definition at line 132 of file GeoSceneGroup.cpp.
| bool Marble::GeoSceneGroup::propertyAvailable | ( | const QString & | name, |
| bool & | available | ||
| ) | const |
Get the availability of a property in this group.
- Parameters
-
name the property name available availability of the property
- Returns
truethe property was registered in this groupfalsethe property wasn't registered in this group
Definition at line 41 of file GeoSceneGroup.cpp.
| bool Marble::GeoSceneGroup::propertyValue | ( | const QString & | name, |
| bool & | value | ||
| ) | const |
Get the value of a property in this group.
- Parameters
-
name the property name value the value of the property
- Returns
truethe property was found and returned accordinglyfalsethe property couldn't be found in this group
Definition at line 72 of file GeoSceneGroup.cpp.
| bool Marble::GeoSceneGroup::setPropertyValue | ( | const QString & | name, |
| bool | value | ||
| ) |
Set the value of a property in this group.
- Parameters
-
name the property name value the value of the property
- Returns
truethe property was found and changed accordinglyfalsethe property couldn't be found in this group
Definition at line 57 of file GeoSceneGroup.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.
KDE API Reference
Public Member Functions inherited from