![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Manager message class used when changing the layer of a graphic object. More...
#include <ilviews/manager/observer.h>
Public Member Functions | |
| IlvManagerObjectLayerMessage (IlvGraphic *obj, int newLayer, int oldLayer=-1) | |
| Constructor. | |
Public Attributes | |
| int | _oldLayer |
| The index of the previous layer. | |
Manager message class used when changing the layer of a graphic object.
Library: ilvmgr
This message class is used in the member function IlvManager::setLayer. The message category is always set to IlvMgrMsgObjectLayer.
| IlvManagerObjectLayerMessage::IlvManagerObjectLayerMessage | ( | IlvGraphic * | obj, | |
| int | newLayer, | |||
| int | oldLayer = -1 | |||
| ) |
Constructor.
Sets the message type to IlvMgrMsgObjectLayer.
| obj | The graphic object. | |
| newLayer | The index of the new manager layer. | |
| oldLayer | The index of the previous manager layer. |
The index of the previous layer.
The index of the manager layer where the graphic object was stored before the notification.
© 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.