org.kde.koala

Class KActionShortcutList

public class KActionShortcutList extends KShortcutList

Constructor Summary
protected KActionShortcutList(Class dummy)
KActionShortcutList(KActionCollection arg1)
Method Summary
KActionaction(int arg1)
intcount()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
QVariantgetOther(int arg1, int index)
KInstanceInterfaceinstance()
booleanisConfigurable(int arg1)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
Stringlabel(int arg1)
Stringname(int i)
booleansave()
booleansetOther(int arg1, int index, QVariant arg3)
booleansetShortcut(int arg1, KShortcut arg2)
KShortcutshortcut(int arg1)
KShortcutshortcutDefault(int arg1)
StringwhatsThis(int arg1)

Constructor Detail

KActionShortcutList

protected KActionShortcutList(Class dummy)

KActionShortcutList

public KActionShortcutList(KActionCollection arg1)

Method Detail

action

public KAction action(int arg1)

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)

instance

public KInstanceInterface instance()

isConfigurable

public boolean isConfigurable(int arg1)

isDisposed

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

label

public String label(int arg1)

name

public String name(int i)

save

public boolean save()

setOther

public boolean setOther(int arg1, int index, QVariant arg3)

setShortcut

public boolean setShortcut(int arg1, KShortcut arg2)

shortcut

public KShortcut shortcut(int arg1)

shortcutDefault

public KShortcut shortcutDefault(int arg1)

whatsThis

public String whatsThis(int arg1)