Uses of Class
io.qt.gui.QPolygon
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QPolygon in io.qt.gui
Methods in io.qt.gui that return QPolygon Modifier and Type Method Description QPolygon
QPolygon. clone()
QPolygon
QPolygon. intersected(QPolygon r)
QPolygon
QTransform. map(QPolygon a)
QPolygon
QTransform. mapToPolygon(QRect r)
QPolygon
QPolygon. subtracted(QPolygon r)
QPolygon
QPolygonF. toPolygon()
QPolygon
QPolygon. translated(int dx, int dy)
QPolygon
QPolygon. translated(QPoint offset)
QPolygon
QPolygon. united(QPolygon r)
Methods in io.qt.gui with parameters of type QPolygon Modifier and Type Method Description void
QPainter. drawConvexPolygon(QPolygon polygon)
void
QPainter. drawPoints(QPolygon points)
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
.void
QPainter. drawPolygon(QPolygon polygon, Qt.FillRule fillRule)
void
QPainter. drawPolyline(QPolygon polygon)
QPolygon
QPolygon. intersected(QPolygon r)
boolean
QPolygon. intersects(QPolygon r)
QPolygon
QTransform. map(QPolygon a)
QPolygon
QPolygon. subtracted(QPolygon r)
void
QPolygon. swap(QPolygon other)
QPolygon
QPolygon. united(QPolygon r)
Constructors in io.qt.gui with parameters of type QPolygon Constructor Description QPolygon(QPolygon other)
QPolygonF(QPolygon a)
QRegion(QPolygon pa)
Overloaded 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
Methods in io.qt.widgets that return QPolygon Modifier and Type Method Description QPolygon
QGraphicsView. mapFromScene(double x, double y, double w, double h)
QPolygon
QGraphicsView. mapFromScene(QRectF rect)
QPolygon
QGraphicsView. mapFromScene(QPolygonF polygon)
Methods in io.qt.widgets with parameters of type QPolygon Modifier and Type Method Description QList<QGraphicsItem>
QGraphicsView. items(QPolygon polygon)
Overloaded function forQGraphicsView.items(io.qt.gui.QPolygon, io.qt.core.Qt.ItemSelectionMode)
withmode = io.qt.core.Qt.ItemSelectionMode.IntersectsItemShape
.QList<QGraphicsItem>
QGraphicsView. items(QPolygon polygon, Qt.ItemSelectionMode mode)
QPolygonF
QGraphicsView. mapToScene(QPolygon polygon)