public class QCheckTableItem: QTableItem, System.IDisposable
System.Object
QtSupport
QTableItem
QCheckTableItemThis type implements System.IDisposable.
Qt Namespace
QCheckTableItem Constructors
QCheckTableItem(Qt.QTable, System.String) Constructor
QCheckTableItem(void *) Constructor
QCheckTableItem Methods
QCheckTableItem.CreateEditor Method
QCheckTableItem.Finalize Method
QCheckTableItem.IsChecked Method
QCheckTableItem.Paint Method
QCheckTableItem.Rtti Method
QCheckTableItem.SetChecked Method
QCheckTableItem.SetContentFromEditor Method
public void QCheckTableItem(Qt.QTable table, System.String txt);
Qt.QCheckTableItem Class, Qt Namespace
public void QCheckTableItem(void * ptr);
Qt.QCheckTableItem Class, Qt Namespace
public Qt.QWidget CreateEditor();
Qt.QCheckTableItem Class, Qt Namespace
protected override void Finalize();
Qt.QCheckTableItem Class, Qt Namespace
public bool IsChecked();
Qt.QCheckTableItem Class, Qt Namespace
public void Paint(Qt.QPainter p, Qt.QColorGroup cg, Qt.QRect cr, bool selected);
Qt.QCheckTableItem Class, Qt Namespace
public int Rtti();
Qt.QCheckTableItem Class, Qt Namespace
public void SetChecked(bool b);
Qt.QCheckTableItem Class, Qt Namespace
public void SetContentFromEditor(Qt.QWidget w);
Qt.QCheckTableItem Class, Qt Namespace