Qt.QCheckListItem Class

public class QCheckListItem: QListViewItem, System.IDisposable

Base Types

System.Object
  QtSupport
    QListViewItem
      QCheckListItem

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QCheckListItem Constructors

QCheckListItem(Qt.QCheckListItem, System.String, Type) Constructor
QCheckListItem(Qt.QListViewItem, System.String, Type) Constructor
QCheckListItem(Qt.QListView, System.String, Type) Constructor
QCheckListItem(Qt.QListViewItem, System.String, Qt.QPixmap) Constructor
QCheckListItem(Qt.QListView, System.String, Qt.QPixmap) Constructor
QCheckListItem(Qt.QCheckListItem, System.String) Constructor
QCheckListItem(Qt.QListViewItem, System.String) Constructor
QCheckListItem(Qt.QListView, System.String) Constructor
QCheckListItem(void *) Constructor

QCheckListItem Methods

QCheckListItem.Activate Method
QCheckListItem.Finalize Method
QCheckListItem.IsOn Method
QCheckListItem.PaintCell Method
QCheckListItem.PaintFocus Method
QCheckListItem.Rtti Method
QCheckListItem.SetOn Method
QCheckListItem.Setup Method
QCheckListItem.StateChange Method
QCheckListItem.Text() Method
QCheckListItem.Text(int) Method
QCheckListItem.TheType Method
QCheckListItem.TurnOffChild Method
QCheckListItem.Width Method


QCheckListItem(Qt.QCheckListItem, System.String, Type) Constructor

public void QCheckListItem(Qt.QCheckListItem parent, System.String text, Type arg1);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem(Qt.QListViewItem, System.String, Type) Constructor

public void QCheckListItem(Qt.QListViewItem parent, System.String text, Type arg1);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem(Qt.QListView, System.String, Type) Constructor

public void QCheckListItem(Qt.QListView parent, System.String text, Type arg1);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem(Qt.QListViewItem, System.String, Qt.QPixmap) Constructor

public void QCheckListItem(Qt.QListViewItem parent, System.String text, Qt.QPixmap arg1);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem(Qt.QListView, System.String, Qt.QPixmap) Constructor

public void QCheckListItem(Qt.QListView parent, System.String text, Qt.QPixmap arg1);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem(Qt.QCheckListItem, System.String) Constructor

public void QCheckListItem(Qt.QCheckListItem parent, System.String text);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem(Qt.QListViewItem, System.String) Constructor

public void QCheckListItem(Qt.QListViewItem parent, System.String text);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem(Qt.QListView, System.String) Constructor

public void QCheckListItem(Qt.QListView parent, System.String text);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem(void *) Constructor

public void QCheckListItem(void * ptr);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.Activate Method

protected void Activate();

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.Finalize Method

protected override void Finalize();

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.IsOn Method

public bool IsOn();

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.PaintCell Method

public void PaintCell(Qt.QPainter arg1, Qt.QColorGroup cg, int column, int width, int alignment);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.PaintFocus Method

public void PaintFocus(Qt.QPainter arg1, Qt.QColorGroup cg, Qt.QRect r);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.Rtti Method

public int Rtti();

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.SetOn Method

public void SetOn(bool arg1);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.Setup Method

public void Setup();

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.StateChange Method

protected void StateChange(bool arg1);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.Text() Method

public System.String Text();

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.Text(int) Method

public System.String Text(int n);

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.TheType Method

public Type TheType();

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.TurnOffChild Method

protected void TurnOffChild();

See Also

Qt.QCheckListItem Class, Qt Namespace

QCheckListItem.Width Method

public int Width(Qt.QFontMetrics arg1, Qt.QListView arg2, int column);

See Also

Qt.QCheckListItem Class, Qt Namespace