QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Contains the configuration of a 3d axis. More...
#include <qgs3daxissettings.h>
Public Member Functions | |
Qgs3DAxisSettings ()=default | |
default constructor More... | |
Qgs3DAxisSettings (const Qgs3DAxisSettings &other) | |
copy constructor More... | |
Qt::AnchorPoint | horizontalPosition () const |
Returns the horizontal position for the 3d axis. More... | |
Qgs3DAxis::Mode | mode () const |
Returns the type of the 3daxis. More... | |
bool | operator!= (Qgs3DAxisSettings const &rhs) const |
Returns true if objects are not equal. More... | |
Qgs3DAxisSettings & | operator= (Qgs3DAxisSettings const &rhs) |
delete assignment operator More... | |
bool | operator== (Qgs3DAxisSettings const &rhs) const |
Returns true if both objects are equal. More... | |
void | readXml (const QDomElement &element, const QgsReadWriteContext &context) |
Reads settings from a DOM element. More... | |
void | setHorizontalPosition (Qt::AnchorPoint position) |
Sets the horizontal position for the 3d axis. More... | |
void | setMode (Qgs3DAxis::Mode type) |
Sets the type of the 3daxis. More... | |
void | setVerticalPosition (Qt::AnchorPoint position) |
Sets the vertical position for the 3d axis. More... | |
Qt::AnchorPoint | verticalPosition () const |
Returns the vertical position for the 3d axis. More... | |
void | writeXml (QDomElement &element, const QgsReadWriteContext &context) const |
Writes settings to a DOM element. More... | |
Contains the configuration of a 3d axis.
3
Definition at line 35 of file qgs3daxissettings.h.
|
default |
default constructor
Qgs3DAxisSettings::Qgs3DAxisSettings | ( | const Qgs3DAxisSettings & | other | ) |
copy constructor
Definition at line 23 of file qgs3daxissettings.cpp.
|
inline |
Returns the horizontal position for the 3d axis.
Definition at line 62 of file qgs3daxissettings.h.
|
inline |
Returns the type of the 3daxis.
Definition at line 57 of file qgs3daxissettings.h.
bool Qgs3DAxisSettings::operator!= | ( | Qgs3DAxisSettings const & | rhs | ) | const |
Returns true if objects are not equal.
Definition at line 48 of file qgs3daxissettings.cpp.
Qgs3DAxisSettings & Qgs3DAxisSettings::operator= | ( | Qgs3DAxisSettings const & | rhs | ) |
delete assignment operator
Definition at line 31 of file qgs3daxissettings.cpp.
bool Qgs3DAxisSettings::operator== | ( | Qgs3DAxisSettings const & | rhs | ) | const |
Returns true if both objects are equal.
Definition at line 39 of file qgs3daxissettings.cpp.
void Qgs3DAxisSettings::readXml | ( | const QDomElement & | element, |
const QgsReadWriteContext & | context | ||
) |
Reads settings from a DOM element.
Definition at line 53 of file qgs3daxissettings.cpp.
|
inline |
Sets the horizontal position for the 3d axis.
Definition at line 64 of file qgs3daxissettings.h.
|
inline |
Sets the type of the 3daxis.
Definition at line 59 of file qgs3daxissettings.h.
|
inline |
Sets the vertical position for the 3d axis.
Definition at line 69 of file qgs3daxissettings.h.
|
inline |
Returns the vertical position for the 3d axis.
Definition at line 67 of file qgs3daxissettings.h.
void Qgs3DAxisSettings::writeXml | ( | QDomElement & | element, |
const QgsReadWriteContext & | context | ||
) | const |
Writes settings to a DOM element.
Definition at line 80 of file qgs3daxissettings.cpp.