#include <qevent.h>

Public Member Functions |
|
| QPaintEvent (const QRegion &paintRegion) | |
| QPaintEvent (const QRect &paintRect) | |
| ~QPaintEvent () | |
| const QRect & | rect () const |
| const QRegion & | region () const |
Protected Attributes |
|
| QRect | m_rect |
| QRegion | m_region |
| bool | m_erased |
Friends |
|
| class | QApplication |
| class | QCoreApplication |
| QPaintEvent | ( | const QRegion & | paintRegion | ) |
| QPaintEvent | ( | const QRect & | paintRect | ) |
| ~QPaintEvent | ( | ) |
| const QRect& rect | ( | ) | const [inline] |
| const QRegion& region | ( | ) | const [inline] |
friend class QApplication
[friend] |
friend class QCoreApplication
[friend] |
bool m_erased
[protected] |