Example #1
0
    def __init__(self):
        RectangleShape.__init__(self, 100, 50)
        self._saveToFile = True
        self._currentAngle = DRAWN_ANGLE_0

        self._metafiles = PseudoMetaFile(), PseudoMetaFile(), PseudoMetaFile(
        ), PseudoMetaFile()
Example #2
0
    def __init__(self):
        RectangleShape.__init__(self, 100.0, 100.0)

        self._oldX = self.x
        self._oldY = self.y

        self._constraints = []
        self._divisions = []  # In case it's a container
Example #3
0
    def __init__(self):
        RectangleShape.__init__(self, 100.0, 100.0)

        self._oldX = self.x
        self._oldY = self.y

        self._constraints = [] 
        self._divisions = [] # In case it's a container
Example #4
0
 def __init__(self):
     RectangleShape.__init__(self, 100, 50)
     self._filename = ""
Example #5
0
 def __init__(self, w, h):
     RectangleShape.__init__(self, w, h)
     self.ClearRegions()
Example #6
0
 def __init__(self):
     RectangleShape.__init__(self, 100, 50)
     self._filename = ""
Example #7
0
 def __init__(self, w, h):
     RectangleShape.__init__(self, w, h)
     self.ClearRegions()