bitmap.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 xar format
16  """
17 
18  def __init__(self, path):
19  super(Bitmap, self).__init__("Bitmap")
20 
21  # Elements
22  self.path = path
23 
24  def beacon(self):
25  return "bitmap"
converter.node
Definition: xarconverter/converter/node/__init__.py:1
converter.node.bitmap.Bitmap.path
path
Definition: bitmap.py:22
converter.node.bitmap.Bitmap.beacon
def beacon(self)
Definition: bitmap.py:24
converter.node.bitmap.Bitmap
Definition: bitmap.py:14
converter.node.Node
Definition: xarconverter/converter/node/__init__.py:12
converter.node.bitmap.Bitmap.__init__
def __init__(self, path)
Definition: bitmap.py:18


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