| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/configureevent.h>

Public Types | |
| enum | CEType { GetFocus, LoseFocus, Map, Unmap, Move, Visible, Invisible, PartiallyVisible, Resize, InitContext, Invalidate, Redraw } |
Public Member Functions | |
| VRS_SERIALIZABLE_CLASS_ENUM (CEType) | |
| ConfigureEvent (Canvas *canvas, CEType reason=ConfigureEvent::Invalidate) | |
| ConfigureEvent::CEType | reason () const |
| VRS_TYPEINFO (ConfigureEvent, CanvasEvent) | |
Friends | |
| class | Canvas |
| VRS::ConfigureEvent::VRS_SERIALIZABLE_CLASS_ENUM | ( | CEType | ) |
| ConfigureEvent::CEType VRS::ConfigureEvent::reason | ( | ) | const [inline] |
| VRS::ConfigureEvent::VRS_TYPEINFO | ( | ConfigureEvent | , | |
| CanvasEvent | ||||
| ) |
friend class Canvas [friend] |