Qt.QListBoxText Class

public class QListBoxText: QListBoxItem, System.IDisposable

Base Types

System.Object
  QtSupport
    QListBoxItem
      QListBoxText

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QListBoxText Constructors

QListBoxText(Qt.QListBox, System.String) Constructor
QListBoxText(System.String) Constructor
QListBoxText(Qt.QListBox, System.String, Qt.QListBoxItem) Constructor
QListBoxText(Qt.QListBox) Constructor
QListBoxText() Constructor
QListBoxText(void *) Constructor

QListBoxText Methods

QListBoxText.Finalize Method
QListBoxText.Height Method
QListBoxText.Paint Method
QListBoxText.Rtti Method
QListBoxText.Width Method


QListBoxText(Qt.QListBox, System.String) Constructor

public void QListBoxText(Qt.QListBox listbox, System.String text);

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText(System.String) Constructor

public void QListBoxText(System.String text);

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText(Qt.QListBox, System.String, Qt.QListBoxItem) Constructor

public void QListBoxText(Qt.QListBox listbox, System.String text, Qt.QListBoxItem after);

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText(Qt.QListBox) Constructor

public void QListBoxText(Qt.QListBox listbox);

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText() Constructor

public void QListBoxText();

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText(void *) Constructor

public void QListBoxText(void * ptr);

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText.Finalize Method

protected override void Finalize();

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText.Height Method

public int Height(Qt.QListBox arg1);

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText.Paint Method

protected void Paint(Qt.QPainter arg1);

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText.Rtti Method

public int Rtti();

See Also

Qt.QListBoxText Class, Qt Namespace

QListBoxText.Width Method

public int Width(Qt.QListBox arg1);

See Also

Qt.QListBoxText Class, Qt Namespace