rwlogo

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Member Functions | Public Attributes
IlvManagerContentsMessage Class Reference

Manager message class used when modifying the structure of the manager contents. More...

#include <ilviews/manager/observer.h>

Inheritance diagram for IlvManagerContentsMessage:
IlvManagerObjectMessage IlvManagerMessage IlvManagerObjectLayerMessage

Public Member Functions

 IlvManagerContentsMessage (IlUInt reason, IlvGraphic *obj, int layer=-1, IlUInt mask=0x00000008)
 Constructor. More...
 
- Public Member Functions inherited from IlvManagerObjectMessage
IlvGraphicgetObject () 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...
 

Detailed Description

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.

Constructor & Destructor Documentation

IlvManagerContentsMessage::IlvManagerContentsMessage ( IlUInt  reason,
IlvGraphic obj,
int  layer = -1,
IlUInt  mask = 0x00000008 
)

Constructor.

Parameters
reasonThe notification type.
objThe graphic object.
layerThe index of the manager layer containing the graphic object.
maskThe message category. The default value, IlvMgrMsgContentsMask, is used for the notifications of type IlvMgrMsgAddObject, and IlvMgrMsgRemoveObject.

Member Data Documentation

int IlvManagerContentsMessage::_layer

The index of the manager layer.

Contains the index of the manager layer where the graphic object is stored.


© Copyright 2015, 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.