Uranium
Application Framework
|
An operation that removes a SceneNode from the scene. More...
Public Member Functions | |
def | __init__ (self, node) |
Initialises the RemoveSceneNodeOperation. More... | |
def | undo (self) |
Undoes the operation, putting the node back in the scene. | |
def | 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.
def UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.__init__ | ( | self, | |
node | |||
) |
Initialises the RemoveSceneNodeOperation.
node | The node to remove. |