marble
#include <GeoDataFlyTo.h>
Public Types | |
enum | FlyToMode { Bounce, Smooth } |
Public Member Functions | |
GeoDataFlyTo () | |
GeoDataFlyTo (const GeoDataFlyTo &other) | |
~GeoDataFlyTo () | |
double | duration () const |
FlyToMode | flyToMode () const |
virtual const char * | nodeType () const |
bool | operator!= (const GeoDataFlyTo &other) const |
GeoDataFlyTo & | operator= (const GeoDataFlyTo &other) |
bool | operator== (const GeoDataFlyTo &other) const |
void | setDuration (double duration) |
void | setFlyToMode (const FlyToMode flyToMode) |
void | setView (GeoDataAbstractView *view) |
const GeoDataAbstractView * | view () const |
GeoDataAbstractView * | view () |
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 23 of file GeoDataFlyTo.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Bounce | |
Smooth |
Definition at line 26 of file GeoDataFlyTo.h.
Constructor & Destructor Documentation
Marble::GeoDataFlyTo::GeoDataFlyTo | ( | ) |
Definition at line 37 of file GeoDataFlyTo.cpp.
Marble::GeoDataFlyTo::GeoDataFlyTo | ( | const GeoDataFlyTo & | other | ) |
Definition at line 42 of file GeoDataFlyTo.cpp.
Marble::GeoDataFlyTo::~GeoDataFlyTo | ( | ) |
Definition at line 100 of file GeoDataFlyTo.cpp.
Member Function Documentation
double Marble::GeoDataFlyTo::duration | ( | ) | const |
Definition at line 125 of file GeoDataFlyTo.cpp.
GeoDataFlyTo::FlyToMode Marble::GeoDataFlyTo::flyToMode | ( | ) | const |
Definition at line 135 of file GeoDataFlyTo.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 105 of file GeoDataFlyTo.cpp.
bool Marble::GeoDataFlyTo::operator!= | ( | const GeoDataFlyTo & | other | ) | const |
Definition at line 95 of file GeoDataFlyTo.cpp.
GeoDataFlyTo & Marble::GeoDataFlyTo::operator= | ( | const GeoDataFlyTo & | other | ) |
Definition at line 48 of file GeoDataFlyTo.cpp.
bool Marble::GeoDataFlyTo::operator== | ( | const GeoDataFlyTo & | other | ) | const |
Definition at line 55 of file GeoDataFlyTo.cpp.
void Marble::GeoDataFlyTo::setDuration | ( | double | duration | ) |
Definition at line 130 of file GeoDataFlyTo.cpp.
void Marble::GeoDataFlyTo::setFlyToMode | ( | const FlyToMode | flyToMode | ) |
Definition at line 140 of file GeoDataFlyTo.cpp.
void Marble::GeoDataFlyTo::setView | ( | GeoDataAbstractView * | view | ) |
Definition at line 120 of file GeoDataFlyTo.cpp.
const GeoDataAbstractView * Marble::GeoDataFlyTo::view | ( | ) | const |
Definition at line 110 of file GeoDataFlyTo.cpp.
GeoDataAbstractView * Marble::GeoDataFlyTo::view | ( | ) |
Definition at line 115 of file GeoDataFlyTo.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:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.