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 |
def xdot.wxxdot.WxDragAction.__init__ | ( | self, | |
dot_widget | |||
) |
def xdot.wxxdot.WxDragAction.abort | ( | self | ) |
Reimplemented in xdot.wxxdot.WxZoomAreaAction.
def xdot.wxxdot.WxDragAction.drag | ( | self, | |
deltax, | |||
deltay | |||
) |
Reimplemented in xdot.wxxdot.WxZoomAreaAction, xdot.wxxdot.WxZoomAction, and xdot.wxxdot.WxPanAction.
def xdot.wxxdot.WxDragAction.draw | ( | self, | |
cr | |||
) |
Reimplemented in xdot.wxxdot.WxZoomAreaAction.
def xdot.wxxdot.WxDragAction.on_button_press | ( | self, | |
event | |||
) |
def xdot.wxxdot.WxDragAction.on_button_release | ( | self, | |
event | |||
) |
def xdot.wxxdot.WxDragAction.on_motion_notify | ( | self, | |
event | |||
) |
Reimplemented in xdot.wxxdot.WxNullAction.
def xdot.wxxdot.WxDragAction.start | ( | self | ) |
Reimplemented in xdot.wxxdot.WxPanAction.
def xdot.wxxdot.WxDragAction.stop | ( | self | ) |
Reimplemented in xdot.wxxdot.WxZoomAreaAction, xdot.wxxdot.WxZoomAction, and xdot.wxxdot.WxPanAction.