Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Manager message class used when modifying the geometry of a graphic object. More...
#include <ilviews/manager/observer.h>
Public Member Functions | |
IlvManagerObjectGeometryMessage (IlvGraphic *obj, const IlvRect &oldBBox, IlvRect &newBBox, IlUInt mask=0x00000010) | |
Constructor. | |
Public Attributes | |
IlvRect & | _newBBox |
New bounding box. | |
const IlvRect & | _oldBBox |
Previous bounding box. |
Manager message class used when modifying the geometry of a graphic object.
Library: ilvmgr
This message class is used when the manager detects that the geometry of a graphic object has changed.
IlvManager::applyToObjects
. IlvManagerObjectGeometryMessage::IlvManagerObjectGeometryMessage | ( | IlvGraphic * | obj, | |
const IlvRect & | oldBBox, | |||
IlvRect & | newBBox, | |||
IlUInt | mask = 0x00000010 | |||
) |
Constructor.
obj | The graphic object. | |
oldBBox | The previous bounding box of the graphic object. | |
newBBox | The new bounding box of the graphic object. | |
mask | The message category. |
New bounding box.
The new bounding box of the graphic object.
Previous bounding box.
The previous bounding box of the graphic object.
© 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.