コード例 #1
0
 def cancelStructure(self):
     """
     Overrides Editcommand.cancelStructure ..calls _removeSegments which 
     deletes all the segments created while this command was running
     @see: B{EditCommand.cancelStructure}
     """
     EditCommand.cancelStructure(self)
     self._removeSegments()
コード例 #2
0
 def cancelStructure(self):
     """
     Overrides Editcommand.cancelStructure ..calls _removeSegments which 
     deletes all the segments created while this command was running
     @see: B{EditCommand.cancelStructure}
     """
     EditCommand.cancelStructure(self)
     self._removeSegments()
コード例 #3
0
 def cancelStructure(self):
     """
     Cancel the structure
     """
     EditCommand.cancelStructure(self)
     if self.struct is not None:
         if self.struct.isEmpty():
             self._removeStructure()
コード例 #4
0
 def cancelStructure(self):
     """
     Cancel the structure
     """
     EditCommand.cancelStructure(self)
     if self.struct is not None:
         if self.struct.isEmpty():
             self._removeStructure()