|
Panda3D
|
Public Member Functions | |
| __init__ (self, function, *args, **kargs) | |
| postCall (self) | |
| redo (self) | |
| saveStatus (self) | |
| undo (self) | |
Public Member Functions inherited from Functor | |
| __init__ (self, function, *args, **kargs) | |
| __repr__ (self) | |
| destroy (self) | |
Public Attributes | |
| function = function | |
| result = None | |
Protected Member Functions | |
| _do__call__ (self, *args, **kargs) | |
Additional Inherited Members | |
Protected Attributes inherited from Functor | |
| _args = args | |
| _function = function | |
| _kargs = kargs | |
Base class for user actions
| __init__ | ( | self, | |
| function, | |||
| * | args, | ||
| ** | kargs ) |
|
protected |
Reimplemented from Functor.
Reimplemented in ActionTransformObj.
| postCall | ( | self | ) |
Reimplemented in ActionAddNewObj.
| redo | ( | self | ) |
Reimplemented in ActionAddNewObj, and ActionUpdateObjectProp.
| saveStatus | ( | self | ) |
Reimplemented in ActionDeleteObj, ActionDeleteObjById, ActionDeselectAll, ActionSelectObj, ActionTransformObj, and ActionUpdateObjectProp.
| undo | ( | self | ) |
Reimplemented in ActionAddNewObj, ActionChangeHierarchy, ActionDeleteObj, ActionDeleteObjById, ActionDeselectAll, ActionSelectObj, ActionTransformObj, and ActionUpdateObjectProp.
| function = function |
| result = None |