rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvManagerLayerNameMessage Class Reference

Manager message class used when setting the name of a manager layer. More...

#include <ilviews/manager/observer.h>

Inheritance diagram for IlvManagerLayerNameMessage:
IlvManagerLayerMessage IlvManagerMessage

List of all members.

Public Member Functions

 IlvManagerLayerNameMessage (int layer, const char *oldName)
 Constructor.

Public Attributes

const char * _oldName
 Previous name.

Detailed Description

Manager message class used when setting the name of a manager layer.

Library: ilvmgr

This message class is used in the member function IlvManagerLayer::setName. The reason (or message type) is always IlvMgrMsgLayerName. The new name of the layer is available though the manager layer object. The previous name of the layer is stored in the message data field _oldName.


Constructor & Destructor Documentation

IlvManagerLayerNameMessage::IlvManagerLayerNameMessage ( int  layer,
const char *  oldName 
)

Constructor.

Sets the message type to IlvMgrMsgLayerName.

Parameters:
layer The index of the layer.
oldName The previous name of the manager layer.

Member Data Documentation

Previous name.

The previous name of the the manager layer, or 0.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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