Eneboo - Documentación para desarrolladores
|
#include "qshared.h"
#include "qrect.h"
Ir al código fuente de este archivo.
Clases | |
class | QRegion |
The QRegion class specifies a clip region for a painter. Más... | |
struct | QRegion::QRegionData |
'defines' | |
#define | QRGN_SETRECT 1 |
#define | QRGN_SETELLIPSE 2 |
#define | QRGN_SETPTARRAY_ALT 3 |
#define | QRGN_SETPTARRAY_WIND 4 |
#define | QRGN_TRANSLATE 5 |
#define | QRGN_OR 6 |
#define | QRGN_AND 7 |
#define | QRGN_SUB 8 |
#define | QRGN_XOR 9 |
#define | QRGN_RECTS 10 |
Funciones | |
Q_EXPORT QDataStream & | operator<< (QDataStream &, const QRegion &) |
Q_EXPORT QDataStream & | operator>> (QDataStream &, QRegion &) |
#define QRGN_AND 7 |
#define QRGN_OR 6 |
#define QRGN_RECTS 10 |
#define QRGN_SETELLIPSE 2 |
#define QRGN_SETPTARRAY_ALT 3 |
#define QRGN_SETPTARRAY_WIND 4 |
#define QRGN_SETRECT 1 |
#define QRGN_SUB 8 |
#define QRGN_TRANSLATE 5 |
#define QRGN_XOR 9 |
Q_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
const QRegion & | |||
) |
Q_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
QRegion & | |||
) |