org.kde.koala
public class KActionShortcutList extends KShortcutList
Constructor Summary | |
---|---|
protected | KActionShortcutList(Class dummy) |
KActionShortcutList(KActionCollection arg1) |
Method Summary | |
---|---|
KAction | action(int arg1) |
int | count() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
QVariant | getOther(int arg1, int index) |
KInstanceInterface | instance() |
boolean | isConfigurable(int arg1) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
String | label(int arg1) |
String | name(int i) |
boolean | save() |
boolean | setOther(int arg1, int index, QVariant arg3) |
boolean | setShortcut(int arg1, KShortcut arg2) |
KShortcut | shortcut(int arg1) |
KShortcut | shortcutDefault(int arg1) |
String | whatsThis(int arg1) |