![]() |
KD Chart API Documentation 3.1
|
#include <KDChartNullPaintDevice.h>


Public Member Functions | |
| NullPaintDevice (const QSize &size) | |
| ~NullPaintDevice () override | |
| int | metric (PaintDeviceMetric metric) const override |
| QPaintEngine * | paintEngine () const override |
Public Member Functions inherited from QPaintDevice | |
| virtual | ~QPaintDevice () |
| int | colorCount () const const |
| int | depth () const const |
| int | devicePixelRatio () const const |
| qreal | devicePixelRatioF () const const |
| int | height () const const |
| int | heightMM () const const |
| int | logicalDpiX () const const |
| int | logicalDpiY () const const |
| bool | paintingActive () const const |
| int | physicalDpiX () const const |
| int | physicalDpiY () const const |
| int | width () const const |
| int | widthMM () const const |
Additional Inherited Members | |
Public Types inherited from QPaintDevice | |
| enum | PaintDeviceMetric |
Public Attributes inherited from QPaintDevice | |
| PdmDepth | |
| PdmDevicePixelRatio | |
| PdmDevicePixelRatioScaled | |
| PdmDpiX | |
| PdmDpiY | |
| PdmHeight | |
| PdmHeightMM | |
| PdmNumColors | |
| PdmPhysicalDpiX | |
| PdmPhysicalDpiY | |
| PdmWidth | |
| PdmWidthMM | |
Protected Member Functions inherited from QPaintDevice | |
| QPaintDevice () | |
Definition at line 84 of file KDChartNullPaintDevice.h.
|
inline |
Definition at line 87 of file KDChartNullPaintDevice.h.
|
inlineoverride |
Definition at line 91 of file KDChartNullPaintDevice.h.
|
inlineoverridevirtual |
Reimplemented from QPaintDevice.
Definition at line 95 of file KDChartNullPaintDevice.h.
References QSize::height(), metric(), QPaintDevice::PdmDepth, QPaintDevice::PdmDevicePixelRatio, QPaintDevice::PdmDevicePixelRatioScaled, QPaintDevice::PdmDpiX, QPaintDevice::PdmDpiY, QPaintDevice::PdmHeight, QPaintDevice::PdmHeightMM, QPaintDevice::PdmNumColors, QPaintDevice::PdmPhysicalDpiX, QPaintDevice::PdmPhysicalDpiY, QPaintDevice::PdmWidth, QPaintDevice::PdmWidthMM, and QSize::width().
Referenced by metric().
|
inlineoverridevirtual |
Implements QPaintDevice.
Definition at line 128 of file KDChartNullPaintDevice.h.
https://www.kdab.com/development-resources/qt-tools/kd-chart/