marble
#include <GeoDataViewVolume.h>
Public Member Functions | |
GeoDataViewVolume () | |
GeoDataViewVolume (const GeoDataViewVolume &other) | |
~GeoDataViewVolume () | |
qreal | bottomFov () const |
qreal | leftFov () const |
qreal | near () const |
virtual const char * | nodeType () const |
bool | operator!= (const GeoDataViewVolume &other) const |
GeoDataViewVolume & | operator= (const GeoDataViewVolume &other) |
bool | operator== (const GeoDataViewVolume &other) const |
qreal | rightFov () const |
void | setBottomFov (const qreal &bottomFov) |
void | setLeftFov (const qreal &leftFov) |
void | setNear (const qreal &near) |
void | setRightFov (const qreal &rightFov) |
void | setTopFov (const qreal &topFov) |
qreal | topFov () 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 GeoDataViewVolume.h.
Constructor & Destructor Documentation
Marble::GeoDataViewVolume::GeoDataViewVolume | ( | ) |
Definition at line 40 of file GeoDataViewVolume.cpp.
Marble::GeoDataViewVolume::GeoDataViewVolume | ( | const GeoDataViewVolume & | other | ) |
Definition at line 45 of file GeoDataViewVolume.cpp.
Marble::GeoDataViewVolume::~GeoDataViewVolume | ( | ) |
Definition at line 73 of file GeoDataViewVolume.cpp.
Member Function Documentation
qreal Marble::GeoDataViewVolume::bottomFov | ( | ) | const |
Definition at line 103 of file GeoDataViewVolume.cpp.
qreal Marble::GeoDataViewVolume::leftFov | ( | ) | const |
Definition at line 83 of file GeoDataViewVolume.cpp.
qreal Marble::GeoDataViewVolume::near | ( | ) | const |
Definition at line 123 of file GeoDataViewVolume.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 78 of file GeoDataViewVolume.cpp.
bool Marble::GeoDataViewVolume::operator!= | ( | const GeoDataViewVolume & | other | ) | const |
Definition at line 68 of file GeoDataViewVolume.cpp.
GeoDataViewVolume & Marble::GeoDataViewVolume::operator= | ( | const GeoDataViewVolume & | other | ) |
Definition at line 51 of file GeoDataViewVolume.cpp.
bool Marble::GeoDataViewVolume::operator== | ( | const GeoDataViewVolume & | other | ) | const |
Definition at line 58 of file GeoDataViewVolume.cpp.
qreal Marble::GeoDataViewVolume::rightFov | ( | ) | const |
Definition at line 93 of file GeoDataViewVolume.cpp.
void Marble::GeoDataViewVolume::setBottomFov | ( | const qreal & | bottomFov | ) |
Definition at line 108 of file GeoDataViewVolume.cpp.
void Marble::GeoDataViewVolume::setLeftFov | ( | const qreal & | leftFov | ) |
Definition at line 88 of file GeoDataViewVolume.cpp.
void Marble::GeoDataViewVolume::setNear | ( | const qreal & | near | ) |
Definition at line 128 of file GeoDataViewVolume.cpp.
void Marble::GeoDataViewVolume::setRightFov | ( | const qreal & | rightFov | ) |
Definition at line 98 of file GeoDataViewVolume.cpp.
void Marble::GeoDataViewVolume::setTopFov | ( | const qreal & | topFov | ) |
Definition at line 118 of file GeoDataViewVolume.cpp.
qreal Marble::GeoDataViewVolume::topFov | ( | ) | const |
Definition at line 113 of file GeoDataViewVolume.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.