public class QTable: QScrollView, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QScrollView
QTableThis type implements System.IDisposable.
Qt Namespace
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
public void QTable(Qt.QWidget parent, System.String name);
Qt.QTable Class, Qt Namespace
public void QTable(int numRows, int numCols, Qt.QWidget parent, System.String name);
Qt.QTable Class, Qt Namespace
public void QTable();
Qt.QTable Class, Qt Namespace
public void QTable(Qt.QWidget parent);
Qt.QTable Class, Qt Namespace
public void QTable(int numRows, int numCols);
Qt.QTable Class, Qt Namespace
public void QTable(int numRows, int numCols, Qt.QWidget parent);
Qt.QTable Class, Qt Namespace
public void QTable(void * ptr);
Qt.QTable Class, Qt Namespace
protected void ActivateNextCell();
Qt.QTable Class, Qt Namespace
public int AddSelection(Qt.QTableSelection s);
Qt.QTable Class, Qt Namespace
public void AdjustColumn(int col);
Qt.QTable Class, Qt Namespace
public void AdjustRow(int row);
Qt.QTable Class, Qt Namespace
protected Qt.QWidget BeginEdit(int row, int col, bool replace);
Qt.QTable Class, Qt Namespace
public Qt.QRect CellGeometry(int row, int col);
Qt.QTable Class, Qt Namespace
public Qt.QRect CellRect(int row, int col);
Qt.QTable Class, Qt Namespace
public Qt.QWidget CellWidget(int row, int col);
Qt.QTable Class, Qt Namespace
public void ClearCell(int row, int col);
Qt.QTable Class, Qt Namespace
public void ClearCellWidget(int row, int col);
Qt.QTable Class, Qt Namespace
public void ClearSelection(bool repaint);
Qt.QTable Class, Qt Namespace
public void ClearSelection();
Qt.QTable Class, Qt Namespace
public int ColumnAt(int x);
Qt.QTable Class, Qt Namespace
protected void ColumnClicked(int col);
Qt.QTable Class, Qt Namespace
protected void ColumnIndexChanged(int section, int fromIndex, int toIndex);
Qt.QTable Class, Qt Namespace
public bool ColumnMovingEnabled();
Qt.QTable Class, Qt Namespace
public int ColumnPos(int col);
Qt.QTable Class, Qt Namespace
public int ColumnWidth(int col);
Qt.QTable Class, Qt Namespace
protected void ColumnWidthChanged(int col);
Qt.QTable Class, Qt Namespace
protected Qt.QWidget CreateEditor(int row, int col, bool initFromCell);
Qt.QTable Class, Qt Namespace
protected int CurrEditCol();
Qt.QTable Class, Qt Namespace
protected int CurrEditRow();
Qt.QTable Class, Qt Namespace
public int CurrentColumn();
Qt.QTable Class, Qt Namespace
public int CurrentRow();
Qt.QTable Class, Qt Namespace
public int CurrentSelection();
Qt.QTable Class, Qt Namespace
public bool DragEnabled();
Qt.QTable Class, Qt Namespace
protected Qt.QDragObject DragObject();
Qt.QTable Class, Qt Namespace
protected void DrawContents(Qt.QPainter p, int cx, int cy, int cw, int ch);
Qt.QTable Class, Qt Namespace
public void EditCell(int row, int col, bool replace);
Qt.QTable Class, Qt Namespace
public void EditCell(int row, int col);
Qt.QTable Class, Qt Namespace
protected void EndEdit(int row, int col, bool accept, bool replace);
Qt.QTable Class, Qt Namespace
public void EnsureCellVisible(int row, int col);
Qt.QTable Class, Qt Namespace
public bool EventFilter(Qt.QObject o, Qt.QEvent arg1);
Qt.QTable Class, Qt Namespace
protected override void Finalize();
Qt.QTable Class, Qt Namespace
public void HideColumn(int col);
Qt.QTable Class, Qt Namespace
public void HideRow(int row);
Qt.QTable Class, Qt Namespace
public Qt.QHeader HorizontalHeader();
Qt.QTable Class, Qt Namespace
protected int IndexOf(int row, int col);
Qt.QTable Class, Qt Namespace
public void InsertColumns(int col, int count);
Qt.QTable Class, Qt Namespace
public void InsertColumns(int col);
Qt.QTable Class, Qt Namespace
public void InsertRows(int row, int count);
Qt.QTable Class, Qt Namespace
public void InsertRows(int row);
Qt.QTable Class, Qt Namespace
protected void InsertWidget(int row, int col, Qt.QWidget w);
Qt.QTable Class, Qt Namespace
public bool IsColumnReadOnly(int col);
Qt.QTable Class, Qt Namespace
public bool IsColumnSelected(int col, bool full);
Qt.QTable Class, Qt Namespace
public bool IsColumnSelected(int col);
Qt.QTable Class, Qt Namespace
public bool IsColumnStretchable(int col);
Qt.QTable Class, Qt Namespace
protected bool IsEditing();
Qt.QTable Class, Qt Namespace
public bool IsReadOnly();
Qt.QTable Class, Qt Namespace
public bool IsRowReadOnly(int row);
Qt.QTable Class, Qt Namespace
public bool IsRowSelected(int row, bool full);
Qt.QTable Class, Qt Namespace
public bool IsRowSelected(int row);
Qt.QTable Class, Qt Namespace
public bool IsRowStretchable(int row);
Qt.QTable Class, Qt Namespace
public bool IsSelected(int row, int col);
Qt.QTable Class, Qt Namespace
public Qt.QTableItem Item(int row, int col);
Qt.QTable Class, Qt Namespace
public int NumCols();
Qt.QTable Class, Qt Namespace
public int NumRows();
Qt.QTable Class, Qt Namespace
public int NumSelections();
Qt.QTable Class, Qt Namespace
public void PaintCell(Qt.QPainter p, int row, int col, Qt.QRect cr, bool selected);
Qt.QTable Class, Qt Namespace
public void PaintCell(Qt.QPainter p, int row, int col, Qt.QRect cr, bool selected, Qt.QColorGroup cg);
Qt.QTable Class, Qt Namespace
protected void PaintEmptyArea(Qt.QPainter p, int cx, int cy, int cw, int ch);
Qt.QTable Class, Qt Namespace
public void PaintFocus(Qt.QPainter p, Qt.QRect r);
Qt.QTable Class, Qt Namespace
public Qt.QPixmap Pixmap(int row, int col);
Qt.QTable Class, Qt Namespace
public void RemoveColumn(int col);
Qt.QTable Class, Qt Namespace
public void RemoveRow(int row);
Qt.QTable Class, Qt Namespace
public void RemoveSelection(Qt.QTableSelection s);
Qt.QTable Class, Qt Namespace
public void RemoveSelection(int num);
Qt.QTable Class, Qt Namespace
public void RepaintSelections();
Qt.QTable Class, Qt Namespace
protected void ResizeData(int len);
Qt.QTable Class, Qt Namespace
public int RowAt(int y);
Qt.QTable Class, Qt Namespace
public int RowHeight(int row);
Qt.QTable Class, Qt Namespace
protected void RowHeightChanged(int row);
Qt.QTable Class, Qt Namespace
protected void RowIndexChanged(int section, int fromIndex, int toIndex);
Qt.QTable Class, Qt Namespace
public bool RowMovingEnabled();
Qt.QTable Class, Qt Namespace
public int RowPos(int row);
Qt.QTable Class, Qt Namespace
public Qt.QTableSelection Selection(int num);
Qt.QTable Class, Qt Namespace
protected void SetCellContentFromEditor(int row, int col);
Qt.QTable Class, Qt Namespace
public void SetCellWidget(int row, int col, Qt.QWidget e);
Qt.QTable Class, Qt Namespace
public void SetColumnMovingEnabled(bool b);
Qt.QTable Class, Qt Namespace
public void SetColumnReadOnly(int col, bool ro);
Qt.QTable Class, Qt Namespace
public void SetColumnStretchable(int col, bool stretch);
Qt.QTable Class, Qt Namespace
public void SetColumnWidth(int col, int w);
Qt.QTable Class, Qt Namespace
public void SetCurrentCell(int row, int col);
Qt.QTable Class, Qt Namespace
public void SetDragEnabled(bool b);
Qt.QTable Class, Qt Namespace
protected void SetEditMode(EditMode mode, int row, int col);
Qt.QTable Class, Qt Namespace
public void SetEnabled(bool b);
Qt.QTable Class, Qt Namespace
public void SetFocusStyle(FocusStyle fs);
Qt.QTable Class, Qt Namespace
public void SetItem(int row, int col, Qt.QTableItem item);
Qt.QTable Class, Qt Namespace
public void SetLeftMargin(int m);
Qt.QTable Class, Qt Namespace
public void SetNumCols(int r);
Qt.QTable Class, Qt Namespace
public void SetNumRows(int r);
Qt.QTable Class, Qt Namespace
public void SetPixmap(int row, int col, Qt.QPixmap pix);
Qt.QTable Class, Qt Namespace
public void SetReadOnly(bool b);
Qt.QTable Class, Qt Namespace
public void SetRowHeight(int row, int h);
Qt.QTable Class, Qt Namespace
public void SetRowMovingEnabled(bool b);
Qt.QTable Class, Qt Namespace
public void SetRowReadOnly(int row, bool ro);
Qt.QTable Class, Qt Namespace
public void SetRowStretchable(int row, bool stretch);
Qt.QTable Class, Qt Namespace
public void SetSelectionMode(SelectionMode mode);
Qt.QTable Class, Qt Namespace
public void SetShowGrid(bool b);
Qt.QTable Class, Qt Namespace
public void SetSorting(bool b);
Qt.QTable Class, Qt Namespace
public void SetText(int row, int col, System.String text);
Qt.QTable Class, Qt Namespace
public void SetTopMargin(int m);
Qt.QTable Class, Qt Namespace
public void ShowColumn(int col);
Qt.QTable Class, Qt Namespace
public bool ShowGrid();
Qt.QTable Class, Qt Namespace
public void ShowRow(int row);
Qt.QTable Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QTable Class, Qt Namespace
public void SortColumn(int col, bool ascending, bool wholeRows);
Qt.QTable Class, Qt Namespace
public void SortColumn(int col);
Qt.QTable Class, Qt Namespace
public void SortColumn(int col, bool ascending);
Qt.QTable Class, Qt Namespace
public bool Sorting();
Qt.QTable Class, Qt Namespace
protected void StartDrag();
Qt.QTable Class, Qt Namespace
public void SwapCells(int row1, int col1, int row2, int col2);
Qt.QTable Class, Qt Namespace
public void SwapColumns(int col1, int col2, bool swapHeader);
Qt.QTable Class, Qt Namespace
public void SwapColumns(int col1, int col2);
Qt.QTable Class, Qt Namespace
public void SwapRows(int row1, int row2, bool swapHeader);
Qt.QTable Class, Qt Namespace
public void SwapRows(int row1, int row2);
Qt.QTable Class, Qt Namespace
public void TakeItem(Qt.QTableItem i);
Qt.QTable Class, Qt Namespace
public System.String Text(int row, int col);
Qt.QTable Class, Qt Namespace
protected EditMode TheEditMode();
Qt.QTable Class, Qt Namespace
public FocusStyle TheFocusStyle();
Qt.QTable Class, Qt Namespace
public SelectionMode TheSelectionMode();
Qt.QTable Class, Qt Namespace
public void UpdateCell(int row, int col);
Qt.QTable Class, Qt Namespace
public Qt.QHeader VerticalHeader();
Qt.QTable Class, Qt Namespace
protected void WindowActivationChange(bool arg1);
Qt.QTable Class, Qt Namespace