#include "qpaintdevice.h"
#include "qcolor.h"
#include "qstring.h"
#include "qnamespace.h"
Ir al código fuente de este archivo.
Clases |
class | QPixmap |
| The QPixmap class is an off-screen, pixel-based paint device. Más...
|
class | QPixmap::QPixmapData |
| The QPixmap::QPixmapData class is an internal class. Más...
|
'defines' |
#define | QT_XFORM_TYPE_MSBFIRST 0 |
#define | QT_XFORM_TYPE_LSBFIRST 1 |
Funciones |
Q_EXPORT QDataStream & | operator<< (QDataStream &, const QPixmap &) |
Q_EXPORT QDataStream & | operator>> (QDataStream &, QPixmap &) |
bool | qt_xForm_helper (const QWMatrix &, int, int, int, uchar *, int, int, int, uchar *, int, int, int) |
Q_EXPORT void | copyBlt (QPixmap *dst, int dx, int dy, const QPixmap *src, int sx=0, int sy=0, int sw=-1, int sh=-1) |
Documentación de los 'defines'
#define QT_XFORM_TYPE_LSBFIRST 1 |
#define QT_XFORM_TYPE_MSBFIRST 0 |
Documentación de las funciones
bool qt_xForm_helper |
( |
const QWMatrix & |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
uchar * |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
uchar * |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |