rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvManagerLayerAntialiasingMessage Class Reference

Manager message class used when setting the anti-aliasing mode of a manager layer. More...

#include <ilviews/manager/observer.h>

Inheritance diagram for IlvManagerLayerAntialiasingMessage:
IlvManagerLayerMessage IlvManagerMessage

List of all members.

Public Member Functions

 IlvManagerLayerAntialiasingMessage (int layer, IlvAntialiasingMode oldAntialiasing)
 Constructor.

Public Attributes

IlvAntialiasingMode _oldAntialiasing
 The previous anti-aliasing mode.

Detailed Description

Manager message class used when setting the anti-aliasing mode of a manager layer.

Library: ilvmgr

This message class is used in the member function IlvManagerLayer::setAntialiasingMode. The reason (or message type) is always IlvMgrMsgLayerAntialiasing. The new anti-aliasing mode of the layer is available though the manager layer object. The previous anti-aliasing mode of the layer is stored in the message data field _oldAntialiasing.


Constructor & Destructor Documentation

IlvManagerLayerAntialiasingMessage::IlvManagerLayerAntialiasingMessage ( int  layer,
IlvAntialiasingMode  oldAntialiasing 
)

Constructor.

Sets the message type to IlvMgrMsgLayerAntialiasing.

Parameters:
layer The index of the layer.
oldName The previous anti-aliasing mode of the manager layer.

Member Data Documentation

The previous anti-aliasing mode.

The previous anti-aliasing mode of the manager layer.

 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.