#include "qpaintdevice.h"
#include "qpaintdevicemetrics.h"
#include "qpainter.h"
#include "qwidget.h"
#include "qbitmap.h"
#include "qapplication.h"
#include "qt_mac.h"
Funciones |
QPoint | posInWindow (QWidget *w) |
void | unclippedScaledBitBlt (QPaintDevice *dst, int dx, int dy, int dw, int dh, const QPaintDevice *src, int sx, int sy, int sw, int sh, Qt::RasterOp rop, bool imask, bool set_fore_colour) |
void | unclippedBitBlt (QPaintDevice *dst, int dx, int dy, const QPaintDevice *src, int sx, int sy, int sw, int sh, Qt::RasterOp rop, bool imask, bool set_fore_colour) |
void | scaledBitBlt (QPaintDevice *dst, int dx, int dy, int dw, int dh, const QPaintDevice *src, int sx, int sy, int sw, int sh, Qt::RasterOp rop, bool imask) |
void | bitBlt (QPaintDevice *dst, int dx, int dy, const QPaintDevice *src, int sx, int sy, int sw, int sh, Qt::RasterOp rop, bool imask) |
Q_EXPORT void | copyBlt (QPixmap *dst, int dx, int dy, const QPixmap *src, int sx, int sy, int sw, int sh) |
Variables |
QPaintDevice * | g_cur_paintdev = 0 |
Documentación de las funciones
void scaledBitBlt |
( |
QPaintDevice * |
dst, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
int |
dw, |
|
|
int |
dh, |
|
|
const QPaintDevice * |
src, |
|
|
int |
sx, |
|
|
int |
sy, |
|
|
int |
sw, |
|
|
int |
sh, |
|
|
Qt::RasterOp |
rop, |
|
|
bool |
imask |
|
) |
| |
void unclippedBitBlt |
( |
QPaintDevice * |
dst, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
const QPaintDevice * |
src, |
|
|
int |
sx, |
|
|
int |
sy, |
|
|
int |
sw, |
|
|
int |
sh, |
|
|
Qt::RasterOp |
rop, |
|
|
bool |
imask, |
|
|
bool |
set_fore_colour |
|
) |
| |
void unclippedScaledBitBlt |
( |
QPaintDevice * |
dst, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
int |
dw, |
|
|
int |
dh, |
|
|
const QPaintDevice * |
src, |
|
|
int |
sx, |
|
|
int |
sy, |
|
|
int |
sw, |
|
|
int |
sh, |
|
|
Qt::RasterOp |
rop, |
|
|
bool |
imask, |
|
|
bool |
set_fore_colour |
|
) |
| |
Documentación de las variables