Uses of Class
io.qt.widgets.QStyle.PixelMetric
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QStyle.PixelMetric in io.qt.widgets
Methods in io.qt.widgets that return QStyle.PixelMetric Modifier and Type Method Description static QStyle.PixelMetric
QStyle.PixelMetric. resolve(int value)
Returns the corresponding enum entry for the given value.static QStyle.PixelMetric
QStyle.PixelMetric. resolve(int value, String name)
Returns the corresponding enum entry for the given value and name.static QStyle.PixelMetric
QStyle.PixelMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static QStyle.PixelMetric[]
QStyle.PixelMetric. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QStyle.PixelMetric Modifier and Type Method Description int
QCommonStyle. pixelMetric(QStyle.PixelMetric m, QStyleOption opt, QWidget widget)
int
QProxyStyle. pixelMetric(QStyle.PixelMetric metric, QStyleOption option, QWidget widget)
int
QStyle. pixelMetric(QStyle.PixelMetric metric)
int
QStyle. pixelMetric(QStyle.PixelMetric metric, QStyleOption option)
Overloaded function forQStyle.pixelMetric(io.qt.widgets.QStyle.PixelMetric, io.qt.widgets.QStyleOption, io.qt.widgets.QWidget)
withwidget = null
.abstract int
QStyle. pixelMetric(QStyle.PixelMetric metric, QStyleOption option, QWidget widget)