Qt.QGridView Class

public class QGridView: QScrollView, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QScrollView
            QGridView

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QGridView Constructors

QGridView Constructor

QGridView Methods

QGridView.CellGeometry Method
QGridView.CellHeight Method
QGridView.CellRect Method
QGridView.CellWidth Method
QGridView.ColumnAt Method
QGridView.EnsureCellVisible Method
QGridView.Finalize Method
QGridView.GridSize Method
QGridView.NumCols Method
QGridView.NumRows Method
QGridView.RepaintCell(int, int, bool) Method
QGridView.RepaintCell(int, int) Method
QGridView.RowAt Method
QGridView.SetCellHeight Method
QGridView.SetCellWidth Method
QGridView.SetNumCols Method
QGridView.SetNumRows Method
QGridView.UpdateCell Method


QGridView Constructor

public void QGridView(void * ptr);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.CellGeometry Method

public Qt.QRect CellGeometry(int row, int column);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.CellHeight Method

public int CellHeight();

See Also

Qt.QGridView Class, Qt Namespace

QGridView.CellRect Method

public Qt.QRect CellRect();

See Also

Qt.QGridView Class, Qt Namespace

QGridView.CellWidth Method

public int CellWidth();

See Also

Qt.QGridView Class, Qt Namespace

QGridView.ColumnAt Method

public int ColumnAt(int x);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.EnsureCellVisible Method

public void EnsureCellVisible(int row, int column);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.Finalize Method

protected override void Finalize();

See Also

Qt.QGridView Class, Qt Namespace

QGridView.GridSize Method

public Qt.QSize GridSize();

See Also

Qt.QGridView Class, Qt Namespace

QGridView.NumCols Method

public int NumCols();

See Also

Qt.QGridView Class, Qt Namespace

QGridView.NumRows Method

public int NumRows();

See Also

Qt.QGridView Class, Qt Namespace

QGridView.RepaintCell(int, int, bool) Method

public void RepaintCell(int row, int column, bool erase);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.RepaintCell(int, int) Method

public void RepaintCell(int row, int column);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.RowAt Method

public int RowAt(int y);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.SetCellHeight Method

public void SetCellHeight(int arg1);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.SetCellWidth Method

public void SetCellWidth(int arg1);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.SetNumCols Method

public void SetNumCols(int arg1);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.SetNumRows Method

public void SetNumRows(int arg1);

See Also

Qt.QGridView Class, Qt Namespace

QGridView.UpdateCell Method

public void UpdateCell(int row, int column);

See Also

Qt.QGridView Class, Qt Namespace