Namespaces | |
namespace | xdot |
Classes | |
class | ContainerNode |
class | SmachViewerFrame |
Functions | |
def | attr_string |
def | get_label |
def | get_parent_path |
def | graph_attr_string |
Helper Functions. | |
def | hex2t |
def | import_non_local |
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 | |
def | main |
Variables | |
tuple | smach_viewer = import_non_local('smach_viewer') |
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.
Definition at line 76 of file smach_viewer.py.