Uses of Class
io.qt.core.QItemSelectionRange
Package | Description |
---|---|
io.qt.core |
-
Uses of QItemSelectionRange in io.qt.core
Methods in io.qt.core that return QItemSelectionRange Modifier and Type Method Description QItemSelectionRange
QItemSelectionRange. clone()
QItemSelectionRange
QItemSelectionRange. intersected(QItemSelectionRange other)
Methods in io.qt.core with parameters of type QItemSelectionRange Modifier and Type Method Description int
QItemSelectionRange. compareTo(QItemSelectionRange other)
QItemSelectionRange
QItemSelectionRange. intersected(QItemSelectionRange other)
boolean
QItemSelectionRange. intersects(QItemSelectionRange other)
static QItemSelection
QItemSelection. split(QItemSelectionRange range, QItemSelectionRange other)
void
QItemSelectionRange. swap(QItemSelectionRange other)
Constructors in io.qt.core with parameters of type QItemSelectionRange Constructor Description QItemSelectionRange(QItemSelectionRange other)
Constructor parameters in io.qt.core with type arguments of type QItemSelectionRange Constructor Description QItemSelection(Collection<QItemSelectionRange> other)