Uranium
Application Framework
UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation Class Reference
Inheritance diagram for UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation:
UM.Operations.Operation.Operation

Public Member Functions

def __init__
 
def undo (self)
 
def redo (self)
 
- Public Member Functions inherited from UM.Operations.Operation.Operation
def __init__ (self)
 
def undo (self)
 
def redo (self)
 
def mergeWith (self, other)
 
def push (self)
 

Detailed Description

An operation that removes a SceneNode from the scene.

Member Function Documentation

◆ redo()

def UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.redo (   self,
  None 
)
Redo the operation, removing the node again.

◆ undo()

def UM.Operations.RemoveSceneNodeOperation.RemoveSceneNodeOperation.undo (   self,
  None 
)
Undoes the operation, putting the node back in the scene.

The documentation for this class was generated from the following file: