Go to the documentation of this file.
7 """ Contains a class that holds box informations
16 """ Stores informations about box in the xar format
26 self.
name = attrs.getValue(
"name")
27 self.
robot = attrs.getValue(
"robot")
28 self.
id = attrs.getValue(
"id")
32 self.
plugin = attrs.getValue(
"plugin")
33 self.
x_pos = attrs.getValue(
"x")
34 self.
y_pos = attrs.getValue(
"y")
48 'script': Box.attach_script,
49 'Input': Box.attach_input,
50 'Output': Box.attach_output,
51 'Parameter': Box.attach_parameter,
52 'Resource': Box.attach_resource,
53 'pluginContent': Box.attach_plugin_content,
54 'Timeline': Box.attach_timeline}
66 ioType = attrs.getValue(
'type')
67 ioSize = attrs.getValue(
'type_size')
69 signature = xar_types.resolve_io_signature(ioType, ioSize)
72 attrs.getValue(
'nature'),
73 attrs.getValue(
'stm_value_name'),
74 attrs.getValue(
'inner'),
75 attrs.getValue(
'tooltip'),
80 ioType = attrs.getValue(
'type')
81 ioSize = attrs.getValue(
'type_size')
83 signature = xar_types.resolve_io_signature(ioType, ioSize)
86 attrs.getValue(
'nature'),
87 attrs.getValue(
'stm_value_name'),
88 attrs.getValue(
'inner'),
89 attrs.getValue(
'tooltip'),
98 attrs.getValue(
'type'),
99 attrs.getValue(
'timeout'))
def attach_input(self, attrs)
def attach_plugin_content(self, plugin_content)
def attach_script(self, script)
def attach_resource(self, attrs)
def attach_parameter(self, parameter)
def attach_output(self, attrs)
def attach_timeline(self, timeline)
def __init__(self, attrs)
def attach_bitmap(self, bitmap)
naoqi_libqicore
Author(s): Aldebaran
autogenerated on Wed Sep 14 2022 02:22:41