marble
Marble::GeoSceneFilter Class Reference
#include <GeoSceneFilter.h>
Inheritance diagram for Marble::GeoSceneFilter:
Public Member Functions | |
GeoSceneFilter (const QString &name) | |
~GeoSceneFilter () | |
void | addPalette (const GeoScenePalette *palette) |
QString | name () const |
QList< const GeoScenePalette * > | palette () const |
int | removePalette (const GeoScenePalette *palette) |
void | setName (const QString &name) |
void | setType (const QString &type) |
QString | type () const |
Public Member Functions inherited from Marble::GeoNode | |
GeoNode () | |
virtual | ~GeoNode () |
virtual const char * | nodeType () const |
Detailed Description
Filter of a GeoScene document.
Definition at line 39 of file GeoSceneFilter.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 29 of file GeoSceneFilter.cpp.
Marble::GeoSceneFilter::~GeoSceneFilter | ( | ) |
Definition at line 35 of file GeoSceneFilter.cpp.
Member Function Documentation
void Marble::GeoSceneFilter::addPalette | ( | const GeoScenePalette * | palette | ) |
Definition at line 65 of file GeoSceneFilter.cpp.
QString Marble::GeoSceneFilter::name | ( | ) | const |
Definition at line 40 of file GeoSceneFilter.cpp.
QList< const GeoScenePalette * > Marble::GeoSceneFilter::palette | ( | ) | const |
Definition at line 60 of file GeoSceneFilter.cpp.
int Marble::GeoSceneFilter::removePalette | ( | const GeoScenePalette * | palette | ) |
Definition at line 70 of file GeoSceneFilter.cpp.
void Marble::GeoSceneFilter::setName | ( | const QString & | name | ) |
Definition at line 45 of file GeoSceneFilter.cpp.
void Marble::GeoSceneFilter::setType | ( | const QString & | type | ) |
Definition at line 55 of file GeoSceneFilter.cpp.
QString Marble::GeoSceneFilter::type | ( | ) | const |
Definition at line 50 of file GeoSceneFilter.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.