TransformManipulationCommand (object)¶
Members¶
Ref<InlineTransform>[] | targets | |
Xfo[][] | oldValues | |
Xfo[][] | newValues |
Methods¶
TransformManipulationCommand ( in Ref<InlineTransform> targets[] ) | |
TransformManipulationCommand ( in TransformManipulationCommand other ) | |
TransformManipulationCommand () | |
TransformManipulationCommand | clone ? () |
doAction ! () | |
String | getDesc ? () |
undoAction ! () |
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.