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
IlvManagerMoveLayerMessage Class Reference

Manager message class used when modifying the index of a manager layer. More...

#include <ilviews/manager/observer.h>

Inheritance diagram for IlvManagerMoveLayerMessage:
IlvManagerLayerMessage IlvManagerMessage

Public Member Functions

 IlvManagerMoveLayerMessage (int layer, int oldIndex)
 Constructor. More...
 
- Public Member Functions inherited from IlvManagerLayerMessage
 IlvManagerLayerMessage (IlUInt reason, int layer)
 Constructor. More...
 
int getLayer () const
 Returns the index of the layer. More...
 
- Public Member Functions inherited from IlvManagerMessage
 IlvManagerMessage (IlUInt reason, IlUInt mask, IlAny data=0)
 Constructor. More...
 

Public Attributes

int _oldIndex
 The previous index of the layer. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

IlvManagerMoveLayerMessage::IlvManagerMoveLayerMessage ( int  layer,
int  oldIndex 
)

Constructor.

Sets the message type to IlvMgrMsgMoveLayer.

Parameters
layerThe new index of the layer.
oldIndexThe previous index of the layer.

Member Data Documentation

int IlvManagerMoveLayerMessage::_oldIndex

The previous index of the layer.

Contains the previous index of the manager layer.


© 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.