graphics/GraphicCommons.py
changeset 1870 4d070115b552
parent 1868 616c3f4bcbcb
child 1872 866fb3ab8778
equal deleted inserted replaced
1869:49cdd843c006 1870:4d070115b552
   361     # Refresh the element connectors position
   361     # Refresh the element connectors position
   362     def RefreshConnectors(self):
   362     def RefreshConnectors(self):
   363         pass
   363         pass
   364 
   364 
   365     # Refresh the position of wires connected to element inputs and outputs
   365     # Refresh the position of wires connected to element inputs and outputs
   366     def RefreshConnected(self):
   366     def RefreshConnected(self, exclude=None):
   367         pass
   367         pass
   368 
   368 
   369     # Change the parent
   369     # Change the parent
   370     def SetParent(self, parent):
   370     def SetParent(self, parent):
   371         self.Parent = parent
   371         self.Parent = parent