Marble::GeoSceneSection
Marble::GeoSceneSection Class Reference
#include <GeoSceneSection.h>
Inheritance diagram for Marble::GeoSceneSection:

Public Member Functions | |
GeoSceneSection (const QString &name) | |
void | addItem (GeoSceneItem *) |
bool | checkable () const |
QString | connectTo () const |
QString | heading () const |
GeoSceneItem * | item (const QString &) |
QVector< GeoSceneItem * > | items () const |
QString | name () const |
const char * | nodeType () const override |
QString | radio () const |
void | setCheckable (bool checkable) |
void | setConnectTo (const QString &text) |
void | setHeading (const QString &heading) |
void | setRadio (const QString &radio) |
void | setSpacing (int spacing) |
int | spacing () const |
Detailed Description
Section of a GeoScene document.
Definition at line 24 of file GeoSceneSection.h.
Member Function Documentation
◆ addItem()
void Marble::GeoSceneSection::addItem | ( | GeoSceneItem * | item | ) |
Add an item to the legend section.
- Parameters
-
item the new item
Definition at line 34 of file GeoSceneSection.cpp.
◆ nodeType()
|
overridevirtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoNode.
Definition at line 29 of file GeoSceneSection.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:12:29 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:12:29 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.