summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/TDEActionShortcutList.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/TDEActionShortcutList.java')
-rw-r--r--kdejava/koala/org/kde/koala/TDEActionShortcutList.java36
1 files changed, 36 insertions, 0 deletions
diff --git a/kdejava/koala/org/kde/koala/TDEActionShortcutList.java b/kdejava/koala/org/kde/koala/TDEActionShortcutList.java
new file mode 100644
index 00000000..09945088
--- /dev/null
+++ b/kdejava/koala/org/kde/koala/TDEActionShortcutList.java
@@ -0,0 +1,36 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+package org.kde.koala;
+
+import org.kde.qt.Qt;
+import org.kde.qt.QtSupport;
+import org.kde.qt.TQVariant;
+
+/**
+*/
+public class TDEActionShortcutList extends TDEShortcutList {
+ protected TDEActionShortcutList(Class dummy){super((Class) null);}
+ public TDEActionShortcutList(TDEActionCollection arg1) {
+ super((Class) null);
+ newTDEActionShortcutList(arg1);
+ }
+ private native void newTDEActionShortcutList(TDEActionCollection arg1);
+ public native int count();
+ public native String name(int i);
+ public native String label(int arg1);
+ public native String whatsThis(int arg1);
+ public native TDEShortcut shortcut(int arg1);
+ public native TDEShortcut shortcutDefault(int arg1);
+ public native boolean isConfigurable(int arg1);
+ public native boolean setShortcut(int arg1, TDEShortcut arg2);
+ public native TDEInstanceInterface instance();
+ public native TQVariant getOther(int arg1, int index);
+ public native boolean setOther(int arg1, int index, TQVariant arg3);
+ public native boolean save();
+ public native TDEAction action(int 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();
+}