16#ifndef QGS3DAXISSETTINGS_H 
   17#define QGS3DAXISSETTINGS_H 
   66    void setMinViewportRatio( 
double ratio );
 
   71    void setMaxViewportRatio( 
double ratio );
 
   89    double mMinViewportRatio = 0.06;
 
   90    double mMaxViewportRatio = 0.5;
 
   91    int mDefaultViewportSize = 40;
 
   93    Qt::AnchorPoint mHorizontalPosition = Qt::AnchorPoint::AnchorRight;
 
   94    Qt::AnchorPoint mVerticalPosition = Qt::AnchorPoint::AnchorTop;
 
 
Contains the configuration of a 3d axis.
 
double minViewportRatio() const
Returns the minimal axis viewport ratio (see Qt3DRender::QViewport::normalizedRect())
 
void setMode(Qgs3DAxisSettings::Mode type)
Sets the type of the 3daxis.
 
Qgs3DAxisSettings()=default
 
double maxViewportRatio() const
Returns the maximal axis viewport ratio (see Qt3DRender::QViewport::normalizedRect())
 
Mode
Axis representation enum.
 
@ Crs
Respect CRS directions.
 
void setDefaultViewportSize(int size)
Sets the defaultl axis viewport size in millimeters.
 
Qt::AnchorPoint verticalPosition() const
Returns the vertical position for the 3d axis.
 
void setHorizontalPosition(Qt::AnchorPoint position)
Sets the horizontal position for the 3d axis.
 
int defaultViewportSize() const
Returns the default axis viewport size in millimeters.
 
Qgs3DAxisSettings::Mode mode() const
Returns the type of the 3daxis.
 
Qt::AnchorPoint horizontalPosition() const
Returns the horizontal position for the 3d axis.
 
void setVerticalPosition(Qt::AnchorPoint position)
Sets the vertical position for the 3d axis.
 
A container for the context for various read/write operations on objects.
 
bool operator==(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
 
bool operator!=(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)