|
|
KShortcutList implementation to access KAccel and KGlobalAccel lists.
KAccelShortcutList ( KAccel* accel )
| KAccelShortcutList |
Creates a new KShortcutList that accesses the given KAccel.
Parameters:
accel | the accelerators to access |
KAccelShortcutList ( KGlobalAccel* accel )
| KAccelShortcutList |
Creates a new KShortcutList that accesses the given KGlobalAccel.
Parameters:
accel | the accelerators to access |
KAccelShortcutList ( KAccelActions &actions, bool bGlobal )
| KAccelShortcutList |
Creates a new KShortcutList that accesses the given KAccelActions collection.
Parameters:
accel | the actions to access |
bGlobal | true to save the actions in the global configuration file |
~KAccelShortcutList ()
| ~KAccelShortcutList |
[virtual]
unsigned int count ()
| count |
[const virtual]
Reimplemented from KShortcutList.
QString name ( unsigned int index )
| name |
[const virtual]
Reimplemented from KShortcutList.
QString label ( unsigned int index )
| label |
[const virtual]
Reimplemented from KShortcutList.
QString whatsThis ( unsigned int index )
| whatsThis |
[const virtual]
Reimplemented from KShortcutList.
const KShortcut& shortcut ( unsigned int index )
| shortcut |
[const virtual]
Reimplemented from KShortcutList.
const KShortcut& shortcutDefault ( unsigned int index )
| shortcutDefault |
[const virtual]
Reimplemented from KShortcutList.
bool isConfigurable ( unsigned int index )
| isConfigurable |
[const virtual]
Reimplemented from KShortcutList.
bool setShortcut ( unsigned int index , const KShortcut& shortcut )
| setShortcut |
[virtual]
Reimplemented from KShortcutList.
bool isGlobal ( unsigned int index )
| isGlobal |
[const virtual]
Reimplemented from KShortcutList.
QVariant getOther ( Other, unsigned int index )
| getOther |
[const virtual]
Reimplemented from KShortcutList.
bool setOther ( Other, unsigned int index, QVariant )
| setOther |
[virtual]
Reimplemented from KShortcutList.
bool save ()
| save |
[const virtual]
Reimplemented from KShortcutList.
KAccelActions& m_actions | m_actions |
[protected]
bool m_bGlobal | m_bGlobal |
[protected]
void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]
Reimplemented from KShortcutList.
Generated by: root on sparc.ports.openbsd.org on Wed Sep 24 15:51:28 2003, using kdoc 2.0a54. |