Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Manager command class. More...
#include <ilviews/manager/commands.h>
Public Member Functions | |
IlvPushObjectsCommand (IlvManager *m, IlUInt n=0, IlvGraphic *const *o=0, IlUInt *p=0) | |
Constructor. |
Manager command class.
Library: ilvmgr
The class IlvPushObjectsCommand
is a subclass of IlvManagerCommand
that must be instantiated to record that objects have been sent to the back of a given layer, and make it possible to undo or redo this modification.
This command should be used in place of the IlvManager::push
method to store the order of the objects before reordering them. Note that this command is of little interest in subdivided IlvManagerLayer
, where the order in which objects are displayed cannot be controlled precisely.
IlvManagerLayer::allowSubdivision
IlvPushObjectsCommand::IlvPushObjectsCommand | ( | IlvManager * | m, | |
IlUInt | n = 0 , |
|||
IlvGraphic *const * | o = 0 , |
|||
IlUInt * | p = 0 | |||
) |
Constructor.
m | The manager to which the command applies. | |
n | The number of objects to be sent to the back of the layer. | |
o | The objects to be sent to the back of their respective layers. | |
p | Undocumented argument. |
© 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.