#include <kkeydialog.h>
Public Slots | |
| void | allDefault () |
| void | setPreferFourModifierKeys (bool preferFourModifierKeys) |
| void | listSync () |
Signals | |
| void | keyChange () |
Public Methods | |
| KKeyChooser (QWidget *parent, ActionType type=Application, bool bAllowLetterShortcuts=true) | |
| bool | insert (KActionCollection *) |
| bool | insert (KActionCollection *, const QString &title) |
| void | commitChanges () |
| void | save () |
| KKeyChooser (KAccel *actions, QWidget *parent, bool bCheckAgainstStdKeys, bool bAllowLetterShortcuts, bool bAllowWinKey=false) | |
| KKeyChooser (KGlobalAccel *actions, QWidget *parent, bool bCheckAgainstStdKeys, bool bAllowLetterShortcuts, bool bAllowWinKey=false) | |
Protected Methods | |
| void | buildListView (uint iList, const QString &title=QString::null) |
| |
Configure dictionaries of key/action associations for KAccel and KGlobalAccel.
The class takes care of all aspects of configuration, including handling key conflicts internally. Connect to the allDefault() slot if you want to set all configurable shortcuts to their default values.
Definition at line 58 of file kkeydialog.h.
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||||||||||||||
|
@obsolete |
|
||||||||||||||||||||||||
|
@obsolete |
|
|
Set all keys to their default values (bindings). |
|
|
This function writes any shortcut changes back to the original action set(s). |
|
||||||||||||
|
Insert an action collection, i.e. add all its actions to the ones already associated with the KKeyChooser object.
|
|
|
Insert an action collection, i.e. add all its actions to the ones already associated with the KKeyChooser object. |
|
|
Emitted when an action's shortcut has been changed. |
|
|
Rebuild list entries based on underlying map. Use this if you changed the underlying map. |
|
|
This commits and then saves the actions to disk. Any KActionCollection objects with the xmlFile() value set will be written to an xml file. All other will be written to the application's rc file. |
|
|
Specifies whether to use the 3 or 4 modifier key scheme. This determines which default is used when the 'Default' button is clicked. |
1.2.18