Uranium
Application Framework
|
An operation that removes a SceneNode from the scene. More...
Public Member Functions | |
None | __init__ (self, SceneNode node) |
Initialises the RemoveSceneNodeOperation. More... | |
None | undo (self) |
Undoes the operation, putting the node back in the scene. | |
None | redo (self) |
Redo the operation, removing the node again. | |
![]() | |
def | __init__ (self) |
def | mergeWith (self, other) |
Perform operation merging. More... | |
def | push (self) |
Push the operation onto the stack. More... | |
An operation that removes a SceneNode from the scene.
None UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.__init__ | ( | self, | |
SceneNode | node | ||
) |
Initialises the RemoveSceneNodeOperation.
node | The node to remove. |