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.  More... | |
|  Public Member Functions inherited from IlvManagerObjectMessage | |
| IlvGraphic * | getObject () const | 
| Returns the graphic object.  More... | |
|  Public Member Functions inherited from IlvManagerMessage | |
| IlvManagerMessage (IlUInt reason, IlUInt mask, IlAny data=0) | |
| Constructor.  More... | |
| Public Attributes | |
| IlvRect & | _newBBox | 
| New bounding box.  More... | |
| const IlvRect & | _oldBBox | 
| Previous bounding box.  More... | |
|  Public Attributes inherited from IlvManagerMessage | |
| IlAny | _data | 
| Additional message information.  More... | |
| IlUInt | _mask | 
| Message mask (or message category).  More... | |
| IlUInt | _reason | 
| Message type.  More... | |
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. | 
| IlvRect& IlvManagerObjectGeometryMessage::_newBBox | 
New bounding box.
The new bounding box of the graphic object.
| const IlvRect& IlvManagerObjectGeometryMessage::_oldBBox | 
Previous bounding box.
The previous bounding box of the graphic object.