rwlogo
Rogue Wave Views 5.5.1

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvManagerSwapLayerMessage Class Reference

Manager message class used when swapping the index of two manager layers. More...

#include <ilviews/manager/observer.h>

Inheritance diagram for IlvManagerSwapLayerMessage:
IlvManagerLayerMessage IlvManagerMessage

List of all members.

Public Member Functions

 IlvManagerSwapLayerMessage (int layer1, int layer2)
 Constructor.

Public Attributes

int _layer2

Detailed Description

Manager message class used when swapping the index of two manager layers.

Library: ilvmgr

This message class is used in the member function IlvManager::swapLayer. The reason (or message type) is always IlvMgrMsgSwapLayer. The index of the second manager layer is stored in the message data field _layer2 (the index of the first one can be obtained with the member function IlvManagerLayerMessage::getLayer.


Constructor & Destructor Documentation

IlvManagerSwapLayerMessage::IlvManagerSwapLayerMessage ( int  layer1,
int  layer2 
)

Constructor.

Sets the message type to IlvMgrMsgSwapLayer.

Parameters:
layer1 The index of the first layer.
layer2 The index of the second layer.

Member Data Documentation

Index of the second manager layer.


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