org.kde.qt
Class QTableSelection
java.lang.Object
org.kde.qt.QTableSelection
- All Implemented Interfaces:
- QtSupport
public class QTableSelection
- extends java.lang.Object
- implements QtSupport
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QTableSelection
protected QTableSelection(java.lang.Class dummy)
QTableSelection
public QTableSelection()
QTableSelection
public QTableSelection(int start_row,
int start_col,
int end_row,
int end_col)
init
public void init(int row,
int col)
expandTo
public void expandTo(int row,
int col)
op_equals
public boolean op_equals(QTableSelection s)
op_not_equals
public boolean op_not_equals(QTableSelection s)
topRow
public int topRow()
bottomRow
public int bottomRow()
leftCol
public int leftCol()
rightCol
public int rightCol()
anchorRow
public int anchorRow()
anchorCol
public int anchorCol()
numRows
public int numRows()
numCols
public int numCols()
isActive
public boolean isActive()
isEmpty
public boolean isEmpty()
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?