org.kde.qt
Class QListBoxItem

java.lang.Object
  extended by org.kde.qt.QListBoxItem
All Implemented Interfaces:
QtSupport
Direct Known Subclasses:
QListBoxPixmap, QListBoxText

public class QListBoxItem
extends java.lang.Object
implements QtSupport


Constructor Summary
protected QListBoxItem(java.lang.Class dummy)
           
 
Method Summary
 boolean current()
           
 int height(QListBox arg1)
           
 boolean isCurrent()
           
 boolean isSelectable()
           
 boolean isSelected()
           
 QListBox listBox()
           
 QListBoxItem next()
           
 QPixmap pixmap()
           
 QListBoxItem prev()
           
 int rtti()
           
 boolean selected()
           
 void setSelectable(boolean b)
           
 java.lang.String text()
           
 int width(QListBox arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QListBoxItem

protected QListBoxItem(java.lang.Class dummy)
Method Detail

text

public java.lang.String text()

pixmap

public QPixmap pixmap()

height

public int height(QListBox arg1)

width

public int width(QListBox arg1)

isSelected

public boolean isSelected()

isCurrent

public boolean isCurrent()

selected

public boolean selected()

current

public boolean current()

listBox

public QListBox listBox()

setSelectable

public void setSelectable(boolean b)

isSelectable

public boolean isSelectable()

next

public QListBoxItem next()

prev

public QListBoxItem prev()

rtti

public int rtti()