Home
last modified time | relevance | path

Searched refs:hasFixedAngle (Results 1 – 14 of 14) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_lineangleoptions.cpp71 m_bFixedAngle=action->hasFixedAngle(); in setAction()
74 ui->leAngle->setVisible(!action->hasFixedAngle()); in setAction()
75 ui->lAngle->setVisible(!action->hasFixedAngle()); in setAction()
83 if (!action->hasFixedAngle()) in setAction()
90 if (!action->hasFixedAngle()) { in setAction()
127 if (action && !action->hasFixedAngle()) { in updateAngle()
H A Dqg_linerelangleoptions.cpp69 if (action->hasFixedAngle()) { in setAction()
88 if (!action->hasFixedAngle()) { in setAction()
109 if (!action->hasFixedAngle()) { in saveSettings()
119 if (action && !action->hasFixedAngle()) { in updateAngle()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actiondrawlineangle.cpp89 if (!hasFixedAngle()) { in ~RS_ActionDrawLineAngle()
269 bool RS_ActionDrawLineAngle::hasFixedAngle() const{ in hasFixedAngle() function in RS_ActionDrawLineAngle
H A Drs_actiondimlinear.h91 bool hasFixedAngle() const;
H A Drs_actiondrawlineangle.h89 bool hasFixedAngle() const;
H A Drs_actiondrawlinerelangle.h91 bool hasFixedAngle() const{ in hasFixedAngle() function
H A Drs_actiondimlinear.cpp213 bool RS_ActionDimLinear::hasFixedAngle() const{ in hasFixedAngle() function in RS_ActionDimLinear
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dfeature.h282 bool hasFixedRotation() const { return mLF->hasFixedAngle(); } in hasFixedRotation()
H A Dfeature.cpp1953 double angle = mLF->hasFixedAngle() ? mLF->fixedAngle() : 0.0; in createCandidates()
/dports/graphics/qgis/qgis-3.22.3/src/core/labeling/
H A Dqgslabelfeature.h198 bool hasFixedAngle() const { return mHasFixedAngle; } in hasFixedAngle() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dfeature.h307 bool hasFixedRotation() const { return mLF->hasFixedAngle(); } in hasFixedRotation()
H A Dfeature.cpp2069 double angle = mLF->hasFixedAngle() ? mLF->fixedAngle() : 0.0; in createCandidates()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/labeling/
H A Dqgslabelfeature.h199 bool hasFixedAngle() const { return mHasFixedAngle; } in hasFixedAngle() function
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_dialogfactory.cpp791 if (!((RS_ActionDimLinear*)action)->hasFixedAngle()) { in requestOptions()