|
Panda3D
|
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 | |
| list | selectedUIDs = [] |
Public Attributes inherited from ActionBase | |
| function = function | |
| result = None | |
Additional Inherited Members | |
Protected Member Functions inherited from ActionBase | |
| _do__call__ (self, *args, **kargs) | |
Protected Attributes inherited from Functor | |
| _args = args | |
| _function = function | |
| _kargs = kargs | |
Action class for adding new object
| __init__ | ( | self, | |
| editor, | |||
| * | args, | ||
| ** | kargs ) |
| saveStatus | ( | self | ) |
Reimplemented from ActionBase.
| undo | ( | self | ) |
Reimplemented from ActionBase.
| editor = editor |
| list selectedUIDs = [] |