Home
last modified time | relevance | path

Searched defs:RS_CoordinateEvent (Results 1 – 3 of 3) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/gui/
H A Drs_coordinateevent.h41 RS_CoordinateEvent(const RS_Vector& pos): pos(pos) {} in RS_CoordinateEvent() function
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/actions/
H A Drs_actioninterface.h37 class RS_CoordinateEvent; variable
H A Drs_actioninterface.cpp168 void RS_ActionInterface::coordinateEvent(RS_CoordinateEvent*) {} in coordinateEvent() argument