1 #ifndef RS_COORDINATEEVENT_H
2 #define RS_COORDINATEEVENT_H
7 class RS_CoordinateEvent
11 * @param pos coordinate
12 * @param abs true: absolute coordinate, false: relative coordinate
14 RS_CoordinateEvent(const Vector & pos)
20 * @return the position of the event in real graphic measures.
22 Vector getCoordinate()