Marble::GeoSceneFilter
#include <GeoSceneFilter.h>

Public Member Functions | |
GeoSceneFilter (const QString &name) | |
void | addPalette (const GeoScenePalette *palette) |
QString | name () const |
const char * | nodeType () const override |
QList< const GeoScenePalette * > | palette () const |
int | removePalette (const GeoScenePalette *palette) |
void | setName (const QString &name) |
void | setType (const QString &type) |
QString | type () const |
Detailed Description
Filter of a GeoScene document.
Definition at line 24 of file GeoSceneFilter.h.
Constructor & Destructor Documentation
◆ GeoSceneFilter()
|
explicit |
Definition at line 15 of file GeoSceneFilter.cpp.
◆ ~GeoSceneFilter()
|
override |
Definition at line 21 of file GeoSceneFilter.cpp.
Member Function Documentation
◆ addPalette()
Definition at line 51 of file GeoSceneFilter.cpp.
◆ name()
Definition at line 26 of file GeoSceneFilter.cpp.
◆ nodeType()
|
overridevirtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoNode.
Definition at line 61 of file GeoSceneFilter.cpp.
◆ palette()
Definition at line 46 of file GeoSceneFilter.cpp.
◆ removePalette()
Definition at line 56 of file GeoSceneFilter.cpp.
◆ setName()
Definition at line 31 of file GeoSceneFilter.cpp.
◆ setType()
Definition at line 41 of file GeoSceneFilter.cpp.
◆ type()
Definition at line 36 of file GeoSceneFilter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 18 2025 12:04:12 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.