Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
ActionBase Class Reference
Inheritance diagram for ActionBase:
Functor ActionAddNewObj ActionChangeHierarchy ActionDeleteObj ActionDeleteObjById ActionDeselectAll ActionSelectObj ActionTransformObj ActionUpdateObjectProp

Public Member Functions

 __init__ (self, function, *args, **kargs)
 
 postCall (self)
 
 redo (self)
 
 saveStatus (self)
 
 undo (self)
 
- Public Member Functions inherited from Functor
 __repr__ (self)
 
 destroy (self)
 

Public Attributes

 function
 
 result
 

Protected Member Functions

 _do__call__ (self, *args, **kargs)
 

Additional Inherited Members

- Protected Attributes inherited from Functor
 _args
 
 _function
 
 _kargs
 

Detailed Description

 Base class for user actions 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
function,
* args,
** kargs )

Member Function Documentation

◆ _do__call__()

_do__call__ ( self,
* args,
** kargs )
protected

Reimplemented from Functor.

Reimplemented in ActionTransformObj.

◆ postCall()

postCall ( self)

Reimplemented in ActionAddNewObj.

◆ redo()

redo ( self)

Reimplemented in ActionAddNewObj, and ActionUpdateObjectProp.

◆ saveStatus()

saveStatus ( self)

◆ undo()

undo ( self)

Member Data Documentation

◆ function

function

◆ result

result