Uranium
Application Framework
|
Public Member Functions | |
None | __init__ (self, SceneNode node) |
None | undo (self) |
None | redo (self) |
![]() | |
mergeWith (self, other) | |
None | push (self) |
Protected Attributes | |
_node | |
_parent | |
![]() | |
_timestamp | |
_always_merge | |
An operation that removes a SceneNode from the scene.
None UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.__init__ | ( | self, | |
SceneNode | node ) |
Initialises the RemoveSceneNodeOperation. :param node: The node to remove.
Reimplemented from UM.Operations.Operation.Operation.
None UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.redo | ( | self | ) |
Redo the operation, removing the node again.
Reimplemented from UM.Operations.Operation.Operation.
None UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.undo | ( | self | ) |
Undoes the operation, putting the node back in the scene.
Reimplemented from UM.Operations.Operation.Operation.