Qt.QListBoxItem Class

public class QListBoxItem: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QListBoxItem

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QListBoxItem Constructors

QListBoxItem Constructor

QListBoxItem Methods

QListBoxItem.Current Method
QListBoxItem.Finalize Method
QListBoxItem.Height Method
QListBoxItem.IsCurrent Method
QListBoxItem.IsSelectable Method
QListBoxItem.IsSelected Method
QListBoxItem.ListBox Method
QListBoxItem.Next Method
QListBoxItem.Pixmap Method
QListBoxItem.Prev Method
QListBoxItem.Rtti Method
QListBoxItem.Selected Method
QListBoxItem.SetSelectable Method
QListBoxItem.Text Method
QListBoxItem.Width Method


QListBoxItem Constructor

public void QListBoxItem(void * ptr);

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Current Method

public bool Current();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Finalize Method

protected override void Finalize();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Height Method

public int Height(Qt.QListBox arg1);

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.IsCurrent Method

public bool IsCurrent();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.IsSelectable Method

public bool IsSelectable();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.IsSelected Method

public bool IsSelected();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.ListBox Method

public Qt.QListBox ListBox();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Next Method

public Qt.QListBoxItem Next();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Pixmap Method

public Qt.QPixmap Pixmap();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Prev Method

public Qt.QListBoxItem Prev();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Rtti Method

public int Rtti();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Selected Method

public bool Selected();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.SetSelectable Method

public void SetSelectable(bool b);

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Text Method

public System.String Text();

See Also

Qt.QListBoxItem Class, Qt Namespace

QListBoxItem.Width Method

public int Width(Qt.QListBox arg1);

See Also

Qt.QListBoxItem Class, Qt Namespace