Qt.QListBoxPixmap Class

public class QListBoxPixmap: QListBoxItem, System.IDisposable

Base Types

System.Object
  QtSupport
    QListBoxItem
      QListBoxPixmap

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QListBoxPixmap Constructors

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

QListBoxPixmap Methods

QListBoxPixmap.Finalize Method
QListBoxPixmap.Height Method
QListBoxPixmap.Paint Method
QListBoxPixmap.Pixmap Method
QListBoxPixmap.Rtti Method
QListBoxPixmap.Width Method


QListBoxPixmap(Qt.QListBox, Qt.QPixmap) Constructor

public void QListBoxPixmap(Qt.QListBox listbox, Qt.QPixmap arg1);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap(Qt.QPixmap) Constructor

public void QListBoxPixmap(Qt.QPixmap arg1);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap(Qt.QListBox, Qt.QPixmap, Qt.QListBoxItem) Constructor

public void QListBoxPixmap(Qt.QListBox listbox, Qt.QPixmap pix, Qt.QListBoxItem after);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap(Qt.QListBox, Qt.QPixmap, System.String) Constructor

public void QListBoxPixmap(Qt.QListBox listbox, Qt.QPixmap arg1, System.String arg2);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap(Qt.QPixmap, System.String) Constructor

public void QListBoxPixmap(Qt.QPixmap arg1, System.String arg2);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap(Qt.QListBox, Qt.QPixmap, System.String, Qt.QListBoxItem) Constructor

public void QListBoxPixmap(Qt.QListBox listbox, Qt.QPixmap pix, System.String arg1, Qt.QListBoxItem after);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap(void *) Constructor

public void QListBoxPixmap(void * ptr);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap.Finalize Method

protected override void Finalize();

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap.Height Method

public int Height(Qt.QListBox arg1);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap.Paint Method

protected void Paint(Qt.QPainter arg1);

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap.Pixmap Method

public Qt.QPixmap Pixmap();

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap.Rtti Method

public int Rtti();

See Also

Qt.QListBoxPixmap Class, Qt Namespace

QListBoxPixmap.Width Method

public int Width(Qt.QListBox arg1);

See Also

Qt.QListBoxPixmap Class, Qt Namespace