java.lang.Object
io.qt.QtObject
io.qt.widgets.QTableWidgetSelectionRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Way to interact with selection in a model without using model indexes and a selection model
Java wrapper for Qt class QTableWidgetSelectionRange
-
Constructor Summary
ConstructorDescriptionQTableWidgetSelectionRange
(int top, int left, int bottom, int right) SeeQTableWidgetSelectionRange::
QTableWidgetSelectionRange(QTableWidgetSelectionRange) -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTableWidgetSelectionRange
public QTableWidgetSelectionRange() -
QTableWidgetSelectionRange
See
QTableWidgetSelectionRange::
QTableWidgetSelectionRange(QTableWidgetSelectionRange) -
QTableWidgetSelectionRange
public QTableWidgetSelectionRange(int top, int left, int bottom, int right)
-
-
Method Details
-
bottomRow
-
columnCount
-
leftColumn
-
equals
See
operator==(QTableWidgetSelectionRange,
QTableWidgetSelectionRange) This function was introduced in Qt 6.3.
-
rightColumn
-
rowCount
-
topRow
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QTableWidgetSelectionRange)
. -
clone
Creates and returns a copy of this object.
See
QTableWidgetSelectionRange::
QTableWidgetSelectionRange(QTableWidgetSelectionRange)
-