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) - Parameters:
other
-
-
QTableWidgetSelectionRange
public QTableWidgetSelectionRange(int top, int left, int bottom, int right) - Parameters:
top
-left
-bottom
-right
-
-
-
Method Details
-
bottomRow
- Returns:
-
columnCount
- Returns:
-
leftColumn
- Returns:
-
equals
- Parameters:
rhs
-- Returns:
- Since:
- This function was introduced in Qt 6.3.
-
rightColumn
- Returns:
-
rowCount
- Returns:
-
topRow
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QTableWidgetSelectionRange)
. -
clone
Creates and returns a copy of this object.
See
QTableWidgetSelectionRange::
QTableWidgetSelectionRange(QTableWidgetSelectionRange)
-