Qt.QTable Class

public class QTable: QScrollView, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QScrollView
            QTable

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTable Constructors

QTable(Qt.QWidget, System.String) Constructor
QTable(int, int, Qt.QWidget, System.String) Constructor
QTable() Constructor
QTable(Qt.QWidget) Constructor
QTable(int, int) Constructor
QTable(int, int, Qt.QWidget) Constructor
QTable(void *) Constructor

QTable Methods

QTable.ActivateNextCell Method
QTable.AddSelection Method
QTable.AdjustColumn Method
QTable.AdjustRow Method
QTable.BeginEdit Method
QTable.CellGeometry Method
QTable.CellRect Method
QTable.CellWidget Method
QTable.ClearCell Method
QTable.ClearCellWidget Method
QTable.ClearSelection(bool) Method
QTable.ClearSelection() Method
QTable.ColumnAt Method
QTable.ColumnClicked Method
QTable.ColumnIndexChanged Method
QTable.ColumnMovingEnabled Method
QTable.ColumnPos Method
QTable.ColumnWidth Method
QTable.ColumnWidthChanged Method
QTable.CreateEditor Method
QTable.CurrEditCol Method
QTable.CurrEditRow Method
QTable.CurrentColumn Method
QTable.CurrentRow Method
QTable.CurrentSelection Method
QTable.DragEnabled Method
QTable.DragObject Method
QTable.DrawContents Method
QTable.EditCell(int, int, bool) Method
QTable.EditCell(int, int) Method
QTable.EndEdit Method
QTable.EnsureCellVisible Method
QTable.EventFilter Method
QTable.Finalize Method
QTable.HideColumn Method
QTable.HideRow Method
QTable.HorizontalHeader Method
QTable.IndexOf Method
QTable.InsertColumns(int, int) Method
QTable.InsertColumns(int) Method
QTable.InsertRows(int, int) Method
QTable.InsertRows(int) Method
QTable.InsertWidget Method
QTable.IsColumnReadOnly Method
QTable.IsColumnSelected(int, bool) Method
QTable.IsColumnSelected(int) Method
QTable.IsColumnStretchable Method
QTable.IsEditing Method
QTable.IsReadOnly Method
QTable.IsRowReadOnly Method
QTable.IsRowSelected(int, bool) Method
QTable.IsRowSelected(int) Method
QTable.IsRowStretchable Method
QTable.IsSelected Method
QTable.Item Method
QTable.NumCols Method
QTable.NumRows Method
QTable.NumSelections Method
QTable.PaintCell(Qt.QPainter, int, int, Qt.QRect, bool) Method
QTable.PaintCell(Qt.QPainter, int, int, Qt.QRect, bool, Qt.QColorGroup) Method
QTable.PaintEmptyArea Method
QTable.PaintFocus Method
QTable.Pixmap Method
QTable.RemoveColumn Method
QTable.RemoveRow Method
QTable.RemoveSelection(Qt.QTableSelection) Method
QTable.RemoveSelection(int) Method
QTable.RepaintSelections Method
QTable.ResizeData Method
QTable.RowAt Method
QTable.RowHeight Method
QTable.RowHeightChanged Method
QTable.RowIndexChanged Method
QTable.RowMovingEnabled Method
QTable.RowPos Method
QTable.Selection Method
QTable.SetCellContentFromEditor Method
QTable.SetCellWidget Method
QTable.SetColumnMovingEnabled Method
QTable.SetColumnReadOnly Method
QTable.SetColumnStretchable Method
QTable.SetColumnWidth Method
QTable.SetCurrentCell Method
QTable.SetDragEnabled Method
QTable.SetEditMode Method
QTable.SetEnabled Method
QTable.SetFocusStyle Method
QTable.SetItem Method
QTable.SetLeftMargin Method
QTable.SetNumCols Method
QTable.SetNumRows Method
QTable.SetPixmap Method
QTable.SetReadOnly Method
QTable.SetRowHeight Method
QTable.SetRowMovingEnabled Method
QTable.SetRowReadOnly Method
QTable.SetRowStretchable Method
QTable.SetSelectionMode Method
QTable.SetShowGrid Method
QTable.SetSorting Method
QTable.SetText Method
QTable.SetTopMargin Method
QTable.ShowColumn Method
QTable.ShowGrid Method
QTable.ShowRow Method
QTable.SizeHint Method
QTable.SortColumn(int, bool, bool) Method
QTable.SortColumn(int) Method
QTable.SortColumn(int, bool) Method
QTable.Sorting Method
QTable.StartDrag Method
QTable.SwapCells Method
QTable.SwapColumns(int, int, bool) Method
QTable.SwapColumns(int, int) Method
QTable.SwapRows(int, int, bool) Method
QTable.SwapRows(int, int) Method
QTable.TakeItem Method
QTable.Text Method
QTable.TheEditMode Method
QTable.TheFocusStyle Method
QTable.TheSelectionMode Method
QTable.UpdateCell Method
QTable.VerticalHeader Method
QTable.WindowActivationChange Method


