|
Panda3D
|
Public Member Functions | |
| __init__ (self, editor, fSelectObject, obj, propName, val, oldVal, function, undoFunc, *args, **kargs) | |
| redo (self) | |
| saveStatus (self) | |
| undo (self) | |
Public Member Functions inherited from ActionBase | |
| __init__ (self, function, *args, **kargs) | |
| postCall (self) | |
Public Member Functions inherited from Functor | |
| __init__ (self, function, *args, **kargs) | |
| __repr__ (self) | |
| destroy (self) | |
Public Attributes | |
| editor = editor | |
| fSelectObject = fSelectObject | |
| newVal = val | |
| obj = obj | |
| oldVal = oldVal | |
| propName = propName | |
| undoFunc = undoFunc | |
Public Attributes inherited from ActionBase | |
| function = function | |
| result = None | |
Additional Inherited Members | |
Protected Member Functions inherited from ActionBase | |
| _do__call__ (self, *args, **kargs) | |
Protected Attributes inherited from Functor | |
| _args = args | |
| _function = function | |
| _kargs = kargs | |
Action class for updating object property
| __init__ | ( | self, | |
| editor, | |||
| fSelectObject, | |||
| obj, | |||
| propName, | |||
| val, | |||
| oldVal, | |||
| function, | |||
| undoFunc, | |||
| * | args, | ||
| ** | kargs ) |
| redo | ( | self | ) |
Reimplemented from ActionBase.
| saveStatus | ( | self | ) |
Reimplemented from ActionBase.
| undo | ( | self | ) |
Reimplemented from ActionBase.
| editor = editor |
| fSelectObject = fSelectObject |
| newVal = val |
| obj = obj |
| oldVal = oldVal |
| propName = propName |
| undoFunc = undoFunc |