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