marble
#include <GeoDataPlaylist.h>
Public Member Functions | |
void | addPrimitive (GeoDataTourPrimitive *primitive) |
void | insertPrimitive (int index, GeoDataTourPrimitive *primitive) |
const char * | nodeType () const |
bool | operator!= (const GeoDataPlaylist &other) const |
bool | operator== (const GeoDataPlaylist &other) const |
GeoDataTourPrimitive * | primitive (int index) |
const GeoDataTourPrimitive * | primitive (int index) const |
void | removePrimitiveAt (int index) |
int | size () const |
void | swapPrimitives (int indexA, int indexB) |
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 22 of file GeoDataPlaylist.h.
Member Function Documentation
void Marble::GeoDataPlaylist::addPrimitive | ( | GeoDataTourPrimitive * | primitive | ) |
Definition at line 103 of file GeoDataPlaylist.cpp.
void Marble::GeoDataPlaylist::insertPrimitive | ( | int | index, |
GeoDataTourPrimitive * | primitive | ||
) |
Definition at line 109 of file GeoDataPlaylist.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 82 of file GeoDataPlaylist.cpp.
bool Marble::GeoDataPlaylist::operator!= | ( | const GeoDataPlaylist & | other | ) | const |
Definition at line 77 of file GeoDataPlaylist.cpp.
bool Marble::GeoDataPlaylist::operator== | ( | const GeoDataPlaylist & | other | ) | const |
Definition at line 23 of file GeoDataPlaylist.cpp.
GeoDataTourPrimitive * Marble::GeoDataPlaylist::primitive | ( | int | index | ) |
Definition at line 87 of file GeoDataPlaylist.cpp.
const GeoDataTourPrimitive * Marble::GeoDataPlaylist::primitive | ( | int | index | ) | const |
Definition at line 95 of file GeoDataPlaylist.cpp.
void Marble::GeoDataPlaylist::removePrimitiveAt | ( | int | index | ) |
Definition at line 116 of file GeoDataPlaylist.cpp.
int Marble::GeoDataPlaylist::size | ( | ) | const |
Definition at line 128 of file GeoDataPlaylist.cpp.
void Marble::GeoDataPlaylist::swapPrimitives | ( | int | indexA, |
int | indexB | ||
) |
Definition at line 121 of file GeoDataPlaylist.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.