|
def | __init__ (self) |
|
def | on_open (self, action) |
|
def | on_reload (self, action) |
|
def | open_file (self, filename, refresh=False) |
|
def | set_dotcode (self, dotcode, filename='< stdin >', refresh=False) |
|
def | set_filter (self, filter) |
|
def | set_xdotcode (self, xdotcode, filename='< stdin >') |
|
def | update (self, filename) |
|
Definition at line 1705 of file xdot.py.
def smach_viewer.xdot.xdot.DotWindow.__init__ |
( |
|
self | ) |
|
def smach_viewer.xdot.xdot.DotWindow.on_open |
( |
|
self, |
|
|
|
action |
|
) |
| |
def smach_viewer.xdot.xdot.DotWindow.on_reload |
( |
|
self, |
|
|
|
action |
|
) |
| |
def smach_viewer.xdot.xdot.DotWindow.open_file |
( |
|
self, |
|
|
|
filename, |
|
|
|
refresh = False |
|
) |
| |
def smach_viewer.xdot.xdot.DotWindow.set_dotcode |
( |
|
self, |
|
|
|
dotcode, |
|
|
|
filename = '<stdin>' , |
|
|
|
refresh = False |
|
) |
| |
def smach_viewer.xdot.xdot.DotWindow.set_filter |
( |
|
self, |
|
|
|
filter |
|
) |
| |
def smach_viewer.xdot.xdot.DotWindow.set_xdotcode |
( |
|
self, |
|
|
|
xdotcode, |
|
|
|
filename = '<stdin>' |
|
) |
| |
def smach_viewer.xdot.xdot.DotWindow.update |
( |
|
self, |
|
|
|
filename |
|
) |
| |
smach_viewer.xdot.xdot.DotWindow.actiongroup |
smach_viewer.xdot.xdot.DotWindow.graph |
smach_viewer.xdot.xdot.DotWindow.last_mtime |
string smach_viewer.xdot.xdot.DotWindow.ui |
|
static |
Initial value: 3 <toolbar name="ToolBar"> 4 <toolitem action="Open"/> 5 <toolitem action="Reload"/> 7 <toolitem action="ZoomIn"/> 8 <toolitem action="ZoomOut"/> 9 <toolitem action="ZoomFit"/> 10 <toolitem action="Zoom100"/>
Definition at line 1707 of file xdot.py.
smach_viewer.xdot.xdot.DotWindow.uimanager |
smach_viewer.xdot.xdot.DotWindow.widget |
The documentation for this class was generated from the following file: