Manager command class. More...
#include <ilviews/manager/commands.h>
Additional Inherited Members | |
Public Member Functions inherited from IlvManagerCommand | |
| IlvManagerCommand (IlvManager *manager) | |
| Constructor. More... | |
| IlvManager * | getManager () const |
| Returns the manager. More... | |
Manager command class.
Library: ilvmgr
The class IlvTranslateObjectCommand is a subclass of IlvManagerCommand that must be instantiated to record that objects have been translated, and make it possible to undo the operation. It is provided for compatibility purposes only.
To move objects while recording value changes, we suggest that you use the changeValue methods, which are more generic, on the object.