summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KActionShortcutList.java
blob: 15b41151377f3dc5e4f6429f7c328806de6bc7f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 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 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 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();
}