graphics/GraphicCommons.py
changeset 1069 880ec628d490
parent 1054 ef514eaacd8c
child 1089 5cd1f8df71aa
equal deleted inserted replaced
1068:ef088254ba4b 1069:880ec628d490
  1495     # Refreshes the model of all the elements of this group
  1495     # Refreshes the model of all the elements of this group
  1496     def RefreshModel(self, move=True):
  1496     def RefreshModel(self, move=True):
  1497         for element in self.Elements:
  1497         for element in self.Elements:
  1498             element.RefreshModel(move)
  1498             element.RefreshModel(move)
  1499 
  1499 
       
  1500     # Draws the handles of this element if it is selected
       
  1501     def Draw(self, dc):
       
  1502         for element in self.Elements:
       
  1503             element.Draw(dc)
  1500 
  1504 
  1501 #-------------------------------------------------------------------------------
  1505 #-------------------------------------------------------------------------------
  1502 #                         Connector for all types of blocks
  1506 #                         Connector for all types of blocks
  1503 #-------------------------------------------------------------------------------
  1507 #-------------------------------------------------------------------------------
  1504 
  1508