diff options
Diffstat (limited to 'qtjava/javalib/org/kde/qt/TQLabel.java')
-rw-r--r-- | qtjava/javalib/org/kde/qt/TQLabel.java | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/qtjava/javalib/org/kde/qt/TQLabel.java b/qtjava/javalib/org/kde/qt/TQLabel.java deleted file mode 100644 index 8803ecac..00000000 --- a/qtjava/javalib/org/kde/qt/TQLabel.java +++ /dev/null @@ -1,93 +0,0 @@ -//Auto-generated by kalyptus. DO NOT EDIT. -package org.kde.qt; - -import org.kde.qt.Qt; - -public class TQLabel extends TQFrame { - protected TQLabel(Class dummy){super((Class) null);} - public native TQMetaObject metaObject(); - public native String className(); - public TQLabel(TQWidget parent, String name, int f) { - super((Class) null); - newTQLabel(parent,name,f); - } - private native void newTQLabel(TQWidget parent, String name, int f); - public TQLabel(TQWidget parent, String name) { - super((Class) null); - newTQLabel(parent,name); - } - private native void newTQLabel(TQWidget parent, String name); - public TQLabel(TQWidget parent) { - super((Class) null); - newTQLabel(parent); - } - private native void newTQLabel(TQWidget parent); - public TQLabel(String text, TQWidget parent, String name, int f) { - super((Class) null); - newTQLabel(text,parent,name,f); - } - private native void newTQLabel(String text, TQWidget parent, String name, int f); - public TQLabel(String text, TQWidget parent, String name) { - super((Class) null); - newTQLabel(text,parent,name); - } - private native void newTQLabel(String text, TQWidget parent, String name); - public TQLabel(String text, TQWidget parent) { - super((Class) null); - newTQLabel(text,parent); - } - private native void newTQLabel(String text, TQWidget parent); - public TQLabel(TQWidget buddy, String arg2, TQWidget parent, String name, int f) { - super((Class) null); - newTQLabel(buddy,arg2,parent,name,f); - } - private native void newTQLabel(TQWidget buddy, String arg2, TQWidget parent, String name, int f); - public TQLabel(TQWidget buddy, String arg2, TQWidget parent, String name) { - super((Class) null); - newTQLabel(buddy,arg2,parent,name); - } - private native void newTQLabel(TQWidget buddy, String arg2, TQWidget parent, String name); - public TQLabel(TQWidget buddy, String arg2, TQWidget parent) { - super((Class) null); - newTQLabel(buddy,arg2,parent); - } - private native void newTQLabel(TQWidget buddy, String arg2, TQWidget parent); - public native String text(); - public native TQPixmap pixmap(); - public native TQPicture picture(); - public native TQMovie movie(); - public native int textFormat(); - public native void setTextFormat(int arg1); - public native int alignment(); - public native void setAlignment(int arg1); - public native int indent(); - public native void setIndent(int arg1); - public native boolean autoResize(); - public native void setAutoResize(boolean arg1); - public native boolean hasScaledContents(); - public native void setScaledContents(boolean arg1); - public native TQSize sizeHint(); - public native TQSize minimumSizeHint(); - public native void setBuddy(TQWidget arg1); - public native TQWidget buddy(); - public native int heightForWidth(int arg1); - public native void setFont(TQFont f); - public native void setText(String arg1); - public native void setPixmap(TQPixmap arg1); - public native void setPicture(TQPicture arg1); - public native void setMovie(TQMovie arg1); - public native void setNum(int arg1); - public native void setNum(double arg1); - public native void clear(); - public static native String tr(String arg1, String arg2); - public static native String tr(String arg1); - protected native void drawContents(TQPainter arg1); - protected native void fontChange(TQFont arg1); - protected native void resizeEvent(TQResizeEvent 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(); -} |