bitmap_v2.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 
6 
7 """ Contains a class that holds diagram informations
8 .. module:: node
9 """
10 
11 import converter.node as node
12 
13 
15  """ Stores informations about bitmap in the box interface format
16  """
17 
18  def __init__(self, attrs):
19  super(BitmapV2, self).__init__("BitmapV2")
20 
21  # Elements
22  self.path = attrs.getValue("path")
23 
24  def beacon(self):
25  return "Bitmap"
converter.node.bitmap_v2.BitmapV2.path
path
Definition: bitmap_v2.py:22
converter.node
Definition: xarconverter/converter/node/__init__.py:1
converter.node.bitmap_v2.BitmapV2.beacon
def beacon(self)
Definition: bitmap_v2.py:24
converter.node.bitmap_v2.BitmapV2
Definition: bitmap_v2.py:14
converter.node.bitmap_v2.BitmapV2.__init__
def __init__(self, attrs)
Definition: bitmap_v2.py:18
converter.node.Node
Definition: xarconverter/converter/node/__init__.py:12


naoqi_libqicore
Author(s): Aldebaran
autogenerated on Wed Sep 14 2022 02:22:41