public class QTableItem: QtSupport, System.IDisposable
System.Object
QtSupport
QTableItemThis type implements System.IDisposable.
Qt Namespace
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
public void QTableItem(Qt.QTable table, EditType et, System.String text);
Qt.QTableItem Class, Qt Namespace
public void QTableItem(Qt.QTable table, EditType et, System.String text, Qt.QPixmap p);
Qt.QTableItem Class, Qt Namespace
public void QTableItem(void * ptr);
Qt.QTableItem Class, Qt Namespace
public int Alignment();
Qt.QTableItem Class, Qt Namespace
public int Col();
Qt.QTableItem Class, Qt Namespace
public int ColSpan();
Qt.QTableItem Class, Qt Namespace
public Qt.QWidget CreateEditor();
Qt.QTableItem Class, Qt Namespace
protected override void Finalize();
Qt.QTableItem Class, Qt Namespace
public bool IsEnabled();
Qt.QTableItem Class, Qt Namespace
public bool IsReplaceable();
Qt.QTableItem Class, Qt Namespace
public System.String Key();
Qt.QTableItem Class, Qt Namespace
public void Paint(Qt.QPainter p, Qt.QColorGroup cg, Qt.QRect cr, bool selected);
Qt.QTableItem Class, Qt Namespace
public Qt.QPixmap Pixmap();
Qt.QTableItem Class, Qt Namespace
public int Row();
Qt.QTableItem Class, Qt Namespace
public int RowSpan();
Qt.QTableItem Class, Qt Namespace
public int Rtti();
Qt.QTableItem Class, Qt Namespace
public void SetCol(int c);
Qt.QTableItem Class, Qt Namespace
public void SetContentFromEditor(Qt.QWidget w);
Qt.QTableItem Class, Qt Namespace
public void SetEnabled(bool b);
Qt.QTableItem Class, Qt Namespace
public void SetPixmap(Qt.QPixmap p);
Qt.QTableItem Class, Qt Namespace
public void SetReplaceable(bool arg1);
Qt.QTableItem Class, Qt Namespace
public void SetRow(int r);
Qt.QTableItem Class, Qt Namespace
public void SetSpan(int rs, int cs);
Qt.QTableItem Class, Qt Namespace
public void SetText(System.String t);
Qt.QTableItem Class, Qt Namespace
public void SetWordWrap(bool b);
Qt.QTableItem Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QTableItem Class, Qt Namespace
public Qt.QTable Table();
Qt.QTableItem Class, Qt Namespace
public System.String Text();
Qt.QTableItem Class, Qt Namespace
public EditType TheEditType();
Qt.QTableItem Class, Qt Namespace
public void UpdateEditor(int oldRow, int oldCol);
Qt.QTableItem Class, Qt Namespace
public bool WordWrap();
Qt.QTableItem Class, Qt Namespace