Uses of Class
io.qt.core.QLine
Package | Description |
---|---|
io.qt.core | |
io.qt.gui |
-
Uses of QLine in io.qt.core
Methods in io.qt.core that return QLine Modifier and Type Method Description QLine
QLine. clone()
QLine
QLineF. toLine()
static QLine
QVariant. toLine(Object obj)
QLine
QLine. translated(int dx, int dy)
QLine
QLine. translated(QPoint p)
Constructors in io.qt.core with parameters of type QLine Constructor Description QLineF(QLine line)
-
Uses of QLine in io.qt.gui
Methods in io.qt.gui that return QLine Modifier and Type Method Description QLine
QTransform. map(QLine l)
Methods in io.qt.gui with parameters of type QLine Modifier and Type Method Description void
QPainter. drawLine(QLine line)
void
QPaintEngine. drawLines(QLine... lines)
void
QPainter. drawLines(QLine... lines)
QLine
QTransform. map(QLine l)
Method parameters in io.qt.gui with type arguments of type QLine Modifier and Type Method Description void
QPainter. drawLines(Collection<QLine> lines)