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
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QTableWidgetSelectionRange other) SeeQTableWidgetSelectionRange::
operator=(QTableWidgetSelectionRange) final int
clone()
Creates and returns a copy of this object.final int
boolean
Checks for equality by checking object's hash code.int
hashCode()
Returns the objects's hash code computed byqHash(QTableWidgetSelectionRange)
.final int
final int
final int
rowCount()
final int
topRow()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTableWidgetSelectionRange
public 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:
- Since:
- This function was introduced in Qt 4.1.
-
leftColumn
- Returns:
-
assign
See
QTableWidgetSelectionRange::
operator=(QTableWidgetSelectionRange) - Parameters:
other
-
-
rightColumn
- Returns:
-
rowCount
- Returns:
- Since:
- This function was introduced in Qt 4.1.
-
topRow
- Returns:
-
equals
Checks for equality by checking object's hash code. -
hashCode
Returns the objects's hash code computed byqHash(QTableWidgetSelectionRange)
. -
clone
Creates and returns a copy of this object.
See
QTableWidgetSelectionRange::
QTableWidgetSelectionRange(QTableWidgetSelectionRange)
-