
Public Member Functions | |
| def | __init__ (self, dot_widget) |
| def | abort (self) |
| def | drag (self, deltax, deltay) |
| def | draw (self, cr) |
| def | on_button_press (self, event) |
| def | on_button_release (self, event) |
| def | on_motion_notify (self, event) |
| def | start (self) |
| def | stop (self) |
Public Attributes | |
| dot_widget | |
| prevmousex | |
| prevmousey | |
| startmousex | |
| startmousey | |
| stopmousex | |
| stopmousey | |
Definition at line 1226 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.__init__ | ( | self, | |
| dot_widget | |||
| ) |
Definition at line 1228 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.abort | ( | self | ) |
Reimplemented in smach_viewer.xdot.xdot_qt.ZoomAreaAction.
Definition at line 1261 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.drag | ( | self, | |
| deltax, | |||
| deltay | |||
| ) |
Reimplemented in smach_viewer.xdot.xdot_qt.ZoomAreaAction, smach_viewer.xdot.xdot_qt.ZoomAction, and smach_viewer.xdot.xdot_qt.PanAction.
Definition at line 1255 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.draw | ( | self, | |
| cr | |||
| ) |
Reimplemented in smach_viewer.xdot.xdot_qt.ZoomAreaAction.
Definition at line 1249 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.on_button_press | ( | self, | |
| event | |||
| ) |
Definition at line 1231 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.on_button_release | ( | self, | |
| event | |||
| ) |
Definition at line 1244 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.on_motion_notify | ( | self, | |
| event | |||
| ) |
Reimplemented in smach_viewer.xdot.xdot_qt.NullAction.
Definition at line 1237 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.start | ( | self | ) |
Reimplemented in smach_viewer.xdot.xdot_qt.PanAction.
Definition at line 1252 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.DragAction.stop | ( | self | ) |
Reimplemented in smach_viewer.xdot.xdot_qt.ZoomAreaAction, and smach_viewer.xdot.xdot_qt.PanAction.
Definition at line 1258 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.DragAction.dot_widget |
Definition at line 1229 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.DragAction.prevmousex |
Definition at line 1233 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.DragAction.prevmousey |
Definition at line 1234 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.DragAction.startmousex |
Definition at line 1233 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.DragAction.startmousey |
Definition at line 1234 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.DragAction.stopmousex |
Definition at line 1245 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.DragAction.stopmousey |
Definition at line 1246 of file xdot_qt.py.