java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QPaintDevice.Impl
- All Implemented Interfaces:
QPaintDevice
,QtObjectInterface
- Enclosing interface:
- QPaintDevice
public abstract static class QPaintDevice.Impl extends QtObject implements QPaintDevice
Implementor class for interface QPaintDevice
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.gui.QPaintDevice
QPaintDevice.Impl, QPaintDevice.MemberAccess, QPaintDevice.PaintDeviceMetric
-
Constructor Summary
Constructors Modifier Constructor Description protected
Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
colorCount()
int
depth()
double
devicePixelRatio()
double
devicePixelRatioF()
int
height()
int
heightMM()
protected void
initPainter(QPainter painter)
int
logicalDpiX()
int
logicalDpiY()
protected int
metric(QPaintDevice.PaintDeviceMetric metric)
abstract QPaintEngine
paintEngine()
boolean
paintingActive()
int
physicalDpiX()
int
physicalDpiY()
protected QPaintDevice
redirected(QPoint offset)
protected QPainter
sharedPainter()
int
width()
int
widthMM()
-
Constructor Details
-
Method Details
-
colorCount
- Specified by:
colorCount
in interfaceQPaintDevice
-
depth
- Specified by:
depth
in interfaceQPaintDevice
-
devicePixelRatio
- Specified by:
devicePixelRatio
in interfaceQPaintDevice
-
devicePixelRatioF
- Specified by:
devicePixelRatioF
in interfaceQPaintDevice
-
height
- Specified by:
height
in interfaceQPaintDevice
-
heightMM
- Specified by:
heightMM
in interfaceQPaintDevice
-
logicalDpiX
- Specified by:
logicalDpiX
in interfaceQPaintDevice
-
logicalDpiY
- Specified by:
logicalDpiY
in interfaceQPaintDevice
-
paintingActive
- Specified by:
paintingActive
in interfaceQPaintDevice
-
physicalDpiX
- Specified by:
physicalDpiX
in interfaceQPaintDevice
-
physicalDpiY
- Specified by:
physicalDpiY
in interfaceQPaintDevice
-
width
- Specified by:
width
in interfaceQPaintDevice
-
widthMM
- Specified by:
widthMM
in interfaceQPaintDevice
-
initPainter
-
metric
-
paintEngine
- Specified by:
paintEngine
in interfaceQPaintDevice
-
redirected
-
sharedPainter
-