|
|
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]
uint count ()
| count |
[const virtual]
Reimplemented from KShortcutList.
QString name ( uint index )
| name |
[const virtual]
Reimplemented from KShortcutList.
QString label ( uint index )
| label |
[const virtual]
Reimplemented from KShortcutList.
QString whatsThis ( uint index )
| whatsThis |
[const virtual]
Reimplemented from KShortcutList.
const KShortcut& shortcut ( uint index )
| shortcut |
[const virtual]
Reimplemented from KShortcutList.
const KShortcut& shortcutDefault ( uint index )
| shortcutDefault |
[const virtual]
Reimplemented from KShortcutList.
bool isConfigurable ( uint index )
| isConfigurable |
[const virtual]
Reimplemented from KShortcutList.
bool setShortcut ( uint index , const KShortcut& shortcut )
| setShortcut |
[virtual]
Reimplemented from KShortcutList.
bool isGlobal ( uint index )
| isGlobal |
[const virtual]
Reimplemented from KShortcutList.
QVariant getOther ( Other, uint index )
| getOther |
[const virtual]
Reimplemented from KShortcutList.
bool setOther ( Other, uint 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: caleb on tcdevel on Tue Jan 28 12:54:04 2003, using kdoc $. |