Qt 4.8
|
#include <qpaintengine_mac_p.h>
Public Functions | |
CGContextRef | cgContext () const |
int | devType () const |
int | metric (PaintDeviceMetric metric) const |
QPaintEngine * | paintEngine () const |
QMacQuartzPaintDevice (CGContextRef cg, int width, int height, int bytesPerLine) | |
Public Functions inherited from QPaintDevice | |
int | colorCount () const |
int | depth () const |
virtual HDC | getDC () const |
int | height () const |
int | heightMM () const |
int | logicalDpiX () const |
int | logicalDpiY () const |
QT_DEPRECATED int | numColors () const |
bool | paintingActive () const |
int | physicalDpiX () const |
int | physicalDpiY () const |
virtual void | releaseDC (HDC hdc) const |
int | width () const |
int | widthMM () const |
virtual | ~QPaintDevice () |
Properties | |
int | mBytesPerLine |
CGContextRef | mCG |
int | mHeight |
int | mWidth |
Additional Inherited Members | |
Public Types inherited from QPaintDevice | |
enum | PaintDeviceMetric { PdmWidth = 1, PdmHeight, PdmWidthMM, PdmHeightMM, PdmNumColors, PdmDepth, PdmDpiX, PdmDpiY, PdmPhysicalDpiX, PdmPhysicalDpiY } |
Static Public Functions inherited from QPaintDevice | |
static QWSDisplay * | qwsDisplay () |
Protected Functions inherited from QPaintDevice | |
QPaintDevice () | |
Protected Variables inherited from QPaintDevice | |
ushort | painters |
Related Functions inherited from QPaintDevice | |
const Q_GUI_EXPORT QX11Info * | qt_x11Info (const QPaintDevice *pd) |
Returns the QX11Info structure for the pd paint device. More... | |
Definition at line 216 of file qpaintengine_mac_p.h.
|
inline |
Definition at line 219 of file qpaintengine_mac_p.h.
|
inline |
Definition at line 223 of file qpaintengine_mac_p.h.
|
inlinevirtual |
Reimplemented from QPaintDevice.
Definition at line 222 of file qpaintengine_mac_p.h.
|
inlinevirtual |
Reimplemented from QPaintDevice.
Definition at line 224 of file qpaintengine_mac_p.h.
|
inlinevirtual |
Implements QPaintDevice.
Definition at line 247 of file qpaintengine_mac_p.h.
|
private |
Definition at line 252 of file qpaintengine_mac_p.h.
|
private |
Definition at line 249 of file qpaintengine_mac_p.h.
|
private |
Definition at line 251 of file qpaintengine_mac_p.h.
|
private |
Definition at line 250 of file qpaintengine_mac_p.h.