KAccelShortcutList Class Reference
KShortcutList implementation to access KAccel and KGlobalAccel lists. More...
#include <kshortcutlist.h>
Inheritance diagram for KAccelShortcutList:


| Public Member Functions | |
| KAccelShortcutList (KAccel *accel) | |
| KAccelShortcutList (KGlobalAccel *accel) | |
| KAccelShortcutList (KAccelActions &actions, bool bGlobal) | |
| 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 bool | isGlobal (uint index) const | 
| 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) | 
| Protected Attributes | |
| KAccelActions & | m_actions | 
| bool | m_bGlobal | 
Detailed Description
KShortcutList implementation to access KAccel and KGlobalAccel lists.
Definition at line 194 of file kshortcutlist.h.
Constructor & Destructor Documentation
| 
 | 
| Creates a new KShortcutList that accesses the given KAccel. 
 
 Definition at line 155 of file kshortcutlist.cpp. | 
| 
 | 
| Creates a new KShortcutList that accesses the given KGlobalAccel. 
 
 Definition at line 161 of file kshortcutlist.cpp. | 
Member Function Documentation
| 
 | 
| Returns the number of entries. 
 
 Implements KShortcutList. Definition at line 176 of file kshortcutlist.cpp. | 
| 
 | 
| 
Returns the name of the shortcut with the given  
 
 
 Implements KShortcutList. Definition at line 178 of file kshortcutlist.cpp. | 
| 
 | 
| 
Returns the (i18n'd) label of the shortcut with the given  
 
 
 Implements KShortcutList. Definition at line 180 of file kshortcutlist.cpp. | 
| 
 | 
| 
Returns the (i18n'd) What's This text of the shortcut with the given  
 
 
 Implements KShortcutList. Definition at line 182 of file kshortcutlist.cpp. | 
| 
 | 
| 
Returns the shortcut with the given  
 
 
 
 Implements KShortcutList. Definition at line 184 of file kshortcutlist.cpp. | 
| 
 | 
| 
Returns default shortcut with the given  
 
 
 
 Implements KShortcutList. Definition at line 186 of file kshortcutlist.cpp. | 
| 
 | 
| 
Checks whether the shortcut with the given  
 
 
 Implements KShortcutList. Definition at line 188 of file kshortcutlist.cpp. | 
| 
 | ||||||||||||
| Sets the shortcut of the given entry. 
 
 Implements KShortcutList. Definition at line 190 of file kshortcutlist.cpp. | 
| 
 | 
| 
Checks whether the shortcut with the given  
 
 
 Reimplemented from KShortcutList. Definition at line 194 of file kshortcutlist.cpp. | 
| 
 | 
| Save the shortcut list. 
 
 Implements KShortcutList. Definition at line 198 of file kshortcutlist.cpp. References KShortcutList::writeSettings(). | 
| 
 | ||||||||||||
| used to extend the interface with virtuals without breaking binary compatibility 
 Reimplemented from KShortcutList. Definition at line 204 of file kshortcutlist.cpp. References KShortcutList::virtual_hook(). | 
The documentation for this class was generated from the following files:

