Exemplo n.º 1
0
    def __init__(self, command):
        """
        Constructor for Fuse Property manager. 
        @param command: The parent mode for this property manager 
        @type  command: L{fuseChunksmode}
        """

        self.command = command
        MovePropertyManager.__init__(self, self.command)

        self.activate_translateGroupBox_in_fuse_PM()
 def __init__(self, parentMode):
     """
     Constructor for Fuse Property manager. 
     @param parentMode: The parent mode for this property manager 
     @type  parentMode: L{fuseChunksmode}
     """
     
     self.parentMode = parentMode
     MovePropertyManager.__init__(self, self.parentMode)
             
     self.activate_translateGroupBox_in_fuse_PM()
    def __init__(self, command):
        """
        Constructor for Fuse Property manager.
        @param command: The parent mode for this property manager
        @type  command: L{fuseChunksmode}
        """

        self.command = command
        MovePropertyManager.__init__(self, self.command)

        self.activate_translateGroupBox_in_fuse_PM()