QTable(Qt.QWidget, System.String) Constructor

public void QTable(Qt.QWidget parent, System.String name);

See Also

Qt.QTable Class, Qt Namespace

QTable(int, int, Qt.QWidget, System.String) Constructor

public void QTable(int numRows, int numCols, Qt.QWidget parent, System.String name);

See Also

Qt.QTable Class, Qt Namespace

QTable() Constructor

public void QTable();

See Also

Qt.QTable Class, Qt Namespace

QTable(Qt.QWidget) Constructor

public void QTable(Qt.QWidget parent);

See Also

Qt.QTable Class, Qt Namespace

QTable(int, int) Constructor

public void QTable(int numRows, int numCols);

See Also

Qt.QTable Class, Qt Namespace

QTable(int, int, Qt.QWidget) Constructor

public void QTable(int numRows, int numCols, Qt.QWidget parent);

See Also

Qt.QTable Class, Qt Namespace

QTable(void *) Constructor

public void QTable(void * ptr);

See Also

Qt.QTable Class, Qt Namespace

QTable.ActivateNextCell Method

protected void ActivateNextCell();

See Also

Qt.QTable Class, Qt Namespace

QTable.AddSelection Method

public int AddSelection(Qt.QTableSelection s);

See Also

Qt.QTable Class, Qt Namespace

QTable.AdjustColumn Method

