Marble::GeoSceneSection

Search for usage in LXR

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
 
GeoSceneItemitem (const QString &)
 
QList< 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
 
- Public Member Functions inherited from Marble::GeoNode

Detailed Description

Section of a GeoScene document.

Definition at line 24 of file GeoSceneSection.h.

Constructor & Destructor Documentation

◆ GeoSceneSection()

Marble::GeoSceneSection::GeoSceneSection ( const QString & name)
explicit

Definition at line 15 of file GeoSceneSection.cpp.

◆ ~GeoSceneSection()

Marble::GeoSceneSection::~GeoSceneSection ( )
override

Definition at line 22 of file GeoSceneSection.cpp.

Member Function Documentation

◆ addItem()

void Marble::GeoSceneSection::addItem ( GeoSceneItem * item)

Add an item to the legend section.

Parameters
itemthe new item

Definition at line 32 of file GeoSceneSection.cpp.

◆ checkable()

bool Marble::GeoSceneSection::checkable ( ) const

Definition at line 93 of file GeoSceneSection.cpp.

◆ connectTo()

QString Marble::GeoSceneSection::connectTo ( ) const

Definition at line 103 of file GeoSceneSection.cpp.

◆ heading()

QString Marble::GeoSceneSection::heading ( ) const

Definition at line 83 of file GeoSceneSection.cpp.

◆ item()

GeoSceneItem * Marble::GeoSceneSection::item ( const QString & name)

Definition at line 52 of file GeoSceneSection.cpp.

◆ items()

QList< GeoSceneItem * > Marble::GeoSceneSection::items ( ) const

Definition at line 73 of file GeoSceneSection.cpp.

◆ name()

QString Marble::GeoSceneSection::name ( ) const

Definition at line 78 of file GeoSceneSection.cpp.

◆ nodeType()

const char * Marble::GeoSceneSection::nodeType ( ) const
overridevirtual

Provides type information for downcasting a GeoNode.

Implements Marble::GeoNode.

Definition at line 27 of file GeoSceneSection.cpp.

◆ radio()

QString Marble::GeoSceneSection::radio ( ) const

Definition at line 123 of file GeoSceneSection.cpp.

◆ setCheckable()

void Marble::GeoSceneSection::setCheckable ( bool checkable)

Definition at line 98 of file GeoSceneSection.cpp.

◆ setConnectTo()

void Marble::GeoSceneSection::setConnectTo ( const QString & text)

Definition at line 108 of file GeoSceneSection.cpp.

◆ setHeading()

void Marble::GeoSceneSection::setHeading ( const QString & heading)

Definition at line 88 of file GeoSceneSection.cpp.

◆ setRadio()

void Marble::GeoSceneSection::setRadio ( const QString & radio)

Definition at line 128 of file GeoSceneSection.cpp.

◆ setSpacing()

void Marble::GeoSceneSection::setSpacing ( int spacing)

Definition at line 118 of file GeoSceneSection.cpp.

◆ spacing()

int Marble::GeoSceneSection::spacing ( ) const

Definition at line 113 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-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.