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


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