Panda3D
Loading...
Searching...
No Matches
ActionTransformObj Class Reference
Inheritance diagram for ActionTransformObj:
ActionBase Functor

Public Member Functions

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

Public Attributes

 editor = editor
 
 origMat = None
 
 uid = args[0]
 
- Public Attributes inherited from ActionBase
 function = function
 
 result = None
 

Protected Member Functions

 _do__call__ (self, *args, **kargs)
 

Additional Inherited Members

- Protected Attributes inherited from Functor
 _args = args
 
 _function = function
 
 _kargs = kargs
 

Detailed Description

 Action class for object transformation 

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ _do__call__()

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

Reimplemented from ActionBase.

◆ saveStatus()

saveStatus ( self)

Reimplemented from ActionBase.

◆ undo()

undo ( self)

Reimplemented from ActionBase.

Member Data Documentation

◆ editor

editor = editor

◆ origMat

origMat = None

◆ uid

uid = args[0]