
Public Member Functions | |
| def | __init__ |
| def | abort |
| def | drag |
| def | draw |
| def | on_button_press |
| def | on_button_release |
| def | on_motion_notify |
| def | start |
| def | stop |
Public Attributes | |
| dot_widget | |
| prevmousex | |
| prevmousey | |
| startmousex | |
| startmousey | |
| stopmousex | |
| stopmousey | |
Definition at line 1256 of file xdot.py.
| def xdot::DragAction::abort | ( | self | ) |
Reimplemented in xdot::ZoomAreaAction.
| def xdot::DragAction::drag | ( | self, | ||
| deltax, | ||||
| deltay | ||||
| ) |
Reimplemented in xdot::PanAction, xdot::ZoomAction, and xdot::ZoomAreaAction.
| def xdot::DragAction::draw | ( | self, | ||
| cr | ||||
| ) |
Reimplemented in xdot::ZoomAreaAction.
| def xdot::DragAction::on_motion_notify | ( | self, | ||
| event | ||||
| ) |
Reimplemented in xdot::NullAction.
| def xdot::DragAction::start | ( | self | ) |
Reimplemented in xdot::PanAction.
| def xdot::DragAction::stop | ( | self | ) |
Reimplemented in xdot::PanAction, xdot::ZoomAction, and xdot::ZoomAreaAction.