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 ActionDeselectAll, ActionTransformObj, ActionSelectObj, ActionDeleteObj, and ActionAddNewObj.
def postCall | ( | self | ) |
Reimplemented in ActionAddNewObj.
def redo | ( | self | ) |
Reimplemented in ActionUpdateObjectProp, and ActionAddNewObj.
def saveStatus | ( | self | ) |
Reimplemented in ActionUpdateObjectProp, ActionDeselectAll, ActionTransformObj, ActionSelectObj, ActionDeleteObjById, and ActionDeleteObj.
def undo | ( | self | ) |
Reimplemented in ActionUpdateObjectProp, ActionDeselectAll, ActionTransformObj, ActionSelectObj, ActionChangeHierarchy, ActionDeleteObjById, ActionDeleteObj, and ActionAddNewObj.
Reimplemented in ActionUpdateObjectProp, ActionTransformObj, and ActionAddNewObj.