#include <event.h>
Inherits Wt::Event.
Public Member Functions | |
PaintEvent (const Rect &rect, bool erased=true) | |
PaintEvent (const Region ®ion, bool erased=true) | |
const Region & | region () const |
const Rect & | rect () const |
bool | erased () const |
Wt::PaintEvent::PaintEvent | ( | const Rect & | rect, | |
bool | erased = true | |||
) | [inline] |
Wt::PaintEvent::PaintEvent | ( | const Region & | region, | |
bool | erased = true | |||
) | [inline] |
bool Wt::PaintEvent::erased | ( | ) | const [inline] |
const Rect& Wt::PaintEvent::rect | ( | ) | const [inline] |
const Region& Wt::PaintEvent::region | ( | ) | const [inline] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.