Marble::GeoScenePalette
Marble::GeoScenePalette Class Reference
#include <GeoScenePalette.h>
Inheritance diagram for Marble::GeoScenePalette:
Public Member Functions | |
GeoScenePalette (const QString &type, const QString &file) | |
QString | file () const |
const char * | nodeType () const override |
bool | operator== (const GeoScenePalette &rhs) const |
void | setFile (const QString &file) |
void | setType (const QString &type) |
QString | type () const |
Public Member Functions inherited from Marble::GeoNode |
Detailed Description
Palette of a GeoScene document.
Definition at line 21 of file GeoScenePalette.h.
Constructor & Destructor Documentation
◆ GeoScenePalette()
Definition at line 14 of file GeoScenePalette.cpp.
Member Function Documentation
◆ file()
QString Marble::GeoScenePalette::file | ( | ) | const |
Definition at line 30 of file GeoScenePalette.cpp.
◆ nodeType()
|
overridevirtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoNode.
Definition at line 45 of file GeoScenePalette.cpp.
◆ operator==()
bool Marble::GeoScenePalette::operator== | ( | const GeoScenePalette & | rhs | ) | const |
Definition at line 40 of file GeoScenePalette.cpp.
◆ setFile()
void Marble::GeoScenePalette::setFile | ( | const QString & | file | ) |
Definition at line 35 of file GeoScenePalette.cpp.
◆ setType()
void Marble::GeoScenePalette::setType | ( | const QString & | type | ) |
Definition at line 25 of file GeoScenePalette.cpp.
◆ type()
QString Marble::GeoScenePalette::type | ( | ) | const |
Definition at line 20 of file GeoScenePalette.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.