#include <FxUIEvent.h>
Class CFxUIPaintEvent provides an event occurred when a widget is painted.
Definition at line 88 of file FxUIEvent.h.
◆ CFxUIPaintEvent() [1/2]
CFxUIPaintEvent::CFxUIPaintEvent |
( |
const QRegion & |
paintRegion | ) |
|
|
explicit |
◆ CFxUIPaintEvent() [2/2]
CFxUIPaintEvent::CFxUIPaintEvent |
( |
const QRect & |
paintRect | ) |
|
|
explicit |
◆ ~CFxUIPaintEvent()
CFxUIPaintEvent::~CFxUIPaintEvent |
( |
| ) |
|
◆ rect()
const QRect& CFxUIPaintEvent::rect |
( |
| ) |
const |
|
inline |
Returns the rectangle that needs to be updated.
- Returns
- The rectangle.
Definition at line 113 of file FxUIEvent.h.
◆ region()
const QRegion& CFxUIPaintEvent::region |
( |
| ) |
const |
|
inline |
Returns the region that needs to be updated.
- Returns
- The region.
Definition at line 120 of file FxUIEvent.h.
◆ m_erased
bool CFxUIPaintEvent::m_erased |
|
protected |
◆ m_rect
QRect CFxUIPaintEvent::m_rect |
|
protected |
◆ m_region
QRegion CFxUIPaintEvent::m_region |
|
protected |
The documentation for this class was generated from the following file: