Uranium
Application Framework
|
An operation that removes a SceneNode from the scene. More...
Public Member Functions | |
def | __init__ |
Initialises the RemoveSceneNodeOperation. More... | |
def | undo (self) |
Undoes the operation, putting the node back in the scene. More... | |
def | redo (self) |
Redo the operation, removing the node again. More... | |
![]() | |
def | __init__ (self) |
def | undo (self) |
Undo the operation. More... | |
def | redo (self) |
Redo the operation. More... | |
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. |
def UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.redo | ( | self, | |
None | |||
) |
Redo the operation, removing the node again.
def UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.undo | ( | self, | |
None | |||
) |
Undoes the operation, putting the node back in the scene.