QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | Public Attributes | List of all members
QgsCadUtils::AlignMapPointConstraint Class Reference

Structure with details of one constraint. More...

#include <qgscadutils.h>

Public Member Functions

 AlignMapPointConstraint (bool locked=false, bool relative=false, double value=0)
 Constructor for AlignMapPointConstraint. More...
 

Public Attributes

bool locked
 Whether the constraint is active, i.e. should be considered. More...
 
bool relative
 Whether the value is relative to previous value. More...
 
double value
 Numeric value of the constraint (coordinate/distance in map units or angle in degrees) More...
 

Detailed Description

Structure with details of one constraint.

Since
QGIS 3.0

Definition at line 43 of file qgscadutils.h.

Constructor & Destructor Documentation

◆ AlignMapPointConstraint()

QgsCadUtils::AlignMapPointConstraint::AlignMapPointConstraint ( bool  locked = false,
bool  relative = false,
double  value = 0 
)
inline

Constructor for AlignMapPointConstraint.

Definition at line 50 of file qgscadutils.h.

Member Data Documentation

◆ locked

bool QgsCadUtils::AlignMapPointConstraint::locked

Whether the constraint is active, i.e. should be considered.

Definition at line 57 of file qgscadutils.h.

◆ relative

bool QgsCadUtils::AlignMapPointConstraint::relative

Whether the value is relative to previous value.

Definition at line 59 of file qgscadutils.h.

◆ value

double QgsCadUtils::AlignMapPointConstraint::value

Numeric value of the constraint (coordinate/distance in map units or angle in degrees)

Definition at line 61 of file qgscadutils.h.


The documentation for this class was generated from the following file: