org.kde.koala

Class KAccelShortcutList

public class KAccelShortcutList extends KShortcutList

KShortcutList implementation to access KAccel and KGlobalAccel lists.

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
intcount()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
QVariantgetOther(int arg1, int index)
\internal @short \internal
booleanisConfigurable(int index)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisGlobal(int index)
Stringlabel(int index)
Stringname(int index)
booleansave()
booleansetOther(int arg1, int index, QVariant arg3)
\internal @short \internal
booleansetShortcut(int index, KShortcut shortcut)
KShortcutshortcut(int index)
KShortcutshortcutDefault(int index)
StringwhatsThis(int index)

Constructor Detail

KAccelShortcutList

protected KAccelShortcutList(Class dummy)

KAccelShortcutList

public KAccelShortcutList(KAccel accel)
Creates a new KShortcutList that accesses the given KAccel.

Parameters: accel the accelerators to access

UNKNOWN: Creates a new KShortcutList that accesses the given KAccel.

KAccelShortcutList

public KAccelShortcutList(KGlobalAccel accel)
Creates a new KShortcutList that accesses the given KGlobalAccel.

Parameters: accel the accelerators to access

UNKNOWN: Creates a new KShortcutList that accesses the given KGlobalAccel.

KAccelShortcutList

public KAccelShortcutList(KAccelActions actions, boolean bGlobal)
Creates a new KShortcutList that accesses the given KAccelActions collection.

Parameters: actions the actions to access bGlobal true to save the actions in the global configuration file

UNKNOWN:

Method Detail

count

public int count()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

getOther

public QVariant getOther(int arg1, int index)
\internal @short \internal

isConfigurable

public boolean isConfigurable(int index)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isGlobal

public boolean isGlobal(int index)

label

public String label(int index)

name

public String name(int index)

save

public boolean save()

setOther

public boolean setOther(int arg1, int index, QVariant arg3)
\internal @short \internal

setShortcut

public boolean setShortcut(int index, KShortcut shortcut)

shortcut

public KShortcut shortcut(int index)

shortcutDefault

public KShortcut shortcutDefault(int index)

whatsThis

public String whatsThis(int index)