Marble::GeoSceneItem
#include <GeoSceneItem.h>
Public Member Functions | |
GeoSceneItem (const QString &name) | |
bool | checkable () const |
QString | connectTo () const |
GeoSceneIcon * | icon () |
const GeoSceneIcon * | icon () const |
QString | name () const |
const char * | nodeType () const override |
void | setCheckable (bool checkable) |
void | setConnectTo (const QString &text) |
void | setSpacing (int spacing) |
void | setText (const QString &text) |
int | spacing () const |
QString | text () const |
Public Member Functions inherited from Marble::GeoNode |
Detailed Description
The section item in a legend of a GeoScene document.
Definition at line 23 of file GeoSceneItem.h.
Constructor & Destructor Documentation
◆ GeoSceneItem()
|
explicit |
Definition at line 15 of file GeoSceneItem.cpp.
◆ ~GeoSceneItem()
|
override |
Definition at line 25 of file GeoSceneItem.cpp.
Member Function Documentation
◆ checkable()
bool Marble::GeoSceneItem::checkable | ( | ) | const |
Definition at line 60 of file GeoSceneItem.cpp.
◆ connectTo()
QString Marble::GeoSceneItem::connectTo | ( | ) | const |
Definition at line 70 of file GeoSceneItem.cpp.
◆ icon() [1/2]
GeoSceneIcon * Marble::GeoSceneItem::icon | ( | ) |
Definition at line 40 of file GeoSceneItem.cpp.
◆ icon() [2/2]
const GeoSceneIcon * Marble::GeoSceneItem::icon | ( | ) | const |
Definition at line 35 of file GeoSceneItem.cpp.
◆ name()
QString Marble::GeoSceneItem::name | ( | ) | const |
Definition at line 45 of file GeoSceneItem.cpp.
◆ nodeType()
|
overridevirtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoNode.
Definition at line 30 of file GeoSceneItem.cpp.
◆ setCheckable()
void Marble::GeoSceneItem::setCheckable | ( | bool | checkable | ) |
Definition at line 65 of file GeoSceneItem.cpp.
◆ setConnectTo()
void Marble::GeoSceneItem::setConnectTo | ( | const QString & | text | ) |
Definition at line 75 of file GeoSceneItem.cpp.
◆ setSpacing()
void Marble::GeoSceneItem::setSpacing | ( | int | spacing | ) |
Definition at line 85 of file GeoSceneItem.cpp.
◆ setText()
void Marble::GeoSceneItem::setText | ( | const QString & | text | ) |
Definition at line 55 of file GeoSceneItem.cpp.
◆ spacing()
int Marble::GeoSceneItem::spacing | ( | ) | const |
Definition at line 80 of file GeoSceneItem.cpp.
◆ text()
QString Marble::GeoSceneItem::text | ( | ) | const |
Definition at line 50 of file GeoSceneItem.cpp.
The documentation for this class was generated from the following files:
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.