diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-08 20:06:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-08 20:06:00 +0100 |
commit | 636f509299122d02087c6fd62e1e4a46dbd22026 (patch) | |
tree | 70e43efceeb5b00e7f19cdac8da44928bd2fb459 /qtjava/javalib/org/kde/qt/TQCheckListItem.java | |
parent | 719b61750c08343f530068ed4127623aeac71cf0 (diff) | |
download | tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip |
Rename many classes to avoid conflicts with KDE
Diffstat (limited to 'qtjava/javalib/org/kde/qt/TQCheckListItem.java')
-rw-r--r-- | qtjava/javalib/org/kde/qt/TQCheckListItem.java | 111 |
1 files changed, 0 insertions, 111 deletions
diff --git a/qtjava/javalib/org/kde/qt/TQCheckListItem.java b/qtjava/javalib/org/kde/qt/TQCheckListItem.java deleted file mode 100644 index 292da40f..00000000 --- a/qtjava/javalib/org/kde/qt/TQCheckListItem.java +++ /dev/null @@ -1,111 +0,0 @@ -//Auto-generated by kalyptus. DO NOT EDIT. -package org.kde.qt; - -import org.kde.qt.Qt; - -public class TQCheckListItem extends TQListViewItem { - protected TQCheckListItem(Class dummy){super((Class) null);} - public static final int RadioButton = 0; - public static final int CheckBox = 1; - public static final int Controller = 2; - public static final int RadioButtonController = Controller; - public static final int CheckBoxController = 3; - - public static final int Off = 0; - public static final int NoChange = 1; - public static final int On = 2; - - public TQCheckListItem(TQCheckListItem parent, String text, int arg3) { - super((Class) null); - newTQCheckListItem(parent,text,arg3); - } - private native void newTQCheckListItem(TQCheckListItem parent, String text, int arg3); - public TQCheckListItem(TQCheckListItem parent, String text) { - super((Class) null); - newTQCheckListItem(parent,text); - } - private native void newTQCheckListItem(TQCheckListItem parent, String text); - public TQCheckListItem(TQCheckListItem parent, TQListViewItem after, String text, int arg4) { - super((Class) null); - newTQCheckListItem(parent,after,text,arg4); - } - private native void newTQCheckListItem(TQCheckListItem parent, TQListViewItem after, String text, int arg4); - public TQCheckListItem(TQCheckListItem parent, TQListViewItem after, String text) { - super((Class) null); - newTQCheckListItem(parent,after,text); - } - private native void newTQCheckListItem(TQCheckListItem parent, TQListViewItem after, String text); - public TQCheckListItem(TQListViewItem parent, String text, int arg3) { - super((Class) null); - newTQCheckListItem(parent,text,arg3); - } - private native void newTQCheckListItem(TQListViewItem parent, String text, int arg3); - public TQCheckListItem(TQListViewItem parent, String text) { - super((Class) null); - newTQCheckListItem(parent,text); - } - private native void newTQCheckListItem(TQListViewItem parent, String text); - public TQCheckListItem(TQListViewItem parent, TQListViewItem after, String text, int arg4) { - super((Class) null); - newTQCheckListItem(parent,after,text,arg4); - } - private native void newTQCheckListItem(TQListViewItem parent, TQListViewItem after, String text, int arg4); - public TQCheckListItem(TQListViewItem parent, TQListViewItem after, String text) { - super((Class) null); - newTQCheckListItem(parent,after,text); - } - private native void newTQCheckListItem(TQListViewItem parent, TQListViewItem after, String text); - public TQCheckListItem(TQListView parent, String text, int arg3) { - super((Class) null); - newTQCheckListItem(parent,text,arg3); - } - private native void newTQCheckListItem(TQListView parent, String text, int arg3); - public TQCheckListItem(TQListView parent, String text) { - super((Class) null); - newTQCheckListItem(parent,text); - } - private native void newTQCheckListItem(TQListView parent, String text); - public TQCheckListItem(TQListView parent, TQListViewItem after, String text, int arg4) { - super((Class) null); - newTQCheckListItem(parent,after,text,arg4); - } - private native void newTQCheckListItem(TQListView parent, TQListViewItem after, String text, int arg4); - public TQCheckListItem(TQListView parent, TQListViewItem after, String text) { - super((Class) null); - newTQCheckListItem(parent,after,text); - } - private native void newTQCheckListItem(TQListView parent, TQListViewItem after, String text); - public TQCheckListItem(TQListViewItem parent, String text, TQPixmap arg3) { - super((Class) null); - newTQCheckListItem(parent,text,arg3); - } - private native void newTQCheckListItem(TQListViewItem parent, String text, TQPixmap arg3); - public TQCheckListItem(TQListView parent, String text, TQPixmap arg3) { - super((Class) null); - newTQCheckListItem(parent,text,arg3); - } - private native void newTQCheckListItem(TQListView parent, String text, TQPixmap arg3); - public native void paintCell(TQPainter arg1, TQColorGroup cg, int column, int width, int alignment); - public native void paintFocus(TQPainter arg1, TQColorGroup cg, TQRect r); - public native int width(TQFontMetrics arg1, TQListView arg2, int column); - public native void setup(); - public native void setOn(boolean arg1); - public native boolean isOn(); - public native int type(); - public native String text(); - public native String text(int n); - public native void setTristate(boolean arg1); - public native boolean isTristate(); - public native int state(); - public native void setState(int s); - public native int rtti(); - protected native void activate(); - protected native void turnOffChild(); - protected native void stateChange(boolean 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(); -} |