Public Member Functions | |
def | __init__ |
def | animate_to |
def | get_current_pos |
Helper functions. | |
def | get_drag_action |
def | get_jump |
def | get_url |
def | on_area_size_allocate |
def | on_zoom_100 |
def | on_zoom_fit |
def | on_zoom_in |
def | on_zoom_out |
def | OnKeyDown |
def | OnMouse |
def | OnPaint |
def | OnResize |
Event handlers. | |
def | OnScroll |
def | register_select_callback |
User callbacks. | |
def | reload |
def | set_current_pos |
def | set_cursor |
Cursor manipulation. | |
def | set_dotcode |
def | set_filter |
def | set_highlight |
def | set_xdotcode |
def | window2graph |
def | zoom_image |
Zooming methods. | |
def | zoom_to_area |
def | zoom_to_fit |
Public Attributes | |
animation | |
ctx | |
cursor | |
dc | |
drag_action | |
filter | |
graph | |
highlight | |
items_by_url | |
openfilename | |
presstime | |
pressx | |
pressy | |
select_cbs | |
subgraph_shapes | |
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 |
def xdot.wxxdot.WxDotWindow.__init__ | ( | self, | |
parent, | |||
id | |||
) |
def xdot.wxxdot.WxDotWindow.animate_to | ( | self, | |
x, | |||
y | |||
) |
def xdot.wxxdot.WxDotWindow.get_current_pos | ( | self | ) |
def xdot.wxxdot.WxDotWindow.get_drag_action | ( | self, | |
event | |||
) |
def xdot.wxxdot.WxDotWindow.get_jump | ( | self, | |
x, | |||
y | |||
) |
def xdot.wxxdot.WxDotWindow.get_url | ( | self, | |
x, | |||
y | |||
) |
def xdot.wxxdot.WxDotWindow.on_area_size_allocate | ( | self, | |
area, | |||
allocation | |||
) |
def xdot.wxxdot.WxDotWindow.on_zoom_100 | ( | self, | |
action | |||
) |
def xdot.wxxdot.WxDotWindow.on_zoom_fit | ( | self, | |
action | |||
) |
def xdot.wxxdot.WxDotWindow.on_zoom_in | ( | self, | |
action | |||
) |
def xdot.wxxdot.WxDotWindow.on_zoom_out | ( | self, | |
action | |||
) |
def xdot.wxxdot.WxDotWindow.OnKeyDown | ( | self, | |
event | |||
) |
def xdot.wxxdot.WxDotWindow.OnMouse | ( | self, | |
event | |||
) |
def xdot.wxxdot.WxDotWindow.OnPaint | ( | self, | |
event | |||
) |
def xdot.wxxdot.WxDotWindow.OnResize | ( | self, | |
event | |||
) |
def xdot.wxxdot.WxDotWindow.OnScroll | ( | self, | |
event | |||
) |
def xdot.wxxdot.WxDotWindow.register_select_callback | ( | self, | |
cb | |||
) |
def xdot.wxxdot.WxDotWindow.reload | ( | self | ) |
def xdot.wxxdot.WxDotWindow.set_current_pos | ( | self, | |
x, | |||
y | |||
) |
def xdot.wxxdot.WxDotWindow.set_cursor | ( | self, | |
cursor_type | |||
) |
def xdot.wxxdot.WxDotWindow.set_dotcode | ( | self, | |
dotcode, | |||
filename = '<stdin>' |
|||
) |
def xdot.wxxdot.WxDotWindow.set_filter | ( | self, | |
filter | |||
) |
def xdot.wxxdot.WxDotWindow.set_highlight | ( | self, | |
items | |||
) |
def xdot.wxxdot.WxDotWindow.set_xdotcode | ( | self, | |
xdotcode | |||
) |
def xdot.wxxdot.WxDotWindow.window2graph | ( | self, | |
x, | |||
y | |||
) |
def xdot.wxxdot.WxDotWindow.zoom_image | ( | self, | |
zoom_ratio, | |||
center = False , |
|||
pos = None |
|||
) |
def xdot.wxxdot.WxDotWindow.zoom_to_area | ( | self, | |
x1, | |||
y1, | |||
x2, | |||
y2 | |||
) |
def xdot.wxxdot.WxDotWindow.zoom_to_fit | ( | self | ) |
string xdot::wxxdot.WxDotWindow::filter = 'dot' [static] |
int xdot::wxxdot.WxDotWindow::POS_INCREMENT = 100 [static] |
float xdot::wxxdot.WxDotWindow::ZOOM_INCREMENT = 1.25 [static] |
int xdot::wxxdot.WxDotWindow::ZOOM_TO_FIT_MARGIN = 12 [static] |