Namespaces | |
xdot | |
Classes | |
class | ContainerNode |
class | SmachViewerFrame |
Functions | |
def | attr_string (attrs) |
def | get_label (path) |
def | get_parent_path (path) |
def | graph_attr_string (attrs) |
Helper Functions. More... | |
def | hex2t (color_str) |
def | import_non_local (name, custom_name=None) |
this import system (or ros-released) xdot import xdot need to import currnt package, but not to load this file http://stackoverflow.com/questions/6031584/importing-from-builtin-library-when-module-with-same-name-exists More... | |
def | main () |
Variables | |
anonymous | |
argv | |
disable_signals | |
False | |
log_level | |
smach_viewer = import_non_local('smach_viewer') | |
True | |
def smach_viewer.attr_string | ( | attrs | ) |
Generate an xdot node attribute string.
Definition at line 88 of file smach_viewer.py.
def smach_viewer.get_label | ( | path | ) |
Get the label of an xdot node.
Definition at line 102 of file smach_viewer.py.
def smach_viewer.get_parent_path | ( | path | ) |
Get the parent path of an xdot node.
Definition at line 93 of file smach_viewer.py.
def smach_viewer.graph_attr_string | ( | attrs | ) |
Helper Functions.
Generate an xdot graph attribute string.
Definition at line 83 of file smach_viewer.py.
def smach_viewer.hex2t | ( | color_str | ) |
Convert a hexadecimal color strng into a color tuple.
Definition at line 107 of file smach_viewer.py.
def smach_viewer.import_non_local | ( | name, | |
custom_name = None |
|||
) |
this import system (or ros-released) xdot import xdot need to import currnt package, but not to load this file http://stackoverflow.com/questions/6031584/importing-from-builtin-library-when-module-with-same-name-exists
Definition at line 62 of file smach_viewer.py.
def smach_viewer.main | ( | ) |
Definition at line 1036 of file smach_viewer.py.
smach_viewer.anonymous |
Definition at line 1057 of file smach_viewer.py.
smach_viewer.argv |
Definition at line 1058 of file smach_viewer.py.
smach_viewer.disable_signals |
Definition at line 1057 of file smach_viewer.py.
smach_viewer.False |
Definition at line 1057 of file smach_viewer.py.
smach_viewer.log_level |
Definition at line 1057 of file smach_viewer.py.
smach_viewer.smach_viewer = import_non_local('smach_viewer') |
Definition at line 76 of file smach_viewer.py.
smach_viewer.True |
Definition at line 1057 of file smach_viewer.py.