marble
#include <GeoDataSoundCue.h>

Public Member Functions | |
| GeoDataSoundCue () | |
| ~GeoDataSoundCue () | |
| double | delayedStart () const |
| QString | href () const |
| const char * | nodeType () const |
| bool | operator!= (const GeoDataSoundCue &other) const |
| bool | operator== (const GeoDataSoundCue &other) const |
| void | setDelayedStart (double pause) |
| void | setHref (const QString &url) |
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 GeoDataSoundCue.h.
Constructor & Destructor Documentation
| Marble::GeoDataSoundCue::GeoDataSoundCue | ( | ) |
Definition at line 17 of file GeoDataSoundCue.cpp.
| Marble::GeoDataSoundCue::~GeoDataSoundCue | ( | ) |
Definition at line 32 of file GeoDataSoundCue.cpp.
Member Function Documentation
| double Marble::GeoDataSoundCue::delayedStart | ( | ) | const |
Definition at line 51 of file GeoDataSoundCue.cpp.
| QString Marble::GeoDataSoundCue::href | ( | ) | const |
Definition at line 41 of file GeoDataSoundCue.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 36 of file GeoDataSoundCue.cpp.
| bool Marble::GeoDataSoundCue::operator!= | ( | const GeoDataSoundCue & | other | ) | const |
Definition at line 27 of file GeoDataSoundCue.cpp.
| bool Marble::GeoDataSoundCue::operator== | ( | const GeoDataSoundCue & | other | ) | const |
Definition at line 22 of file GeoDataSoundCue.cpp.
| void Marble::GeoDataSoundCue::setDelayedStart | ( | double | pause | ) |
Definition at line 56 of file GeoDataSoundCue.cpp.
| void Marble::GeoDataSoundCue::setHref | ( | const QString & | url | ) |
Definition at line 46 of file GeoDataSoundCue.cpp.
The documentation for this class was generated from the following files:
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.
KDE API Reference
Public Member Functions inherited from