summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KActionShortcutList.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KActionShortcutList.java')
-rw-r--r--kdejava/koala/org/kde/koala/KActionShortcutList.java36
1 files changed, 36 insertions, 0 deletions
diff --git a/kdejava/koala/org/kde/koala/KActionShortcutList.java b/kdejava/koala/org/kde/koala/KActionShortcutList.java
new file mode 100644
index 00000000..725ea931
--- /dev/null
+++ b/kdejava/koala/org/kde/koala/KActionShortcutList.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.QVariant;
+
+/**
+*/
+public class KActionShortcutList extends KShortcutList {
+ protected KActionShortcutList(Class dummy){super((Class) null);}
+ public KActionShortcutList(KActionCollection arg1) {
+ super((Class) null);
+ newKActionShortcutList(arg1);
+ }
+ private native void newKActionShortcutList(KActionCollection 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 KShortcut shortcut(int arg1);
+ public native KShortcut shortcutDefault(int arg1);
+ public native boolean isConfigurable(int arg1);
+ public native boolean setShortcut(int arg1, KShortcut arg2);
+ public native KInstanceInterface instance();
+ public native QVariant getOther(int arg1, int index);
+ public native boolean setOther(int arg1, int index, QVariant arg3);
+ public native boolean save();
+ public native KAction 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();
+}