org.kde.qt
Class QListBoxPixmap

java.lang.Object
  extended by org.kde.qt.QListBoxItem
      extended by org.kde.qt.QListBoxPixmap
All Implemented Interfaces:
QtSupport

public class QListBoxPixmap
extends QListBoxItem


Constructor Summary
protected QListBoxPixmap(java.lang.Class dummy)
           
  QListBoxPixmap(QListBox listbox, QPixmap arg2)
           
  QListBoxPixmap(QListBox listbox, QPixmap pix, QListBoxItem after)
           
  QListBoxPixmap(QListBox listbox, QPixmap arg2, java.lang.String arg3)
           
  QListBoxPixmap(QListBox listbox, QPixmap pix, java.lang.String arg3, QListBoxItem after)
           
  QListBoxPixmap(QPixmap arg1)
           
  QListBoxPixmap(QPixmap arg1, java.lang.String arg2)
           
 
Method Summary
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 int height(QListBox arg1)
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
protected  void paint(QPainter arg1)
           
 QPixmap pixmap()
           
 int rtti()
           
 int width(QListBox arg1)
           
 
Methods inherited from class org.kde.qt.QListBoxItem
current, isCurrent, isSelectable, isSelected, listBox, next, prev, selected, setSelectable, text
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QListBoxPixmap

protected QListBoxPixmap(java.lang.Class dummy)

QListBoxPixmap

public QListBoxPixmap(QListBox listbox,
                      QPixmap arg2)

QListBoxPixmap

public QListBoxPixmap(QPixmap arg1)

QListBoxPixmap

public QListBoxPixmap(QListBox listbox,
                      QPixmap pix,
                      QListBoxItem after)

QListBoxPixmap

public QListBoxPixmap(QListBox listbox,
                      QPixmap arg2,
                      java.lang.String arg3)

QListBoxPixmap

public QListBoxPixmap(QPixmap arg1,
                      java.lang.String arg2)

QListBoxPixmap

public QListBoxPixmap(QListBox listbox,
                      QPixmap pix,
                      java.lang.String arg3,
                      QListBoxItem after)
Method Detail

pixmap

public QPixmap pixmap()
Overrides:
pixmap in class QListBoxItem

height

public int height(QListBox arg1)
Overrides:
height in class QListBoxItem

width

public int width(QListBox arg1)
Overrides:
width in class QListBoxItem

rtti

public int rtti()
Overrides:
rtti in class QListBoxItem

paint

protected void paint(QPainter arg1)

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()


isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?