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

Public Member Functions

 IlvManagerSetInteractorMessage (IlvMgrView *mgrview, IlvManagerViewInteractor *oldInteractor)
 Constructor. More...
 
- Public Member Functions inherited from IlvManagerViewMessage
IlvMgrViewgetMgrView () const
 Returns the manager view. More...
 
- Public Member Functions inherited from IlvManagerMessage
 IlvManagerMessage (IlUInt reason, IlUInt mask, IlAny data=0)
 Constructor. More...
 

Public Attributes

IlvManagerViewInteractor_oldInteractor
 Previous interactor. More...
 

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
mgrviewThe manager view being removed.
oldInteractorThe interactor previously set on the manager view.

Member Data Documentation

IlvManagerViewInteractor* IlvManagerSetInteractorMessage::_oldInteractor

Previous interactor.

Points to the interactor previously set on the manager view. If there was no interactor on the view, the value is 0.


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