marble
#include <GeoDataScale.h>
Public Member Functions | |
GeoDataScale () | |
GeoDataScale (const GeoDataScale &other) | |
~GeoDataScale () | |
virtual const char * | nodeType () const |
bool | operator!= (const GeoDataScale &other) const |
GeoDataScale & | operator= (const GeoDataScale &other) |
bool | operator== (const GeoDataScale &other) const |
void | setX (double x) |
void | setY (double y) |
void | setZ (double z) |
double | x () const |
double | y () const |
double | z () const |
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 GeoDataScale.h.
Constructor & Destructor Documentation
Marble::GeoDataScale::GeoDataScale | ( | ) |
Definition at line 35 of file GeoDataScale.cpp.
Marble::GeoDataScale::GeoDataScale | ( | const GeoDataScale & | other | ) |
Definition at line 40 of file GeoDataScale.cpp.
Marble::GeoDataScale::~GeoDataScale | ( | ) |
Definition at line 67 of file GeoDataScale.cpp.
Member Function Documentation
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 72 of file GeoDataScale.cpp.
bool Marble::GeoDataScale::operator!= | ( | const GeoDataScale & | other | ) | const |
Definition at line 62 of file GeoDataScale.cpp.
GeoDataScale & Marble::GeoDataScale::operator= | ( | const GeoDataScale & | other | ) |
Definition at line 46 of file GeoDataScale.cpp.
bool Marble::GeoDataScale::operator== | ( | const GeoDataScale & | other | ) | const |
Definition at line 54 of file GeoDataScale.cpp.
void Marble::GeoDataScale::setX | ( | double | x | ) |
Definition at line 82 of file GeoDataScale.cpp.
void Marble::GeoDataScale::setY | ( | double | y | ) |
Definition at line 92 of file GeoDataScale.cpp.
void Marble::GeoDataScale::setZ | ( | double | z | ) |
Definition at line 102 of file GeoDataScale.cpp.
double Marble::GeoDataScale::x | ( | ) | const |
Definition at line 77 of file GeoDataScale.cpp.
double Marble::GeoDataScale::y | ( | ) | const |
Definition at line 87 of file GeoDataScale.cpp.
double Marble::GeoDataScale::z | ( | ) | const |
Definition at line 97 of file GeoDataScale.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.