Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Manager message class used when modifying the index of a manager layer. More...
#include <ilviews/manager/observer.h>
Public Member Functions | |
IlvManagerMoveLayerMessage (int layer, int oldIndex) | |
Constructor. | |
Public Attributes | |
int | _oldIndex |
The previous index of the layer. |
Manager message class used when modifying the index of a manager layer.
Library: ilvmgr
This message class is used in the member function IlvManager::moveLayer
. The reason (or message type) is always IlvMgrMsgMoveLayer
. The previous index of the manager layer is stored in the message data field _oldIndex
.
IlvManagerMoveLayerMessage::IlvManagerMoveLayerMessage | ( | int | layer, | |
int | oldIndex | |||
) |
Constructor.
Sets the message type to IlvMgrMsgMoveLayer
.
layer | The new index of the layer. | |
oldIndex | The previous index of the layer. |
The previous index of the layer.
Contains the previous index of the manager layer.
© 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.