org.kde.qt
public class QTableSelection extends Object implements QtSupport
Constructor Summary | |
---|---|
protected | QTableSelection(Class dummy) |
QTableSelection() | |
QTableSelection(int start_row, int start_col, int end_row, int end_col) |
Method Summary | |
---|---|
int | anchorCol() |
int | anchorRow() |
int | bottomRow() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
void | expandTo(int row, int col) |
protected void | finalize() Deletes the wrapped C++ instance |
void | init(int row, int col) |
boolean | isActive() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isEmpty() |
int | leftCol() |
int | numCols() |
int | numRows() |
boolean | op_equals(QTableSelection s) |
boolean | op_not_equals(QTableSelection s) |
int | rightCol() |
int | topRow() |