QPaintDevice Class Reference
[QtGui module]
Inherited by QGLFramebufferObject, QGLPixelBuffer, QImage, QPicture, QPixmap, QPrinter, QSvgGenerator and QWidget.
Types
- enum PaintDeviceMetric { PdmWidth, PdmHeight, PdmWidthMM, PdmHeightMM, ..., PdmPhysicalDpiY }
Methods
Detailed Description
Type Documentation
QPaintDevice.PaintDeviceMetric
Method Documentation
QPaintDevice.__init__ (self)
int QPaintDevice.colorCount (self)
int QPaintDevice.depth (self)
int QPaintDevice.height (self)
int QPaintDevice.heightMM (self)
int QPaintDevice.logicalDpiX (self)
int QPaintDevice.logicalDpiY (self)
int QPaintDevice.numColors (self)
QPaintEngine QPaintDevice.paintEngine (self)
This method is abstract and should be reimplemented in any sub-class.
bool QPaintDevice.paintingActive (self)
int QPaintDevice.physicalDpiX (self)
int QPaintDevice.physicalDpiY (self)
int QPaintDevice.width (self)
int QPaintDevice.widthMM (self)