org.kde.koala
public class KAccelShortcutList extends KShortcutList
UNKNOWN: KShortcutList implementation to access KAccel and KGlobalAccel lists.
Constructor Summary | |
---|---|
protected | KAccelShortcutList(Class dummy) |
KAccelShortcutList(KAccel accel)
Creates a new KShortcutList that accesses the given KAccel. | |
KAccelShortcutList(KGlobalAccel accel)
Creates a new KShortcutList that accesses the given
KGlobalAccel. | |
KAccelShortcutList(KAccelActions actions, boolean bGlobal)
Creates a new KShortcutList that accesses the given
KAccelActions collection. |
Method Summary | |
---|---|
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) \internal @short \internal |
boolean | isConfigurable(int index) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isGlobal(int index) |
String | label(int index) |
String | name(int index) |
boolean | save() |
boolean | setOther(int arg1, int index, QVariant arg3) \internal @short \internal |
boolean | setShortcut(int index, KShortcut shortcut) |
KShortcut | shortcut(int index) |
KShortcut | shortcutDefault(int index) |
String | whatsThis(int index) |
Parameters: accel the accelerators to access
UNKNOWN: Creates a new KShortcutList that accesses the given KAccel.
Parameters: accel the accelerators to access
UNKNOWN: Creates a new KShortcutList that accesses the given KGlobalAccel.
Parameters: actions the actions to access bGlobal true to save the actions in the global configuration file
UNKNOWN: