marble
Marble::GeoDataWait Class Reference
#include <GeoDataWait.h>
Inheritance diagram for Marble::GeoDataWait:
Public Member Functions | |
GeoDataWait () | |
~GeoDataWait () | |
double | duration () const |
const char * | nodeType () const |
bool | operator!= (const GeoDataWait &other) const |
bool | operator== (const GeoDataWait &other) const |
void | setDuration (double duration) |
Public Member Functions inherited from Marble::GeoDataObject | |
GeoDataObject () | |
GeoDataObject (const GeoDataObject &) | |
virtual | ~GeoDataObject () |
QString | id () const |
GeoDataObject & | operator= (const GeoDataObject &) |
virtual void | pack (QDataStream &stream) const |
virtual GeoDataObject * | parent () const |
QString | resolvePath (const QString &relativePath) const |
void | setId (const QString &value) |
virtual void | setParent (GeoDataObject *parent) |
void | setTargetId (const QString &value) |
QString | 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 () |
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataObject | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
Definition at line 19 of file GeoDataWait.h.
Constructor & Destructor Documentation
Marble::GeoDataWait::GeoDataWait | ( | ) |
Definition at line 18 of file GeoDataWait.cpp.
Marble::GeoDataWait::~GeoDataWait | ( | ) |
Definition at line 23 of file GeoDataWait.cpp.
Member Function Documentation
double Marble::GeoDataWait::duration | ( | ) | const |
Definition at line 42 of file GeoDataWait.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 37 of file GeoDataWait.cpp.
bool Marble::GeoDataWait::operator!= | ( | const GeoDataWait & | other | ) | const |
Definition at line 32 of file GeoDataWait.cpp.
bool Marble::GeoDataWait::operator== | ( | const GeoDataWait & | other | ) | const |
Definition at line 27 of file GeoDataWait.cpp.
void Marble::GeoDataWait::setDuration | ( | double | duration | ) |
Definition at line 47 of file GeoDataWait.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.