Panda3D
|
Public Member Functions | |
__init__ (self, function, *args, **kargs) | |
postCall (self) | |
redo (self) | |
saveStatus (self) | |
undo (self) | |
![]() | |
__repr__ (self) | |
destroy (self) | |
Public Attributes | |
function | |
result | |
Protected Member Functions | |
_do__call__ (self, *args, **kargs) | |
Additional Inherited Members | |
![]() | |
_args | |
_function | |
_kargs | |
Base class for user actions
__init__ | ( | self, | |
function, | |||
* | args, | ||
** | kargs ) |
Reimplemented from Functor.
Reimplemented in ActionAddNewObj, ActionDeleteObj, ActionSelectObj, ActionTransformObj, ActionDeselectAll, ActionUpdateObjectProp, ActionChangeHierarchy, and ActionDeleteObjById.
|
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, ActionSelectObj, ActionTransformObj, ActionDeselectAll, and ActionUpdateObjectProp.
undo | ( | self | ) |
Reimplemented in ActionAddNewObj, ActionDeleteObj, ActionDeleteObjById, ActionChangeHierarchy, ActionSelectObj, ActionTransformObj, ActionDeselectAll, and ActionUpdateObjectProp.
function |
result |