Rogue Wave Views Manager Package API Reference Guide |
Rogue Wave Views Documentation Home |
Manager message class used when modifying the structure of the manager contents. More...
#include <ilviews/manager/observer.h>
Public Member Functions | |
IlvManagerContentsMessage (IlUInt reason, IlvGraphic *obj, int layer=-1, IlUInt mask=0x00000008) | |
Constructor. More... | |
Public Member Functions inherited from IlvManagerObjectMessage | |
IlvGraphic * | getObject () const |
Returns the graphic object. More... | |
Public Member Functions inherited from IlvManagerMessage | |
IlvManagerMessage (IlUInt reason, IlUInt mask, IlAny data=0) | |
Constructor. More... | |
Public Attributes | |
int | _layer |
The index of the manager layer. More... | |
Public Attributes inherited from IlvManagerMessage | |
IlAny | _data |
Additional message information. More... | |
IlUInt | _mask |
Message mask (or message category). More... | |
IlUInt | _reason |
Message type. More... | |
Manager message class used when modifying the structure of the manager contents.
Library: ilvmgr
This message class is used in notification of actions in the structure of the manager, such as adding or removing graphic objects or changing their layer.
IlvManagerContentsMessage::IlvManagerContentsMessage | ( | IlUInt | reason, |
IlvGraphic * | obj, | ||
int | layer = -1 , |
||
IlUInt | mask = 0x00000008 |
||
) |
Constructor.
reason | The notification type. |
obj | The graphic object. |
layer | The index of the manager layer containing the graphic object. |
mask | The message category. The default value, IlvMgrMsgContentsMask , is used for the notifications of type IlvMgrMsgAddObject , and IlvMgrMsgRemoveObject . |
int IlvManagerContentsMessage::_layer |
The index of the manager layer.
Contains the index of the manager layer where the graphic object is stored.
© Copyright 2016, 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.