KStdAccel::ShortcutList Class Reference
#include <kshortcutlist.h>
Inheritance diagram for KStdAccel::ShortcutList:

Detailed Description
KShortcutList implementation that accesses KStdAccel actions.
Definition at line 263 of file kshortcutlist.h.
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) |
Constructor & Destructor Documentation
|
Creates a new ShortcutList.
Definition at line 323 of file kstdaccel.cpp. |
Member Function Documentation
|
Returns the number of entries.
Implements KShortcutList. Definition at line 329 of file kstdaccel.cpp. |
|
Checks whether the shortcut with the given
Implements KShortcutList. Definition at line 362 of file kstdaccel.cpp. |
|
Returns the (i18n'd) label of the shortcut with the given
Implements KShortcutList. Definition at line 342 of file kstdaccel.cpp. |
|
Returns the name of the shortcut with the given
Implements KShortcutList. Definition at line 339 of file kstdaccel.cpp. |
|
Save the shortcut list.
Implements KShortcutList. Definition at line 374 of file kstdaccel.cpp. |
|
Sets the shortcut of the given entry.
Implements KShortcutList. Definition at line 365 of file kstdaccel.cpp. |
|
Returns the shortcut with the given
Implements KShortcutList. Definition at line 348 of file kstdaccel.cpp. |
|
Returns default shortcut with the given
Implements KShortcutList. Definition at line 355 of file kstdaccel.cpp. |
|
used to extend the interface with virtuals without breaking binary compatibility
Reimplemented from KShortcutList. Definition at line 218 of file kshortcutlist.cpp. |
|
Returns the (i18n'd) What's This text of the shortcut with the given
Implements KShortcutList. Definition at line 345 of file kstdaccel.cpp. |
The documentation for this class was generated from the following files: