xdot::wxxdot::WxDotWindow Class Reference
List of all members.
Detailed Description
wxpython Frame that draws dot graphs.
Definition at line 137 of file wxxdot.py.
Member Function Documentation
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 |
) |
|
Get the current graph position.
Definition at line 251 of file wxxdot.py.
def xdot::wxxdot::WxDotWindow::get_drag_action |
( |
|
self, |
|
|
|
event | |
|
) |
| | |
Get a drag action for this click.
Definition at line 336 of file wxxdot.py.
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 | |
|
) |
| | |
Set the current graph position.
Definition at line 255 of file wxxdot.py.
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 | |
|
) |
| | |
Set a number of items to be hilighted.
Definition at line 261 of file wxxdot.py.
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 | |
|
) |
| | |
Zoom to an area of the graph.
Definition at line 289 of file wxxdot.py.
def xdot::wxxdot::WxDotWindow::zoom_to_fit |
( |
|
self |
) |
|
Zoom to fit the size of the graph.
Definition at line 303 of file wxxdot.py.
Member Data Documentation
The documentation for this class was generated from the following file: