Public Member Functions | |
def | __init__ |
def | animate_to |
def | do_expose_event |
def | get_current_pos |
def | get_drag_action |
def | get_jump |
def | get_url |
def | is_click |
def | on_area_button_press |
def | on_area_button_release |
def | on_area_motion_notify |
def | on_area_scroll_event |
def | on_area_size_allocate |
def | on_key_press_event |
def | on_zoom_100 |
def | on_zoom_fit |
def | on_zoom_in |
def | on_zoom_out |
def | reload |
def | set_current_pos |
def | set_dotcode |
def | set_filter |
def | set_highlight |
def | set_xdotcode |
def | window2graph |
def | zoom_image |
def | zoom_to_area |
def | zoom_to_fit |
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 xdot.xdot.DotWidget.__init__ | ( | self | ) |
def xdot.xdot.DotWidget.animate_to | ( | self, | |
x, | |||
y | |||
) |
def xdot.xdot.DotWidget.do_expose_event | ( | self, | |
event | |||
) |
def xdot.xdot.DotWidget.get_current_pos | ( | self | ) |
def xdot.xdot.DotWidget.get_drag_action | ( | self, | |
event | |||
) |
def xdot.xdot.DotWidget.get_jump | ( | self, | |
x, | |||
y | |||
) |
def xdot.xdot.DotWidget.get_url | ( | self, | |
x, | |||
y | |||
) |
def xdot.xdot.DotWidget.is_click | ( | self, | |
event, | |||
click_fuzz = 4 , |
|||
click_timeout = 1.0 |
|||
) |
def xdot.xdot.DotWidget.on_area_button_press | ( | self, | |
area, | |||
event | |||
) |
def xdot.xdot.DotWidget.on_area_button_release | ( | self, | |
area, | |||
event | |||
) |
def xdot.xdot.DotWidget.on_area_motion_notify | ( | self, | |
area, | |||
event | |||
) |
def xdot.xdot.DotWidget.on_area_scroll_event | ( | self, | |
area, | |||
event | |||
) |
def xdot.xdot.DotWidget.on_area_size_allocate | ( | self, | |
area, | |||
allocation | |||
) |
def xdot.xdot.DotWidget.on_key_press_event | ( | self, | |
widget, | |||
event | |||
) |
def xdot.xdot.DotWidget.on_zoom_100 | ( | self, | |
action | |||
) |
def xdot.xdot.DotWidget.on_zoom_fit | ( | self, | |
action | |||
) |
def xdot.xdot.DotWidget.on_zoom_in | ( | self, | |
action | |||
) |
def xdot.xdot.DotWidget.on_zoom_out | ( | self, | |
action | |||
) |
def xdot.xdot.DotWidget.reload | ( | self | ) |
def xdot.xdot.DotWidget.set_current_pos | ( | self, | |
x, | |||
y | |||
) |
def xdot.xdot.DotWidget.set_dotcode | ( | self, | |
dotcode, | |||
filename = '<stdin>' |
|||
) |
def xdot.xdot.DotWidget.set_filter | ( | self, | |
filter | |||
) |
def xdot.xdot.DotWidget.set_highlight | ( | self, | |
items | |||
) |
def xdot.xdot.DotWidget.set_xdotcode | ( | self, | |
xdotcode | |||
) |
def xdot.xdot.DotWidget.window2graph | ( | self, | |
x, | |||
y | |||
) |
def xdot.xdot.DotWidget.zoom_image | ( | self, | |
zoom_ratio, | |||
center = False , |
|||
pos = None |
|||
) |
def xdot.xdot.DotWidget.zoom_to_area | ( | self, | |
x1, | |||
y1, | |||
x2, | |||
y2 | |||
) |
def xdot.xdot.DotWidget.zoom_to_fit | ( | self | ) |
dictionary xdot::xdot.DotWidget::__gsignals__ [static, private] |
string xdot::xdot.DotWidget::filter = 'dot' [static] |
int xdot::xdot.DotWidget::POS_INCREMENT = 100 [static] |
float xdot::xdot.DotWidget::ZOOM_INCREMENT = 1.25 [static] |
int xdot::xdot.DotWidget::ZOOM_TO_FIT_MARGIN = 12 [static] |