Panda3D
|
Public Member Functions | |
def | __init__ |
def | postCall |
def | redo |
def | saveStatus |
def | undo |
Public Attributes | |
function | |
result |
Base class for user actions
def __init__ | ( | self, | |
function, | |||
args, | |||
kargs | |||
) |
Reimplemented in ActionAddNewObj, ActionDeleteObj, ActionSelectObj, ActionTransformObj, and ActionDeselectAll.
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.
Reimplemented in ActionAddNewObj, ActionTransformObj, and ActionUpdateObjectProp.