Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ActionUpdateObjectProp Class Reference
Inheritance diagram for ActionUpdateObjectProp:
ActionBase Functor

Public Member Functions

 __init__ (self, editor, fSelectObject, obj, propName, val, oldVal, function, undoFunc, *args, **kargs)
 
 redo (self)
 
 saveStatus (self)
 
 undo (self)
 
- Public Member Functions inherited from ActionBase
 postCall (self)
 
- Public Member Functions inherited from Functor
 __repr__ (self)
 
 destroy (self)
 

Public Attributes

 editor
 
 fSelectObject
 
 newVal
 
 obj
 
 oldVal
 
 propName
 
 result
 
 undoFunc
 
- Public Attributes inherited from ActionBase
 function
 
 result
 

Additional Inherited Members

- Protected Member Functions inherited from ActionBase
 _do__call__ (self, *args, **kargs)
 
- Protected Attributes inherited from Functor
 _args
 
 _function
 
 _kargs
 

Detailed Description

 Action class for updating object property 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
editor,
fSelectObject,
obj,
propName,
val,
oldVal,
function,
undoFunc,
* args,
** kargs )

Reimplemented from ActionBase.

Member Function Documentation

◆ redo()

redo ( self)

Reimplemented from ActionBase.

◆ saveStatus()

saveStatus ( self)

Reimplemented from ActionBase.

◆ undo()

undo ( self)

Reimplemented from ActionBase.

Member Data Documentation

◆ editor

editor

◆ fSelectObject

fSelectObject

◆ newVal

newVal

◆ obj

obj

◆ oldVal

oldVal

◆ propName

propName

◆ result

result

◆ undoFunc

undoFunc