Home
last modified time | relevance | path

Searched refs:setRelativeZero (Results 1 – 4 of 4) sorted by last modified time

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/gui/
H A Drs_eventhandler.h103 void setRelativeZero(const RS_Vector&);
H A Drs_graphicview.cpp1725 void RS_GraphicView::setRelativeZero(const RS_Vector& pos) { in setRelativeZero() function in RS_GraphicView
1739 setRelativeZero(pos); in moveRelativeZero()
H A Drs_graphicview.h331 void setRelativeZero(const RS_Vector& pos);
H A Drs_eventhandler.cpp46 this, SLOT(setRelativeZero(const RS_Vector&))); in RS_EventHandler()
627 void RS_EventHandler::setRelativeZero(const RS_Vector& point) in setRelativeZero() function in RS_EventHandler