Public Member Functions | |
def | __init__ (self) |
def | animate_to (self, x, y) |
def | do_expose_event (self, event) |
def | get_current_pos (self) |
def | get_drag_action (self, event) |
def | get_jump (self, x, y) |
def | get_url (self, x, y) |
def | is_click (self, event, click_fuzz=4, click_timeout=1.0) |
def | on_area_button_press (self, area, event) |
def | on_area_button_release (self, area, event) |
def | on_area_motion_notify (self, area, event) |
def | on_area_scroll_event (self, area, event) |
def | on_area_size_allocate (self, area, allocation) |
def | on_key_press_event (self, widget, event) |
def | on_zoom_100 (self, action) |
def | on_zoom_fit (self, action) |
def | on_zoom_in (self, action) |
def | on_zoom_out (self, action) |
def | reload (self) |
def | set_current_pos (self, x, y) |
def | set_dotcode (self, dotcode, filename='< stdin >') |
def | set_filter (self, filter) |
def | set_highlight (self, items) |
def | set_xdotcode (self, xdotcode) |
def | window2graph (self, x, y) |
def | zoom_image (self, zoom_ratio, center=False, pos=None) |
def | zoom_to_area (self, x1, y1, x2, y2) |
def | zoom_to_fit (self) |
Public Attributes | |
animation | |
drag_action | |
filter | |
graph | |
highlight | |
openfilename | |
presstime | |
pressx | |
pressy | |
x | |
y | |
zoom_ratio | |
zoom_to_fit_on_resize | |
Static Public Attributes | |
string | filter = 'dot' |
int | POS_INCREMENT = 100 |
float | ZOOM_INCREMENT = 1.25 |
int | ZOOM_TO_FIT_MARGIN = 12 |
Static Private Attributes | |
dictionary | __gsignals__ |
def smach_viewer.xdot.xdot.DotWidget.animate_to | ( | self, | |
x, | |||
y | |||
) |
def smach_viewer.xdot.xdot.DotWidget.do_expose_event | ( | self, | |
event | |||
) |
def smach_viewer.xdot.xdot.DotWidget.get_current_pos | ( | self | ) |
def smach_viewer.xdot.xdot.DotWidget.get_drag_action | ( | self, | |
event | |||
) |
def smach_viewer.xdot.xdot.DotWidget.get_jump | ( | self, | |
x, | |||
y | |||
) |
def smach_viewer.xdot.xdot.DotWidget.get_url | ( | self, | |
x, | |||
y | |||
) |
def smach_viewer.xdot.xdot.DotWidget.is_click | ( | self, | |
event, | |||
click_fuzz = 4 , |
|||
click_timeout = 1.0 |
|||
) |
def smach_viewer.xdot.xdot.DotWidget.on_area_button_press | ( | self, | |
area, | |||
event | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_area_button_release | ( | self, | |
area, | |||
event | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_area_motion_notify | ( | self, | |
area, | |||
event | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_area_scroll_event | ( | self, | |
area, | |||
event | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_area_size_allocate | ( | self, | |
area, | |||
allocation | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_key_press_event | ( | self, | |
widget, | |||
event | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_zoom_100 | ( | self, | |
action | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_zoom_fit | ( | self, | |
action | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_zoom_in | ( | self, | |
action | |||
) |
def smach_viewer.xdot.xdot.DotWidget.on_zoom_out | ( | self, | |
action | |||
) |
def smach_viewer.xdot.xdot.DotWidget.set_current_pos | ( | self, | |
x, | |||
y | |||
) |
def smach_viewer.xdot.xdot.DotWidget.set_dotcode | ( | self, | |
dotcode, | |||
filename = '<stdin>' |
|||
) |
def smach_viewer.xdot.xdot.DotWidget.set_filter | ( | self, | |
filter | |||
) |
def smach_viewer.xdot.xdot.DotWidget.set_highlight | ( | self, | |
items | |||
) |
def smach_viewer.xdot.xdot.DotWidget.set_xdotcode | ( | self, | |
xdotcode | |||
) |
def smach_viewer.xdot.xdot.DotWidget.window2graph | ( | self, | |
x, | |||
y | |||
) |
def smach_viewer.xdot.xdot.DotWidget.zoom_image | ( | self, | |
zoom_ratio, | |||
center = False , |
|||
pos = None |
|||
) |
def smach_viewer.xdot.xdot.DotWidget.zoom_to_area | ( | self, | |
x1, | |||
y1, | |||
x2, | |||
y2 | |||
) |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |