TransformManipulationCommand (object)

TransformManipulationCommand TransformManipulationCommand TransformManipulationCommand UndoRedoCommand UndoRedoCommand TransformManipulationCommand->UndoRedoCommand

Members

Ref<InlineTransform>[] targets  
Xfo[][] oldValues  
Xfo[][] newValues  

Methods in detail

TransformManipulationCommand ( in Ref<InlineTransform> targets[] )


TransformManipulationCommand ( in TransformManipulationCommand other )

copy constructor


TransformManipulationCommand ()

default constructor


TransformManipulationCommand TransformManipulationCommand.clone? ()

clone method


TransformManipulationCommand.doAction! ()

Invoked by the redo action in the Host DCC.


String TransformManipulationCommand.getDesc? ()

Gets a string to use in the undo list.


TransformManipulationCommand.undoAction! ()

Invoked by the undo action in the Host DCC.