|
Uranium
Application Framework
|
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) |
Operation that rotates a scene node.
| def UM.Operations.RotateOperation.RotateOperation.__repr__ | ( | self, | |
| str | |||
| ) |
Returns a programmer-readable representation of this operation. :return: A programmer-readable representation of this operation.
| def UM.Operations.RotateOperation.RotateOperation.redo | ( | self, | |
| None | |||
| ) |
Redoes the rotation, rotating the node again.
| def UM.Operations.RotateOperation.RotateOperation.undo | ( | self, | |
| None | |||
| ) |
Undoes the rotation, rotating the node back.