java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QTableWidgetSelectionRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QTableWidgetSelectionRange extends QtObject implements Cloneable
Way to interact with selection in a model without using model indexes and a selection model
Java wrapper for Qt class QTableWidgetSelectionRange
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QTableWidgetSelectionRange()
QTableWidgetSelectionRange(int top, int left, int bottom, int right)
protected
QTableWidgetSelectionRange(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
bottomRow()
QTableWidgetSelectionRange
clone()
int
columnCount()
int
leftColumn()
int
rightColumn()
int
rowCount()
int
topRow()
-
Constructor Details
-
QTableWidgetSelectionRange
public QTableWidgetSelectionRange() -
QTableWidgetSelectionRange
public QTableWidgetSelectionRange(int top, int left, int bottom, int right) -
QTableWidgetSelectionRange
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details