Uses of Class
io.qt.core.Qt.CoordinateSystem
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.CoordinateSystem in io.qt.core
Methods in io.qt.core that return Qt.CoordinateSystem Modifier and Type Method Description static Qt.CoordinateSystem
Qt.CoordinateSystem. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.CoordinateSystem
Qt.CoordinateSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.CoordinateSystem[]
Qt.CoordinateSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.CoordinateSystem in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.CoordinateSystem Modifier and Type Method Description protected QRectF
QGraphicsEffect. sourceBoundingRect(Qt.CoordinateSystem system)
protected QPixmap
QGraphicsEffect. sourcePixmap(Qt.CoordinateSystem system)
protected QPixmap
QGraphicsEffect. sourcePixmap(Qt.CoordinateSystem system, QPoint offset)
Overloaded function forQGraphicsEffect.sourcePixmap(io.qt.core.Qt.CoordinateSystem, io.qt.core.QPoint, io.qt.widgets.QGraphicsEffect.PixmapPadMode)
withmode = io.qt.widgets.QGraphicsEffect.PixmapPadMode.PadToEffectiveBoundingRect
.protected QPixmap
QGraphicsEffect. sourcePixmap(Qt.CoordinateSystem system, QPoint offset, QGraphicsEffect.PixmapPadMode mode)