rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvManagerSetInteractorMessage Class Reference

Manager message class used when setting an interactor on a manager view. More...

#include <ilviews/manager/observer.h>

Inheritance diagram for IlvManagerSetInteractorMessage:
IlvManagerViewMessage IlvManagerMessage

List of all members.

Public Member Functions

 IlvManagerSetInteractorMessage (IlvMgrView *mgrview, IlvManagerViewInteractor *oldInteractor)
 Constructor.

Public Attributes

IlvManagerViewInteractor_oldInteractor
 Previous interactor.

Detailed Description

Manager message class used when setting an interactor on a manager view.

Library: ilvmgr

This message class is used in the member functions IlvManager::setInteractor and IlvManager::removeInteractor. The reason (or message type) is always IlvMgrMsgSetInteractor. The new interactor set is available through the manager view. The interactor previously set on the manager view is stored in the message data field _oldInteractor.


Constructor & Destructor Documentation

IlvManagerSetInteractorMessage::IlvManagerSetInteractorMessage ( IlvMgrView mgrview,
IlvManagerViewInteractor oldInteractor 
)

Constructor.

Sets the message type to IlvMgrMsgSetInteractor.

Parameters:
mgrview The manager view being removed.
oldInteractor The interactor previously set on the manager view.

Member Data Documentation

Previous interactor.

Points to the interactor previously set on the manager view. If there was no interactor on the view, the value is 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.