marble
Marble::GeoDataVec2 Class Reference
#include <GeoDataVec2.h>
Inherits QPointF.
Public Types | |
enum | Unit { Fraction, Pixels, InsetPixels } |
Public Member Functions | |
GeoDataVec2 () | |
GeoDataVec2 (const qreal &x, const qreal &y, const QString &xunit, const QString &yunit) | |
GeoDataVec2 (const GeoDataVec2 &other) | |
~GeoDataVec2 () | |
GeoDataVec2 & | operator= (const GeoDataVec2 &other) |
void | setXunits (Unit xunit) |
void | setYunits (Unit yunit) |
Unit | xunit () const |
Unit | yunit () const |
Detailed Description
Definition at line 22 of file GeoDataVec2.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Fraction | |
Pixels | |
InsetPixels |
Definition at line 25 of file GeoDataVec2.h.
Constructor & Destructor Documentation
Marble::GeoDataVec2::GeoDataVec2 | ( | ) |
Definition at line 33 of file GeoDataVec2.cpp.
Marble::GeoDataVec2::GeoDataVec2 | ( | const qreal & | x, |
const qreal & | y, | ||
const QString & | xunit, | ||
const QString & | yunit | ||
) |
Definition at line 38 of file GeoDataVec2.cpp.
Marble::GeoDataVec2::GeoDataVec2 | ( | const GeoDataVec2 & | other | ) |
Definition at line 61 of file GeoDataVec2.cpp.
Marble::GeoDataVec2::~GeoDataVec2 | ( | ) |
Definition at line 73 of file GeoDataVec2.cpp.
Member Function Documentation
GeoDataVec2 & Marble::GeoDataVec2::operator= | ( | const GeoDataVec2 & | other | ) |
Definition at line 66 of file GeoDataVec2.cpp.
void Marble::GeoDataVec2::setXunits | ( | Unit | xunit | ) |
Definition at line 83 of file GeoDataVec2.cpp.
void Marble::GeoDataVec2::setYunits | ( | Unit | yunit | ) |
Definition at line 93 of file GeoDataVec2.cpp.
GeoDataVec2::Unit Marble::GeoDataVec2::xunit | ( | ) | const |
Definition at line 78 of file GeoDataVec2.cpp.
GeoDataVec2::Unit Marble::GeoDataVec2::yunit | ( | ) | const |
Definition at line 88 of file GeoDataVec2.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.