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

Public Types | |
| enum | PlayMode { Play, Pause } |
Public Member Functions | |
| GeoDataTourControl () | |
| ~GeoDataTourControl () | |
| QString | id () const |
| const char * | nodeType () const |
| PlayMode | playMode () const |
| void | setId (const QString &id) |
| void | setPlayMode (const PlayMode &mode) |
Public Member Functions inherited from Marble::GeoDataObject | |
| GeoDataObject () | |
| GeoDataObject (const GeoDataObject &) | |
| virtual | ~GeoDataObject () |
| int | id () const |
| GeoDataObject & | operator= (const GeoDataObject &) |
| virtual void | pack (QDataStream &stream) const |
| virtual GeoDataObject * | parent () const |
| QString | resolvePath (const QString &relativePath) const |
| void | setId (int value) |
| virtual void | setParent (GeoDataObject *parent) |
| void | setTargetId (int value) |
| int | targetId () const |
| virtual void | unpack (QDataStream &steam) |
Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () |
Public Member Functions inherited from Marble::Serializable | |
| virtual | ~Serializable () |
Detailed Description
Definition at line 19 of file GeoDataTourControl.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| Play | |
| Pause | |
Definition at line 22 of file GeoDataTourControl.h.
Constructor & Destructor Documentation
| Marble::GeoDataTourControl::GeoDataTourControl | ( | ) |
Definition at line 18 of file GeoDataTourControl.cpp.
| Marble::GeoDataTourControl::~GeoDataTourControl | ( | ) |
Definition at line 24 of file GeoDataTourControl.cpp.
Member Function Documentation
| QString Marble::GeoDataTourControl::id | ( | ) | const |
Definition at line 33 of file GeoDataTourControl.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 28 of file GeoDataTourControl.cpp.
| GeoDataTourControl::PlayMode Marble::GeoDataTourControl::playMode | ( | ) | const |
Definition at line 43 of file GeoDataTourControl.cpp.
| void Marble::GeoDataTourControl::setId | ( | const QString & | id | ) |
Definition at line 38 of file GeoDataTourControl.cpp.
| void Marble::GeoDataTourControl::setPlayMode | ( | const PlayMode & | mode | ) |
Definition at line 48 of file GeoDataTourControl.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from