Panda3D
|
Public Member Functions | |
def | __init__ (self, function, *args, **kargs) |
def | postCall (self) |
def | redo (self) |
def | saveStatus (self) |
def | undo (self) |
![]() | |
def | __repr__ (self) |
def | destroy (self) |
Public Attributes | |
function | |
result | |
Base class for user actions
def __init__ | ( | self, | |
function, | |||
* | args, | ||
** | kargs | ||
) |
Reimplemented from Functor.
Reimplemented in ActionAddNewObj, ActionDeleteObj, ActionSelectObj, ActionTransformObj, ActionDeselectAll, ActionUpdateObjectProp, ActionChangeHierarchy, and ActionDeleteObjById.
def postCall | ( | self | ) |
Reimplemented in ActionAddNewObj.
def redo | ( | self | ) |
Reimplemented in ActionAddNewObj, and ActionUpdateObjectProp.
def saveStatus | ( | self | ) |
Reimplemented in ActionDeleteObj, ActionDeleteObjById, ActionSelectObj, ActionTransformObj, ActionDeselectAll, and ActionUpdateObjectProp.
def undo | ( | self | ) |
Reimplemented in ActionAddNewObj, ActionDeleteObj, ActionDeleteObjById, ActionChangeHierarchy, ActionSelectObj, ActionTransformObj, ActionDeselectAll, and ActionUpdateObjectProp.
function |
result |