Uses of Class
io.qt.gui.QPaintDevice.PaintDeviceMetric
Package | Description |
---|---|
io.qt.gui | |
io.qt.printsupport | |
io.qt.svg | |
io.qt.widgets |
-
Uses of QPaintDevice.PaintDeviceMetric in io.qt.gui
Methods in io.qt.gui that return QPaintDevice.PaintDeviceMetric Modifier and Type Method Description static QPaintDevice.PaintDeviceMetric
QPaintDevice.PaintDeviceMetric. resolve(int value)
Returns the corresponding enum entry for the given value.static QPaintDevice.PaintDeviceMetric
QPaintDevice.PaintDeviceMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPaintDevice.PaintDeviceMetric[]
QPaintDevice.PaintDeviceMetric. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QPaintDevice.PaintDeviceMetric Modifier and Type Method Description protected int
QImage. metric(QPaintDevice.PaintDeviceMetric metric)
protected int
QOpenGLPaintDevice. metric(QPaintDevice.PaintDeviceMetric metric)
protected int
QOpenGLWindow. metric(QPaintDevice.PaintDeviceMetric metric)
protected int
QPagedPaintDevice.Impl. metric(QPaintDevice.PaintDeviceMetric metric)
See QPaintDevice::protected int
QPaintDevice.Impl. metric(QPaintDevice.PaintDeviceMetric metric)
See QPaintDevice::int
QPaintDevice.MemberAccess. metric(QPaintDevice.PaintDeviceMetric metric)
protected int
QPaintDeviceWindow. metric(QPaintDevice.PaintDeviceMetric metric)
protected int
QPdfWriter. metric(QPaintDevice.PaintDeviceMetric id)
protected int
QPicture. metric(QPaintDevice.PaintDeviceMetric m)
protected int
QPixmap. metric(QPaintDevice.PaintDeviceMetric arg__1)
protected int
QRasterWindow. metric(QPaintDevice.PaintDeviceMetric metric)
-
Uses of QPaintDevice.PaintDeviceMetric in io.qt.printsupport
Methods in io.qt.printsupport with parameters of type QPaintDevice.PaintDeviceMetric Modifier and Type Method Description abstract int
QPrintEngine. metric(QPaintDevice.PaintDeviceMetric arg__1)
protected int
QPrinter. metric(QPaintDevice.PaintDeviceMetric arg__1)
-
Uses of QPaintDevice.PaintDeviceMetric in io.qt.svg
Methods in io.qt.svg with parameters of type QPaintDevice.PaintDeviceMetric Modifier and Type Method Description protected int
QSvgGenerator. metric(QPaintDevice.PaintDeviceMetric metric)
-
Uses of QPaintDevice.PaintDeviceMetric in io.qt.widgets
Methods in io.qt.widgets with parameters of type QPaintDevice.PaintDeviceMetric Modifier and Type Method Description protected int
QOpenGLWidget. metric(QPaintDevice.PaintDeviceMetric metric)
protected int
QWidget. metric(QPaintDevice.PaintDeviceMetric arg__1)