Qt 4.8
|
#include <qnativeimage_p.h>
Public Functions | |
int | height () const |
QNativeImage (int width, int height, QImage::Format format, bool isTextBuffer=false, QWidget *widget=0) | |
int | width () const |
~QNativeImage () | |
Static Public Functions | |
static QImage::Format | systemFormat () |
Public Variables | |
HBITMAP | bitmap |
HDC | hdc |
QImage | image |
HBITMAP | null_bitmap |
Definition at line 73 of file qnativeimage_p.h.
QNativeImage::QNativeImage | ( | int | width, |
int | height, | ||
QImage::Format | format, | ||
bool | isTextBuffer = false , |
||
QWidget * | widget = 0 |
||
) |
Definition at line 73 of file qnativeimage.cpp.
Referenced by systemFormat().
QNativeImage::~QNativeImage | ( | ) |
|
inline |
Definition at line 105 of file qnativeimage_p.h.
Referenced by QFontEngineWin::alphaMapForGlyph(), QFontEngineWin::alphaRGBMapForGlyph(), QNativeImage(), and systemFormat().
|
static |
Definition at line 143 of file qnativeimage.cpp.
Referenced by QFontEngineWin::alphaMapForGlyph(), QRasterPixmapData::createPixmapForImage(), QFontEngineWin::drawGDIGlyph(), qcolorForThemeTextColor(), QRasterPixmapData::resize(), and QRasterWindowSurface::setGeometry().
|
inline |
Definition at line 104 of file qnativeimage_p.h.
Referenced by QFontEngineWin::alphaMapForGlyph(), QFontEngineWin::alphaRGBMapForGlyph(), QNativeImage(), and systemFormat().
HBITMAP QNativeImage::bitmap |
Definition at line 88 of file qnativeimage_p.h.
Referenced by QNativeImage(), and ~QNativeImage().
HDC QNativeImage::hdc |
Definition at line 87 of file qnativeimage_p.h.
Referenced by QFontEngineWin::drawGDIGlyph(), QNativeImage(), and ~QNativeImage().
QImage QNativeImage::image |
Definition at line 82 of file qnativeimage_p.h.
Referenced by QFontEngineWin::alphaMapForGlyph(), QFontEngineWin::alphaRGBMapForGlyph(), QRasterWindowSurface::beginPaint(), QFontEngineWin::drawGDIGlyph(), QRasterWindowSurface::flush(), height(), QRasterWindowSurface::paintDevice(), QRasterWindowSurface::prepareBuffer(), qcolorForThemeTextColor(), QNativeImage(), systemFormat(), and width().
HBITMAP QNativeImage::null_bitmap |
Definition at line 89 of file qnativeimage_p.h.
Referenced by QNativeImage(), and ~QNativeImage().