org.kde.qt

Class QTableSelection

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
intanchorCol()
intanchorRow()
intbottomRow()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
voidexpandTo(int row, int col)
protected voidfinalize()
Deletes the wrapped C++ instance
voidinit(int row, int col)
booleanisActive()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisEmpty()
intleftCol()
intnumCols()
intnumRows()
booleanop_equals(QTableSelection s)
booleanop_not_equals(QTableSelection s)
intrightCol()
inttopRow()

Constructor Detail

QTableSelection

protected QTableSelection(Class dummy)

QTableSelection

public QTableSelection()

QTableSelection

public QTableSelection(int start_row, int start_col, int end_row, int end_col)

Method Detail

anchorCol

public int anchorCol()

anchorRow

public int anchorRow()

bottomRow

public int bottomRow()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

expandTo

public void expandTo(int row, int col)

finalize

protected void finalize()
Deletes the wrapped C++ instance

init

public void init(int row, int col)

isActive

public boolean isActive()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isEmpty

public boolean isEmpty()

leftCol

public int leftCol()

numCols

public int numCols()

numRows

public int numRows()

op_equals

public boolean op_equals(QTableSelection s)

op_not_equals

public boolean op_not_equals(QTableSelection s)

rightCol

public int rightCol()

topRow

public int topRow()