KStandardShortcut::StandardShortcutWatcher Class
class KStandardShortcut::StandardShortcutWatcherHeader: | #include <StandardShortcutWatcher> |
CMake: | find_package(KF6 REQUIRED COMPONENTS Config) target_link_libraries(mytarget PRIVATE KF6::ConfigGui) |
Since: | 5.91 |
Inherits: | QObject |
Signals
void | shortcutChanged(KStandardShortcut::StandardShortcut id, const QList<QKeySequence> &shortcut) |
Related Non-Members
(since 5.91) KStandardShortcut::StandardShortcutWatcher * | shortcutWatcher() |
Detailed Description
Watches for changes made to standard shortcuts and notifies about those changes.
See also KStandardShortcut::shortcutWatcher.
Member Function Documentation
[signal]
void StandardShortcutWatcher::shortcutChanged(KStandardShortcut::StandardShortcut id, const QList<QKeySequence> &shortcut)
The standardshortcut id was changed to shortcut
Related Non-Members
[since 5.91]
KStandardShortcut::StandardShortcutWatcher *shortcutWatcher()
Returns the global KStandardShortcutWatcher instance of this program. In addition to the notifying about changes it also keeps the information returned by the functions in KStandardShortcut up to date. The object is created by the first call to this function.
This function was introduced in 5.91.