Package schrodinger :: Package application :: Package msv :: Module command :: Class Command
[hide private]
[frames] | no frames]

Class Command

       object --+            
                |            
sip.simplewrapper --+        
                    |        
          sip.wrapper --+    
                        |    
 PyQt4.QtGui.QUndoCommand --+
                            |
                           Command

Instance Methods [hide private]
 
__init__(self, redo, undo, description, command_id=-1)
x.__init__(...) initializes x; see help(type(x)) for signature
 
redo(self)
 
undo(self)
 
id(self)

Inherited from PyQt4.QtGui.QUndoCommand: actionText, child, childCount, mergeWith, setText, text

Inherited from sip.simplewrapper: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, redo, undo, description, command_id=-1)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

redo(self)

 
Overrides: PyQt4.QtGui.QUndoCommand.redo

undo(self)

 
Overrides: PyQt4.QtGui.QUndoCommand.undo

id(self)

 
Overrides: PyQt4.QtGui.QUndoCommand.id