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

Public Member Functions

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

Public Attributes

 childName
 
 editor
 
 newParentId
 
 oldGrandParentId
 
 oldParentId
 
- 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 changing Scene Graph Hierarchy 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
editor,
oldGrandParentId,
oldParentId,
newParentId,
childName,
* args,
** kargs )

Reimplemented from ActionBase.

Member Function Documentation

◆ undo()

undo ( self)

Reimplemented from ActionBase.

Member Data Documentation

◆ childName

childName

◆ editor

editor

◆ newParentId

newParentId

◆ oldGrandParentId

oldGrandParentId

◆ oldParentId

oldParentId