//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class TQListBoxText extends TQListBoxItem { protected TQListBoxText(Class dummy){super((Class) null);} public TQListBoxText(TQListBox listbox, String text) { super((Class) null); newTQListBoxText(listbox,text); } private native void newTQListBoxText(TQListBox listbox, String text); public TQListBoxText(TQListBox listbox) { super((Class) null); newTQListBoxText(listbox); } private native void newTQListBoxText(TQListBox listbox); public TQListBoxText(String text) { super((Class) null); newTQListBoxText(text); } private native void newTQListBoxText(String text); public TQListBoxText() { super((Class) null); newTQListBoxText(); } private native void newTQListBoxText(); public TQListBoxText(TQListBox listbox, String text, TQListBoxItem after) { super((Class) null); newTQListBoxText(listbox,text,after); } private native void newTQListBoxText(TQListBox listbox, String text, TQListBoxItem after); public native int height(TQListBox arg1); public native int width(TQListBox arg1); public native int rtti(); protected native void paint(TQPainter 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(); }