KConfig
kstandardshortcutwatcher.h
36 void shortcutChanged(KStandardShortcut::StandardShortcut id, const QList<QKeySequence> &shortcut);
Watches for changes made to standard shortcuts and notifies about those changes.
Definition kstandardshortcutwatcher.h:28
void shortcutChanged(KStandardShortcut::StandardShortcut id, const QList< QKeySequence > &shortcut)
The standardshortcut id was changed to shortcut.
friend KCONFIGGUI_EXPORT StandardShortcutWatcher * shortcutWatcher()
Returns the global KStandardShortcutWatcher instance of this program.
Definition kstandardshortcutwatcher.cpp:40
Convenient methods for access to the common accelerator keys in the key configuration.
Definition kstandardshortcut.cpp:23
StandardShortcutWatcher * shortcutWatcher()
Returns the global KStandardShortcutWatcher instance of this program.
Definition kstandardshortcutwatcher.cpp:40
const QList< QKeySequence > & shortcut(StandardShortcut id)
Returns the keybinding for accel.
Definition kstandardshortcut.cpp:589
StandardShortcut
Defines the identifier of all standard accelerators.
Definition kstandardshortcut.h:44
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:07 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:07 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.