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 typeIlvMgrMsgAddObject, andIlvMgrMsgRemoveObject. | 
| int IlvManagerContentsMessage::_layer | 
The index of the manager layer.
Contains the index of the manager layer where the graphic object is stored.