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

Public Member Functions

def __init__
 
def undo (self)
 
def redo (self)
 
def mergeWith
 
def __repr__ (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

Operation that rotates a scene node.

Member Function Documentation

◆ __repr__()

def UM.Operations.RotateOperation.RotateOperation.__repr__ (   self,
  str 
)
Returns a programmer-readable representation of this operation.

:return: A programmer-readable representation of this operation.

◆ redo()

def UM.Operations.RotateOperation.RotateOperation.redo (   self,
  None 
)
Redoes the rotation, rotating the node again.

◆ undo()

def UM.Operations.RotateOperation.RotateOperation.undo (   self,
  None 
)
Undoes the rotation, rotating the node back.

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