Home
last modified time | relevance | path

Searched refs:RestrictNothing (Results 1 – 13 of 13) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_snaptoolbar.cpp164 restrictNothing->setChecked(s.restriction==RS2::RestrictNothing); in setSnaps()
194 s.restriction = RS2::RestrictNothing; in getSnaps()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actionzoompan.cpp45 snapMode.restriction = RS2::RestrictNothing; in init()
H A Drs_actionorder.cpp55 snapMode.restriction = RS2::RestrictNothing; in init()
H A Drs_actionselectintersected.cpp66 snapMode.restriction = RS2::RestrictNothing; in init()
H A Drs_actionmodifytrimamount.cpp59 snapMode.restriction = RS2::RestrictNothing; in init()
H A Drs_actionmodifytrim.cpp64 snapMode.restriction = RS2::RestrictNothing; in init()
H A Drs_actionmodifybevel.cpp65 snapMode.restriction = RS2::RestrictNothing; in init()
H A Drs_actionmodifyround.cpp68 snapMode.restriction = RS2::RestrictNothing; in init()
H A Drs_actiondefault.cpp55 , restrBak(RS2::RestrictNothing)
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/actions/
H A Drs_snapper.h79 RS2::SnapRestriction restriction {RS2::RestrictNothing}; /// The restriction on the free snap.
H A Drs_snapper.cpp64 restriction = RS2::RestrictNothing; in clear()
146 s.restriction = RS2::RestrictNothing; in fromInt()
989 if(snapMode.restriction != RS2::RestrictNothing || snapMode.snapGrid) in snapToAngle()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs.h644 RestrictNothing, /**< No restriction to snap mode */ enumerator
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_actionhandler.cpp1745 s.restriction = RS2::RestrictNothing; in slotRestrictNothing()
1774 s.restriction= RS2::RestrictNothing; in disableRestrictions()