Qt.QTableItem Class

public class QTableItem: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QTableItem

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTableItem Constructors

QTableItem(Qt.QTable, EditType, System.String) Constructor
QTableItem(Qt.QTable, EditType, System.String, Qt.QPixmap) Constructor
QTableItem(void *) Constructor

QTableItem Methods

QTableItem.Alignment Method
QTableItem.Col Method
QTableItem.ColSpan Method
QTableItem.CreateEditor Method
QTableItem.Finalize Method
QTableItem.IsEnabled Method
QTableItem.IsReplaceable Method
QTableItem.Key Method
QTableItem.Paint Method
QTableItem.Pixmap Method
QTableItem.Row Method
QTableItem.RowSpan Method
QTableItem.Rtti Method
QTableItem.SetCol Method
QTableItem.SetContentFromEditor Method
QTableItem.SetEnabled Method
QTableItem.SetPixmap Method
QTableItem.SetReplaceable Method
QTableItem.SetRow Method
QTableItem.SetSpan Method
QTableItem.SetText Method
QTableItem.SetWordWrap Method
QTableItem.SizeHint Method
QTableItem.Table Method
QTableItem.Text Method
QTableItem.TheEditType Method
QTableItem.UpdateEditor Method
QTableItem.WordWrap Method


QTableItem(Qt.QTable, EditType, System.String) Constructor

public void QTableItem(Qt.QTable table, EditType et, System.String text);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem(Qt.QTable, EditType, System.String, Qt.QPixmap) Constructor

public void QTableItem(Qt.QTable table, EditType et, System.String text, Qt.QPixmap p);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem(void *) Constructor

public void QTableItem(void * ptr);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Alignment Method

public int Alignment();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Col Method

public int Col();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.ColSpan Method

public int ColSpan();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.CreateEditor Method

public Qt.QWidget CreateEditor();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Finalize Method

protected override void Finalize();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.IsEnabled Method

public bool IsEnabled();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.IsReplaceable Method

public bool IsReplaceable();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Key Method

public System.String Key();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Paint Method

public void Paint(Qt.QPainter p, Qt.QColorGroup cg, Qt.QRect cr, bool selected);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Pixmap Method

public Qt.QPixmap Pixmap();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Row Method

public int Row();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.RowSpan Method

public int RowSpan();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Rtti Method

public int Rtti();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetCol Method

public void SetCol(int c);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetContentFromEditor Method

public void SetContentFromEditor(Qt.QWidget w);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetEnabled Method

public void SetEnabled(bool b);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetPixmap Method

public void SetPixmap(Qt.QPixmap p);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetReplaceable Method

public void SetReplaceable(bool arg1);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetRow Method

public void SetRow(int r);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetSpan Method

public void SetSpan(int rs, int cs);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetText Method

public void SetText(System.String t);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SetWordWrap Method

public void SetWordWrap(bool b);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Table Method

public Qt.QTable Table();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.Text Method

public System.String Text();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.TheEditType Method

public EditType TheEditType();

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.UpdateEditor Method

public void UpdateEditor(int oldRow, int oldCol);

See Also

Qt.QTableItem Class, Qt Namespace

QTableItem.WordWrap Method

public bool WordWrap();

See Also

Qt.QTableItem Class, Qt Namespace