Qt.QTableSelection Class

public class QTableSelection: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QTableSelection

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTableSelection Constructors

QTableSelection() Constructor
QTableSelection(void *) Constructor

QTableSelection Methods

QTableSelection.AnchorCol Method
QTableSelection.AnchorRow Method
QTableSelection.BottomRow Method
QTableSelection.ExpandTo Method
QTableSelection.Finalize Method
QTableSelection.Init Method
QTableSelection.IsActive Method
QTableSelection.LeftCol Method
QTableSelection.RightCol Method
QTableSelection.TopRow Method


QTableSelection() Constructor

public void QTableSelection();

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection(void *) Constructor

public void QTableSelection(void * ptr);

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.AnchorCol Method

public int AnchorCol();

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.AnchorRow Method

public int AnchorRow();

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.BottomRow Method

public int BottomRow();

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.ExpandTo Method

public void ExpandTo(int row, int col);

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.Finalize Method

protected override void Finalize();

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.Init Method

public void Init(int row, int col);

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.IsActive Method

public bool IsActive();

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.LeftCol Method

public int LeftCol();

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.RightCol Method

public int RightCol();

See Also

Qt.QTableSelection Class, Qt Namespace

QTableSelection.TopRow Method

public int TopRow();

See Also

Qt.QTableSelection Class, Qt Namespace