Uses of Class
io.qt.gui.QPolygon
-
Uses of QPolygon in io.qt.gui
Modifier and TypeMethodDescriptionQPolygon.clone()
Creates and returns a copy of this object.final QPolygon
QPolygon.intersected
(QPolygon r) final QPolygon
final QPolygon
QTransform.mapToPolygon
(QRect r) final QPolygon
QPolygon.subtracted
(QPolygon r) final QPolygon
QPolygon.times
(QTransform m) Seeoperator*(QPolygon,
QTransform) final QPolygon
QPolygonF.toPolygon()
final QPolygon
QPolygon.translated
(int dx, int dy) final QPolygon
QPolygon.translated
(QPoint offset) final QPolygon
Modifier and TypeMethodDescriptionfinal void
SeeQPolygon::
operator=(QPolygon) final void
QPainter.drawConvexPolygon
(QPolygon polygon) final void
QPainter.drawPoints
(QPolygon points) final void
QPainter.drawPolygon
(QPolygon polygon) Overloaded function forQPainter.drawPolygon(io.qt.gui.QPolygon, io.qt.core.Qt.FillRule)
withfillRule = io.qt.core.Qt.FillRule.OddEvenFill
.final void
QPainter.drawPolygon
(QPolygon polygon, Qt.FillRule fillRule) final void
QPainter.drawPolyline
(QPolygon polygon) final QPolygon
QPolygon.intersected
(QPolygon r) final boolean
QPolygon.intersects
(QPolygon r) final QPolygon
final QPolygon
QPolygon.subtracted
(QPolygon r) final void
final QPolygon
ModifierConstructorDescriptionOverloaded constructor forQRegion(io.qt.gui.QPolygon, io.qt.core.Qt.FillRule)
withfillRule = io.qt.core.Qt.FillRule.OddEvenFill
.QRegion
(QPolygon pa, Qt.FillRule fillRule) -
Uses of QPolygon in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QPolygon
QGraphicsView.mapFromScene
(double x, double y, double w, double h) final QPolygon
QGraphicsView.mapFromScene
(QRectF rect) final QPolygon
QGraphicsView.mapFromScene
(QPolygonF polygon) Modifier and TypeMethodDescriptionfinal QList<QGraphicsItem>
Overloaded function forQGraphicsView.items(io.qt.gui.QPolygon, io.qt.core.Qt.ItemSelectionMode)
withmode = io.qt.core.Qt.ItemSelectionMode.IntersectsItemShape
.final QList<QGraphicsItem>
QGraphicsView.items
(QPolygon polygon, Qt.ItemSelectionMode mode) final QPolygonF
QGraphicsView.mapToScene
(QPolygon polygon)