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 |
| GeoDataViewVolume & | operator= (const GeoDataViewVolume &other) |
| 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 () |
| int | id () const |
| GeoDataObject & | operator= (const GeoDataObject &) |
| virtual void | pack (QDataStream &stream) const |
| virtual GeoDataObject * | parent () const |
| QString | resolvePath (const QString &relativePath) const |
| void | setId (int value) |
| virtual void | setParent (GeoDataObject *parent) |
| void | setTargetId (int value) |
| int | 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 () |
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 58 of file GeoDataViewVolume.cpp.
Member Function Documentation
| qreal Marble::GeoDataViewVolume::bottomFov | ( | ) | const |
Definition at line 88 of file GeoDataViewVolume.cpp.
| qreal Marble::GeoDataViewVolume::leftFov | ( | ) | const |
Definition at line 68 of file GeoDataViewVolume.cpp.
| qreal Marble::GeoDataViewVolume::near | ( | ) | const |
Definition at line 108 of file GeoDataViewVolume.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 63 of file GeoDataViewVolume.cpp.
| GeoDataViewVolume & Marble::GeoDataViewVolume::operator= | ( | const GeoDataViewVolume & | other | ) |
Definition at line 51 of file GeoDataViewVolume.cpp.
| qreal Marble::GeoDataViewVolume::rightFov | ( | ) | const |
Definition at line 78 of file GeoDataViewVolume.cpp.
| void Marble::GeoDataViewVolume::setBottomFov | ( | const qreal & | bottomFov | ) |
Definition at line 93 of file GeoDataViewVolume.cpp.
| void Marble::GeoDataViewVolume::setLeftFov | ( | const qreal & | leftFov | ) |
Definition at line 73 of file GeoDataViewVolume.cpp.
| void Marble::GeoDataViewVolume::setNear | ( | const qreal & | near | ) |
Definition at line 113 of file GeoDataViewVolume.cpp.
| void Marble::GeoDataViewVolume::setRightFov | ( | const qreal & | rightFov | ) |
Definition at line 83 of file GeoDataViewVolume.cpp.
| void Marble::GeoDataViewVolume::setTopFov | ( | const qreal & | topFov | ) |
Definition at line 103 of file GeoDataViewVolume.cpp.
| qreal Marble::GeoDataViewVolume::topFov | ( | ) | const |
Definition at line 98 of file GeoDataViewVolume.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 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