summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'tdejava/koala/org/trinitydesktop/koala/TDEListAction.java')
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/TDEListAction.java198
1 files changed, 198 insertions, 0 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java b/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java
new file mode 100644
index 00000000..f79e8a67
--- /dev/null
+++ b/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java
@@ -0,0 +1,198 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+package org.trinitydesktop.koala;
+
+import org.trinitydesktop.qt.Qt;
+import org.trinitydesktop.qt.TQMetaObject;
+import org.trinitydesktop.qt.QtSupport;
+import org.trinitydesktop.qt.TQObject;
+import org.trinitydesktop.qt.TQIconSet;
+
+/**
+
+ @short
+
+*/
+public class TDEListAction extends TDESelectAction {
+ protected TDEListAction(Class dummy){super((Class) null);}
+ public native TQMetaObject metaObject();
+ public native String className();
+ /**
+ Constructs a list action with text and potential keyboard
+ accelerator but nothing else. Use this only if you really
+ know what you are doing.
+ @param text The text that will be displayed.
+ @param cut The corresponding keyboard accelerator (shortcut).
+ @param parent This action's parent.
+ @param name An internal name for this action.
+ @short Constructs a list action with text and potential keyboard accelerator but nothing else.
+ */
+ public TDEListAction(String text, TDEShortcut cut, TQObject parent, String name) {
+ super((Class) null);
+ newTDEListAction(text,cut,parent,name);
+ }
+ private native void newTDEListAction(String text, TDEShortcut cut, TQObject parent, String name);
+ public TDEListAction(String text, TDEShortcut cut, TQObject parent) {
+ super((Class) null);
+ newTDEListAction(text,cut,parent);
+ }
+ private native void newTDEListAction(String text, TDEShortcut cut, TQObject parent);
+ public TDEListAction(String text, TDEShortcut cut) {
+ super((Class) null);
+ newTDEListAction(text,cut);
+ }
+ private native void newTDEListAction(String text, TDEShortcut cut);
+ public TDEListAction(String text) {
+ super((Class) null);
+ newTDEListAction(text);
+ }
+ private native void newTDEListAction(String text);
+ /**
+ @param text The text that will be displayed.
+ @param cut The corresponding keyboard accelerator (shortcut).
+ @param receiver The SLOT's parent.
+ @param slot The SLOT to invoke to execute this action.
+ @param parent This action's parent.
+ @param name An internal name for this action.
+ @short
+ */
+ public TDEListAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
+ super((Class) null);
+ newTDEListAction(text,cut,receiver,slot,parent,name);
+ }
+ private native void newTDEListAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public TDEListAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
+ super((Class) null);
+ newTDEListAction(text,cut,receiver,slot,parent);
+ }
+ private native void newTDEListAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
+ /**
+ @param text The text that will be displayed.
+ @param pix The icons that go with this action.
+ @param cut The corresponding keyboard accelerator (shortcut).
+ @param parent This action's parent.
+ @param name An internal name for this action.
+ @short
+ */
+ public TDEListAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent, String name) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut,parent,name);
+ }
+ private native void newTDEListAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent, String name);
+ public TDEListAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut,parent);
+ }
+ private native void newTDEListAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent);
+ public TDEListAction(String text, TQIconSet pix, TDEShortcut cut) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut);
+ }
+ private native void newTDEListAction(String text, TQIconSet pix, TDEShortcut cut);
+ public TDEListAction(String text, TQIconSet pix) {
+ super((Class) null);
+ newTDEListAction(text,pix);
+ }
+ private native void newTDEListAction(String text, TQIconSet pix);
+ /**
+ @param text The text that will be displayed.
+ @param pix The dynamically loaded icon that goes with this action.
+ @param cut The corresponding keyboard accelerator (shortcut).
+ @param parent This action's parent.
+ @param name An internal name for this action.
+ @short
+ */
+ public TDEListAction(String text, String pix, TDEShortcut cut, TQObject parent, String name) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut,parent,name);
+ }
+ private native void newTDEListAction(String text, String pix, TDEShortcut cut, TQObject parent, String name);
+ public TDEListAction(String text, String pix, TDEShortcut cut, TQObject parent) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut,parent);
+ }
+ private native void newTDEListAction(String text, String pix, TDEShortcut cut, TQObject parent);
+ public TDEListAction(String text, String pix, TDEShortcut cut) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut);
+ }
+ private native void newTDEListAction(String text, String pix, TDEShortcut cut);
+ public TDEListAction(String text, String pix) {
+ super((Class) null);
+ newTDEListAction(text,pix);
+ }
+ private native void newTDEListAction(String text, String pix);
+ /**
+ @param text The text that will be displayed.
+ @param pix The icons that go with this action.
+ @param cut The corresponding keyboard accelerator (shortcut).
+ @param receiver The SLOT's parent.
+ @param slot The SLOT to invoke to execute this action.
+ @param parent This action's parent.
+ @param name An internal name for this action.
+ @short
+ */
+ public TDEListAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut,receiver,slot,parent,name);
+ }
+ private native void newTDEListAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public TDEListAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut,receiver,slot,parent);
+ }
+ private native void newTDEListAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
+ /**
+ @param text The text that will be displayed.
+ @param pix The dynamically loaded icon that goes with this action.
+ @param cut The corresponding keyboard accelerator (shortcut).
+ @param receiver The SLOT's parent.
+ @param slot The SLOT to invoke to execute this action.
+ @param parent This action's parent.
+ @param name An internal name for this action.
+ @short
+ */
+ public TDEListAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut,receiver,slot,parent,name);
+ }
+ private native void newTDEListAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public TDEListAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
+ super((Class) null);
+ newTDEListAction(text,pix,cut,receiver,slot,parent);
+ }
+ private native void newTDEListAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
+ /**
+ @param parent This action's parent.
+ @param name An internal name for this action.
+ @short
+ */
+ public TDEListAction(TQObject parent, String name) {
+ super((Class) null);
+ newTDEListAction(parent,name);
+ }
+ private native void newTDEListAction(TQObject parent, String name);
+ public TDEListAction(TQObject parent) {
+ super((Class) null);
+ newTDEListAction(parent);
+ }
+ private native void newTDEListAction(TQObject parent);
+ public TDEListAction() {
+ super((Class) null);
+ newTDEListAction();
+ }
+ private native void newTDEListAction();
+ public native String currentText();
+ public native int currentItem();
+ /**
+ Sets the currently checked item.
+ @param index Index of the item (remember the first item is zero).
+ @short Sets the currently checked item.
+ */
+ public native void setCurrentItem(int index);
+ /** 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();
+}