QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
Public Attributes | |
bool | locked |
Whether the constraint is active, i.e. should be considered. | |
bool | relative |
Whether the value is relative to previous value. | |
double | value |
Numeric value of the constraint (coordinate/distance in map units or angle in degrees) | |
Structure with details of one constraint.
Definition at line 41 of file qgscadutils.h.
|
inline |
Constructor for AlignMapPointConstraint.
Definition at line 48 of file qgscadutils.h.
bool QgsCadUtils::AlignMapPointConstraint::locked |
Whether the constraint is active, i.e. should be considered.
Definition at line 55 of file qgscadutils.h.
bool QgsCadUtils::AlignMapPointConstraint::relative |
Whether the value is relative to previous value.
Definition at line 57 of file qgscadutils.h.
double QgsCadUtils::AlignMapPointConstraint::value |
Numeric value of the constraint (coordinate/distance in map units or angle in degrees)
Definition at line 59 of file qgscadutils.h.