public void AdjustColumn(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.AdjustRow Method

public void AdjustRow(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.BeginEdit Method

protected Qt.QWidget BeginEdit(int row, int col, bool replace);

See Also

Qt.QTable Class, Qt Namespace

QTable.CellGeometry Method

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

See Also

Qt.QTable Class, Qt Namespace

QTable.CellRect Method

public Qt.QRect CellRect(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.CellWidget Method

public Qt.QWidget CellWidget(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.ClearCell Method

public void ClearCell(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.ClearCellWidget Method

public void ClearCellWidget(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.ClearSelection(bool) Method

public void ClearSelection(bool repaint);

See Also

Qt.QTable Class, Qt Namespace

QTable.ClearSelection() Method

public void ClearSelection();

See Also

Qt.QTable Class, Qt Namespace

QTable.ColumnAt Method

public int ColumnAt(int x);

See Also

Qt.QTable Class, Qt Namespace

QTable.ColumnClicked Method

protected void ColumnClicked(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.ColumnIndexChanged Method

protected void ColumnIndexChanged(int section, int fromIndex, int toIndex);

See Also

Qt.QTable Class, Qt Namespace

QTable.ColumnMovingEnabled Method

public bool ColumnMovingEnabled();

See Also

Qt.QTable Class, Qt Namespace

QTable.ColumnPos Method

public int ColumnPos(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.ColumnWidth Method

public int ColumnWidth(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.ColumnWidthChanged Method

protected void ColumnWidthChanged(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.CreateEditor Method

protected Qt.QWidget CreateEditor(int row, int col, bool initFromCell);

See Also

Qt.QTable Class, Qt Namespace

QTable.CurrEditCol Method

protected int CurrEditCol();

See Also

Qt.QTable Class, Qt Namespace

QTable.CurrEditRow Method

protected int CurrEditRow();

See Also

Qt.QTable Class, Qt Namespace

QTable.CurrentColumn Method

public int CurrentColumn();

See Also

Qt.QTable Class, Qt Namespace

QTable.CurrentRow Method

public int CurrentRow();

See Also

Qt.QTable Class, Qt Namespace

QTable.CurrentSelection Method

public int CurrentSelection();

See Also

Qt.QTable Class, Qt Namespace

QTable.DragEnabled Method

public bool DragEnabled();

See Also

Qt.QTable Class, Qt Namespace

QTable.DragObject Method

protected Qt.QDragObject DragObject();

See Also

Qt.QTable Class, Qt Namespace

QTable.DrawContents Method

protected void DrawContents(Qt.QPainter p, int cx, int cy, int cw, int ch);

See Also

Qt.QTable Class, Qt Namespace

QTable.EditCell(int, int, bool) Method

public void EditCell(int row, int col, bool replace);

See Also

Qt.QTable Class, Qt Namespace

QTable.EditCell(int, int) Method

public void EditCell(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.EndEdit Method

protected void EndEdit(int row, int col, bool accept, bool replace);

See Also

Qt.QTable Class, Qt Namespace

QTable.EnsureCellVisible Method

public void EnsureCellVisible(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.EventFilter Method

public bool EventFilter(Qt.QObject o, Qt.QEvent arg1);

See Also

Qt.QTable Class, Qt Namespace

QTable.Finalize Method

protected override void Finalize();

See Also

Qt.QTable Class, Qt Namespace

QTable.HideColumn Method

public void HideColumn(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.HideRow Method

public void HideRow(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.HorizontalHeader Method

public Qt.QHeader HorizontalHeader();

See Also

Qt.QTable Class, Qt Namespace

QTable.IndexOf Method

protected int IndexOf(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.InsertColumns(int, int) Method

public void InsertColumns(int col, int count);

See Also

Qt.QTable Class, Qt Namespace

QTable.InsertColumns(int) Method

public void InsertColumns(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.InsertRows(int, int) Method

public void InsertRows(int row, int count);

See Also

Qt.QTable Class, Qt Namespace

QTable.InsertRows(int) Method

public void InsertRows(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.InsertWidget Method

protected void InsertWidget(int row, int col, Qt.QWidget w);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsColumnReadOnly Method

public bool IsColumnReadOnly(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsColumnSelected(int, bool) Method

public bool IsColumnSelected(int col, bool full);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsColumnSelected(int) Method

public bool IsColumnSelected(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsColumnStretchable Method

public bool IsColumnStretchable(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsEditing Method

protected bool IsEditing();

See Also

Qt.QTable Class, Qt Namespace

QTable.IsReadOnly Method

public bool IsReadOnly();

See Also

Qt.QTable Class, Qt Namespace

QTable.IsRowReadOnly Method

public bool IsRowReadOnly(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsRowSelected(int, bool) Method

public bool IsRowSelected(int row, bool full);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsRowSelected(int) Method

public bool IsRowSelected(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsRowStretchable Method

public bool IsRowStretchable(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.IsSelected Method

public bool IsSelected(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.Item Method

public Qt.QTableItem Item(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.NumCols Method

public int NumCols();

See Also

Qt.QTable Class, Qt Namespace

QTable.NumRows Method

public int NumRows();

See Also

Qt.QTable Class, Qt Namespace

QTable.NumSelections Method

public int NumSelections();

See Also

Qt.QTable Class, Qt Namespace

QTable.PaintCell(Qt.QPainter, int, int, Qt.QRect, bool) Method

public void PaintCell(Qt.QPainter p, int row, int col, Qt.QRect cr, bool selected);

See Also

Qt.QTable Class, Qt Namespace

QTable.PaintCell(Qt.QPainter, int, int, Qt.QRect, bool, Qt.QColorGroup) Method

public void PaintCell(Qt.QPainter p, int row, int col, Qt.QRect cr, bool selected, Qt.QColorGroup cg);

See Also

Qt.QTable Class, Qt Namespace

QTable.PaintEmptyArea Method

protected void PaintEmptyArea(Qt.QPainter p, int cx, int cy, int cw, int ch);

See Also

Qt.QTable Class, Qt Namespace

QTable.PaintFocus Method

public void PaintFocus(Qt.QPainter p, Qt.QRect r);

See Also

Qt.QTable Class, Qt Namespace

QTable.Pixmap Method

public Qt.QPixmap Pixmap(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.RemoveColumn Method

public void RemoveColumn(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.RemoveRow Method

public void RemoveRow(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.RemoveSelection(Qt.QTableSelection) Method

public void RemoveSelection(Qt.QTableSelection s);

See Also

Qt.QTable Class, Qt Namespace

QTable.RemoveSelection(int) Method

public void RemoveSelection(int num);

See Also

Qt.QTable Class, Qt Namespace

QTable.RepaintSelections Method

public void RepaintSelections();

See Also

Qt.QTable Class, Qt Namespace

QTable.ResizeData Method

protected void ResizeData(int len);

See Also

Qt.QTable Class, Qt Namespace

QTable.RowAt Method

public int RowAt(int y);

See Also

Qt.QTable Class, Qt Namespace

QTable.RowHeight Method

public int RowHeight(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.RowHeightChanged Method

protected void RowHeightChanged(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.RowIndexChanged Method

protected void RowIndexChanged(int section, int fromIndex, int toIndex);

See Also

Qt.QTable Class, Qt Namespace

QTable.RowMovingEnabled Method

public bool RowMovingEnabled();

See Also

Qt.QTable Class, Qt Namespace

QTable.RowPos Method

public int RowPos(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.Selection Method

public Qt.QTableSelection Selection(int num);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetCellContentFromEditor Method

protected void SetCellContentFromEditor(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetCellWidget Method

public void SetCellWidget(int row, int col, Qt.QWidget e);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetColumnMovingEnabled Method

public void SetColumnMovingEnabled(bool b);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetColumnReadOnly Method

public void SetColumnReadOnly(int col, bool ro);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetColumnStretchable Method

public void SetColumnStretchable(int col, bool stretch);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetColumnWidth Method

public void SetColumnWidth(int col, int w);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetCurrentCell Method

public void SetCurrentCell(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetDragEnabled Method

public void SetDragEnabled(bool b);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetEditMode Method

protected void SetEditMode(EditMode mode, int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetEnabled Method

public void SetEnabled(bool b);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetFocusStyle Method

public void SetFocusStyle(FocusStyle fs);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetItem Method

public void SetItem(int row, int col, Qt.QTableItem item);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetLeftMargin Method

public void SetLeftMargin(int m);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetNumCols Method

public void SetNumCols(int r);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetNumRows Method

public void SetNumRows(int r);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetPixmap Method

public void SetPixmap(int row, int col, Qt.QPixmap pix);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetReadOnly Method

public void SetReadOnly(bool b);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetRowHeight Method

public void SetRowHeight(int row, int h);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetRowMovingEnabled Method

public void SetRowMovingEnabled(bool b);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetRowReadOnly Method

public void SetRowReadOnly(int row, bool ro);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetRowStretchable Method

public void SetRowStretchable(int row, bool stretch);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetSelectionMode Method

public void SetSelectionMode(SelectionMode mode);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetShowGrid Method

public void SetShowGrid(bool b);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetSorting Method

public void SetSorting(bool b);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetText Method

public void SetText(int row, int col, System.String text);

See Also

Qt.QTable Class, Qt Namespace

QTable.SetTopMargin Method

public void SetTopMargin(int m);

See Also

Qt.QTable Class, Qt Namespace

QTable.ShowColumn Method

public void ShowColumn(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.ShowGrid Method

public bool ShowGrid();

See Also

Qt.QTable Class, Qt Namespace

QTable.ShowRow Method

public void ShowRow(int row);

See Also

Qt.QTable Class, Qt Namespace

QTable.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QTable Class, Qt Namespace

QTable.SortColumn(int, bool, bool) Method

public void SortColumn(int col, bool ascending, bool wholeRows);

See Also

Qt.QTable Class, Qt Namespace

QTable.SortColumn(int) Method

public void SortColumn(int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.SortColumn(int, bool) Method

public void SortColumn(int col, bool ascending);

See Also

Qt.QTable Class, Qt Namespace

QTable.Sorting Method

public bool Sorting();

See Also

Qt.QTable Class, Qt Namespace

QTable.StartDrag Method

protected void StartDrag();

See Also

Qt.QTable Class, Qt Namespace

QTable.SwapCells Method

public void SwapCells(int row1, int col1, int row2, int col2);

See Also

Qt.QTable Class, Qt Namespace

QTable.SwapColumns(int, int, bool) Method

public void SwapColumns(int col1, int col2, bool swapHeader);

See Also

Qt.QTable Class, Qt Namespace

QTable.SwapColumns(int, int) Method

public void SwapColumns(int col1, int col2);

See Also

Qt.QTable Class, Qt Namespace

QTable.SwapRows(int, int, bool) Method

public void SwapRows(int row1, int row2, bool swapHeader);

See Also

Qt.QTable Class, Qt Namespace

QTable.SwapRows(int, int) Method

public void SwapRows(int row1, int row2);

See Also

Qt.QTable Class, Qt Namespace

QTable.TakeItem Method

public void TakeItem(Qt.QTableItem i);

See Also

Qt.QTable Class, Qt Namespace

QTable.Text Method

public System.String Text(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.TheEditMode Method

protected EditMode TheEditMode();

See Also

Qt.QTable Class, Qt Namespace

QTable.TheFocusStyle Method

public FocusStyle TheFocusStyle();

See Also

Qt.QTable Class, Qt Namespace

QTable.TheSelectionMode Method

public SelectionMode TheSelectionMode();

See Also

Qt.QTable Class, Qt Namespace

QTable.UpdateCell Method

public void UpdateCell(int row, int col);

See Also

Qt.QTable Class, Qt Namespace

QTable.VerticalHeader Method

public Qt.QHeader VerticalHeader();

See Also

Qt.QTable Class, Qt Namespace

QTable.WindowActivationChange Method

protected void WindowActivationChange(bool arg1);

See Also

Qt.QTable Class, Qt Namespace