Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Grapher command class. More...
#include <ilviews/grapher/commands.h>
Public Member Functions | |
IlvRemoveLinkCommand (IlvManager *grapher, IlvLinkImage *obj, int layer=0) | |
Constructor. More... | |
Grapher command class.
Library: ilvgrapher
The class IlvRemoveLinkCommand
is a subclass of IlvManagerCommand
. IlvRemoveLinkCommand
must be instantiated once a link object has been removed to an IlvGrapher
. The IlvGrapher
class inherits from IlvManager
to record the modification and make it possible to undo or redo it.
This class is provided for compatibility purposes only.
IlvRemoveLinkCommand::IlvRemoveLinkCommand | ( | IlvManager * | grapher, |
IlvLinkImage * | obj, | ||
int | layer = 0 |
||
) |
Constructor.
grapher | The grapher from which the object and command are removed. |
obj | The removed link object. This object will be added again when the command is undone. It is added if the command is deleted. It is considered as not executed if it has not been added to a command history. |
layer | The layer from which the object is removed. |
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.