Beispiel #1
0
 def __init__(self, obj, component):
     Subsystem.__init__(self, obj, component)
     SubsystemBend.__init__(self, obj)
     SubsystemStructural.__init__(self, obj)
Beispiel #2
0
 def execute(self, obj):
     Subsystem.execute(self, obj)
     SubsystemBend.execute(self, obj)
     SubsystemStructural.execute(self, obj)
Beispiel #3
0
 def onChanged(self, obj, prop):
     Subsystem.onChanged(self, obj, prop)
     SubsystemBend.onChanged(self, obj, prop)
     SubsystemStructural.onChanged(self, obj, prop)
 def __init__(self, obj, component):
     Subsystem.__init__(self, obj, component)
     SubsystemBend.__init__(self, obj)
     SubsystemStructural.__init__(self, obj)
 def execute(self, obj):
     Subsystem.execute(self, obj)
     SubsystemBend.execute(self, obj)
     SubsystemStructural.execute(self, obj)
 def onChanged(self, obj, prop):
     Subsystem.onChanged(self, obj, prop)
     SubsystemBend.onChanged(self, obj, prop)
     SubsystemStructural.onChanged(self, obj, prop)