Uses of Class
io.qt.core.Qt.FillRule
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.widgets |
-
Uses of Qt.FillRule in io.qt.core
Methods in io.qt.core that return Qt.FillRule Modifier and Type Method Description static Qt.FillRule
Qt.FillRule. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.FillRule
Qt.FillRule. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.FillRule[]
Qt.FillRule. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.FillRule in io.qt.gui
Methods in io.qt.gui that return Qt.FillRule Modifier and Type Method Description Qt.FillRule
QPainterPath. fillRule()
Methods in io.qt.gui with parameters of type Qt.FillRule Modifier and Type Method Description boolean
QPolygon. containsPoint(QPoint pt, Qt.FillRule fillRule)
boolean
QPolygonF. containsPoint(QPointF pt, Qt.FillRule fillRule)
void
QPainter. drawPolygon(QPoint[] points, Qt.FillRule fillRule)
void
QPainter. drawPolygon(QPointF[] points, Qt.FillRule fillRule)
void
QPainter. drawPolygon(QPolygonF polygon, Qt.FillRule fillRule)
void
QPainter. drawPolygon(QPolygon polygon, Qt.FillRule fillRule)
void
QPainterPath. setFillRule(Qt.FillRule fillRule)
Constructors in io.qt.gui with parameters of type Qt.FillRule Constructor Description QRegion(QPolygon pa, Qt.FillRule fillRule)
-
Uses of Qt.FillRule in io.qt.widgets
Methods in io.qt.widgets that return Qt.FillRule Modifier and Type Method Description Qt.FillRule
QGraphicsPolygonItem. fillRule()
Methods in io.qt.widgets with parameters of type Qt.FillRule Modifier and Type Method Description void
QGraphicsPolygonItem. setFillRule(Qt.FillRule rule)