CopperSpice API
1.9.2
|
The QExposeEvent class contains event parameters for expose events. More...
Public Methods | |
QExposeEvent (const QRegion &exposeRegion) | |
const QRegion & | region () const |
Public Methods inherited from QEvent | |
QEvent (const QEvent &other) | |
QEvent (Type type) | |
virtual | ~QEvent () |
void | accept () |
void | ignore () |
bool | isAccepted () const |
QEvent & | operator= (const QEvent &other) |
void | setAccepted (bool accepted) |
bool | spontaneous () const |
Type | type () const |
Additional Inherited Members | |
Public Types inherited from QEvent | |
enum | Type |
Static Public Methods inherited from QEvent | |
static int | registerEventType (int hint=-1) |
The QExposeEvent class contains event parameters for expose events. Expose events are sent to windows when an area of the window is invalidated or window visibility in the windowing system changes. The event handler QWindow::exposeEvent() receives expose events.
|
explicit |
Constructs an expose event for the given exposeRegion which must be in local coordinates.
|
inline |
Returns the window area that has been exposed. The region is given in local coordinates.