//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class QListBoxText extends QListBoxItem { protected QListBoxText(Class dummy){super((Class) null);} public QListBoxText(QListBox listbox, String text) { super((Class) null); newQListBoxText(listbox,text); } private native void newQListBoxText(QListBox listbox, String text); public QListBoxText(QListBox listbox) { super((Class) null); newQListBoxText(listbox); } private native void newQListBoxText(QListBox listbox); public QListBoxText(String text) { super((Class) null); newQListBoxText(text); } private native void newQListBoxText(String text); public QListBoxText() { super((Class) null); newQListBoxText(); } private native void newQListBoxText(); public QListBoxText(QListBox listbox, String text, QListBoxItem after) { super((Class) null); newQListBoxText(listbox,text,after); } private native void newQListBoxText(QListBox listbox, String text, QListBoxItem after); public native int height(QListBox arg1); public native int width(QListBox arg1); public native int rtti(); protected native void paint(QPainter arg1); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ public native void dispose(); /** Has the wrapped C++ instance been deleted? */ public native boolean isDisposed(); }