def smach_viewer.xdot.xdot_qt.__init__ | ( | self, | |
parent = None |
|||
) |
Definition at line 1348 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.animate_to | ( | self, | |
x, | |||
y | |||
) |
Definition at line 1688 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.closeEvent | ( | self, | |
event | |||
) |
Definition at line 1870 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.get_current_pos | ( | self | ) |
Definition at line 1486 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.get_drag_action | ( | self, | |
event | |||
) |
Definition at line 1598 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.get_jump | ( | self, | |
x, | |||
y | |||
) |
Definition at line 1707 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.get_url | ( | self, | |
x, | |||
y | |||
) |
Definition at line 1703 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.is_click | ( | self, | |
event, | |||
click_fuzz = 4 , |
|||
click_timeout = 1.0 |
|||
) |
Definition at line 1625 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.keyPressEvent | ( | self, | |
event | |||
) |
Definition at line 1568 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.main | ( | ) |
Definition at line 1888 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.mouseMoveEvent | ( | self, | |
event | |||
) |
Definition at line 1678 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.mousePressEvent | ( | self, | |
event | |||
) |
Definition at line 1609 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.mouseReleaseEvent | ( | self, | |
event | |||
) |
Definition at line 1636 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.on_area_scroll_event | ( | self, | |
area, | |||
event | |||
) |
Definition at line 1667 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.on_area_size_allocate | ( | self, | |
area, | |||
allocation | |||
) |
Definition at line 1684 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.on_zoom_100 | ( | self | ) |
Definition at line 1564 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.on_zoom_fit | ( | self | ) |
Definition at line 1560 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.on_zoom_in | ( | self | ) |
Definition at line 1552 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.on_zoom_out | ( | self | ) |
Definition at line 1556 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.paintEvent | ( | self, | |
event = None |
|||
) |
Definition at line 1450 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.register_select_callback | ( | self, | |
cb | |||
) |
User callbacks.
Definition at line 1384 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.reload | ( | self | ) |
Definition at line 1441 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.set_current_pos | ( | self, | |
x, | |||
y | |||
) |
Definition at line 1490 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.set_dotcode | ( | self, | |
dotcode, | |||
filename = '<stdin>' , |
|||
center = True |
|||
) |
Definition at line 1390 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.set_filter | ( | self, | |
filter | |||
) |
Definition at line 1387 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.set_highlight | ( | self, | |
items | |||
) |
Definition at line 1495 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.set_xdotcode | ( | self, | |
xdotcode, | |||
center = True |
|||
) |
Definition at line 1435 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.square_distance | ( | x1, | |
y1, | |||
x2, | |||
y2 | |||
) |
Definition at line 322 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.stop | ( | self | ) |
Definition at line 1305 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.wheelEvent | ( | self, | |
event | |||
) |
Definition at line 1670 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.window_to_graph | ( | self, | |
x, | |||
y | |||
) |
Definition at line 1692 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.zoom_image | ( | self, | |
zoom_ratio, | |||
center = False , |
|||
pos = None |
|||
) |
Definition at line 1500 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.zoom_to_area | ( | self, | |
x1, | |||
y1, | |||
x2, | |||
y2 | |||
) |
Definition at line 1518 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.zoom_to_fit | ( | self | ) |
Definition at line 1532 of file xdot_qt.py.
string smach_viewer::xdot::xdot_qt::__author__ = "Jose Fonseca" |
Definition at line 22 of file xdot_qt.py.
string smach_viewer::xdot::xdot_qt::__version__ = "0.4" |
Definition at line 24 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
dictionary smach_viewer::xdot::xdot_qt::brewer_colors |
Definition at line 1964 of file xdot_qt.py.
Definition at line 797 of file xdot_qt.py.
Definition at line 796 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::DIGRAPH = 15 |
Definition at line 804 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::EDGE = 17 |
Definition at line 806 of file xdot_qt.py.
Definition at line 790 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::EOF = 1 |
Definition at line 618 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::EQUAL = 11 |
Definition at line 799 of file xdot_qt.py.
Qt widget that draws dot graphs.
Definition at line 1346 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::GRAPH = 14 |
Definition at line 803 of file xdot_qt.py.
Definition at line 1348 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
Definition at line 789 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::ID = 0 |
Definition at line 787 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
Definition at line 794 of file xdot_qt.py.
Definition at line 792 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::NODE = 16 |
Definition at line 805 of file xdot_qt.py.
Definition at line 1348 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::PLUS = 12 |
Definition at line 800 of file xdot_qt.py.
Definition at line 1381 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
Definition at line 1609 of file xdot_qt.py.
Definition at line 1609 of file xdot_qt.py.
Definition at line 795 of file xdot_qt.py.
Definition at line 793 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::SEMI = 10 |
Definition at line 798 of file xdot_qt.py.
Definition at line 619 of file xdot_qt.py.
Definition at line 788 of file xdot_qt.py.
int smach_viewer::xdot::xdot_qt::STRICT = 13 |
Definition at line 802 of file xdot_qt.py.
Definition at line 807 of file xdot_qt.py.
Definition at line 1396 of file xdot_qt.py.
Definition at line 1490 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
float smach_viewer::xdot::xdot_qt::ZOOM_INCREMENT = 1.25 |
Definition at line 1379 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.
Definition at line 1380 of file xdot_qt.py.
Definition at line 1356 of file xdot_qt.py.