KStdAccel::ShortcutList Class Reference
KShortcutList implementation that accesses KStdAccel actions. More...
#include <kshortcutlist.h>
Inheritance diagram for KStdAccel::ShortcutList:


Public Member Functions | |
ShortcutList () | |
virtual | ~ShortcutList () |
virtual uint | count () const |
virtual QString | name (uint index) const |
virtual QString | label (uint index) const |
virtual QString | whatsThis (uint index) const |
virtual const KShortcut & | shortcut (uint index) const |
virtual const KShortcut & | shortcutDefault (uint index) const |
virtual bool | isConfigurable (uint index) const |
virtual bool | setShortcut (uint index, const KShortcut &shortcut) |
virtual QVariant | getOther (Other, uint index) const |
virtual bool | setOther (Other, uint index, QVariant) |
virtual bool | save () const |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
KShortcutList implementation that accesses KStdAccel actions.
Definition at line 261 of file kshortcutlist.h.
Constructor & Destructor Documentation
|
Creates a new ShortcutList.
Definition at line 315 of file kstdaccel.cpp. |
Member Function Documentation
|
Returns the number of entries.
Implements KShortcutList. Definition at line 321 of file kstdaccel.cpp. References KStdAccel::g_infoStdAccel. |
|
Returns the name of the shortcut with the given
Implements KShortcutList. Definition at line 331 of file kstdaccel.cpp. References KStdAccel::g_infoStdAccel. |
|
Returns the (i18n'd) label of the shortcut with the given
Implements KShortcutList. Definition at line 334 of file kstdaccel.cpp. References KStdAccel::g_infoStdAccel, and i18n(). |
|
Returns the (i18n'd) What's This text of the shortcut with the given
Implements KShortcutList. Definition at line 337 of file kstdaccel.cpp. |
|
Returns the shortcut with the given
Implements KShortcutList. Definition at line 340 of file kstdaccel.cpp. References KStdAccel::g_infoStdAccel, and KStdAccel::initialize(). |
|
Returns default shortcut with the given
Implements KShortcutList. Definition at line 347 of file kstdaccel.cpp. References KStdAccel::cut(), KStdAccel::g_infoStdAccel, and KStdAccel::shortcutDefault(). |
|
Checks whether the shortcut with the given
Implements KShortcutList. Definition at line 354 of file kstdaccel.cpp. References KStdAccel::g_infoStdAccel. |
|
Sets the shortcut of the given entry.
Implements KShortcutList. Definition at line 357 of file kstdaccel.cpp. References KStdAccel::g_infoStdAccel. |
|
Save the shortcut list.
Implements KShortcutList. Definition at line 366 of file kstdaccel.cpp. References KShortcutList::writeSettings(). |
|
used to extend the interface with virtuals without breaking binary compatibility
Reimplemented from KShortcutList. Definition at line 218 of file kshortcutlist.cpp. References KShortcutList::virtual_hook(). |
The documentation for this class was generated from the following files: