java.lang.Object
io.qt.QtObject
io.qt.core.QItemSelectionRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Manages information about a range of selected items in a model
Java wrapper for Qt class QItemSelectionRange
-
Constructor Summary
ConstructorDescriptionSeeQItemSelectionRange::
QItemSelectionRange(QItemSelectionRange) QItemSelectionRange
(QModelIndex index) QItemSelectionRange
(QModelIndex topL, QModelIndex bottomR) -
Method Summary
Modifier and TypeMethodDescriptionfinal int
bottom()
final QPersistentModelIndex
clone()
Creates and returns a copy of this object.final boolean
contains
(int row, int column, QModelIndex parentIndex) final boolean
contains
(QModelIndex index) final boolean
equals
(QItemSelectionRange other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QItemSelectionRange)
.final int
height()
final QList
<QModelIndex> indexes()
final QItemSelectionRange
intersected
(QItemSelectionRange other) final boolean
intersects
(QItemSelectionRange other) final boolean
isEmpty()
final boolean
isValid()
final int
left()
final QAbstractItemModel
model()
final QModelIndex
parent()
final int
right()
final void
swap
(QItemSelectionRange other) final int
top()
final QPersistentModelIndex
topLeft()
toString()
Seeoperator<<(QDebug,
QItemSelectionRange) final int
width()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QItemSelectionRange
public QItemSelectionRange() -
QItemSelectionRange
See
QItemSelectionRange::
QItemSelectionRange(QItemSelectionRange) -
QItemSelectionRange
-
QItemSelectionRange
-
-
Method Details
-
bottom
-
bottomRight
-
contains
-
contains
-
height
-
indexes
-
intersected
-
intersects
-
isEmpty
-
isValid
-
left
-
model
-
equals
-
parent
-
right
-
swap
-
top
-
topLeft
-
width
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QItemSelectionRange)
. -
toString
See
operator<<(QDebug,
QItemSelectionRange) -
clone
Creates and returns a copy of this object.
See
QItemSelectionRange::
QItemSelectionRange(QItemSelectionRange)
-