KDEUI
kshortcutwidget.cpp
Go to the documentation of this file.
96void KShortcutWidget::setCheckActionCollections(const QList<KActionCollection *>& actionCollections)
void setCheckActionCollections(const QList< KActionCollection * > &actionCollections)
Set a list of action collections to check against for conflictuous shortcut.
Definition kshortcutwidget.cpp:96
void shortcutChanged(const KShortcut &cut)
void setShortcut(const KShortcut &cut)
Definition kshortcutwidget.cpp:111
void setClearButtonsShown(bool show)
Definition kshortcutwidget.cpp:73
void setCheckActionList(const QList< QAction * > &checkList)
Definition kshortcutwidget.cpp:89
friend class KShortcutWidgetPrivate
Definition kshortcutwidget.h:92
void setModifierlessAllowed(bool allow)
Definition kshortcutwidget.cpp:60
void applyStealShortcut()
Actually remove the shortcut that the user wanted to steal, from the action that was using it.
Definition kshortcutwidget.cpp:103
void setPrimary(const QKeySequence &keySeq)
Set the primary key sequence of this shortcut to the given key sequence.
Definition kshortcut.cpp:184
QKeySequence primary() const
Returns the primary key sequence of this shortcut.
Definition kshortcut.cpp:134
void setAlternate(const QKeySequence &keySeq)
Set the alternate key sequence of this shortcut to the given key sequence.
Definition kshortcut.cpp:189
QKeySequence alternate() const
Returns the alternate key sequence of this shortcut.
Definition kshortcut.cpp:139
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.