Manager command class. More...
#include <ilviews/manager/commands.h>
Public Member Functions | |
IlvSymmetryObjectCommand (IlvManager *m, IlvGraphic *g, IlvDirection direction) | |
Constructor. More... | |
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 IlvSymmetryObjectCommand
is a subclass of IlvManagerCommand
that must be instantiated to record that objects have been flipped, and make it possible to undo the modification. Note that not all objects can be flipped.
IlvSymmetryObjectCommand::IlvSymmetryObjectCommand | ( | IlvManager * | m, |
IlvGraphic * | g, | ||
IlvDirection | direction | ||
) |
Constructor.
m | The manager to which the command applies. |
g | The graphic object to be flipped. |
direction | The direction in which objects should be flipped. |