Eneboo - Documentación para desarrolladores
Clases | Funciones
Referencia del Archivo src/qt/src/kernel/qpaintdevice.h
#include "qwindowdefs.h"
#include "qrect.h"

Ir al código fuente de este archivo.

Clases

union  QPDevCmdParam
class  QPaintDevice
 The base class of objects that can be painted. Más...

Funciones

Q_EXPORT void bitBlt (QPaintDevice *dst, int dx, int dy, const QPaintDevice *src, int sx=0, int sy=0, int sw=-1, int sh=-1, Qt::RasterOp=Qt::CopyROP, bool ignoreMask=FALSE)
Q_EXPORT void bitBlt (QPaintDevice *dst, int dx, int dy, const QImage *src, int sx=0, int sy=0, int sw=-1, int sh=-1, int conversion_flags=0)
Q_EXPORT void bitBlt (QPaintDevice *dst, const QPoint &dp, const QPaintDevice *src, const QRect &sr=QRect(0, 0,-1,-1), Qt::RasterOp rop=Qt::CopyROP, bool ignoreMask=FALSE)

Documentación de las funciones

Q_EXPORT void bitBlt ( QPaintDevice dst,
int  dx,
int  dy,
const QPaintDevice src,
int  sx = 0,
int  sy = 0,
int  sw = -1,
int  sh = -1,
Qt::RasterOp  = Qt::CopyROP,
bool  ignoreMask = FALSE 
)
Q_EXPORT void bitBlt ( QPaintDevice dst,
const QPoint dp,
const QPaintDevice src,
const QRect sr = QRect(0,0,-1,-1),
Qt::RasterOp  rop = Qt::CopyROP,
bool  ignoreMask = FALSE 
) [inline]
Q_EXPORT void bitBlt ( QPaintDevice dst,
int  dx,
int  dy,
const QImage src,
int  sx = 0,
int  sy = 0,
int  sw = -1,
int  sh = -1,
int  conversion_flags = 0 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'