KDEUI
kshortcutwidget.cpp
Go to the documentation of this file.
96void KShortcutWidget::setCheckActionCollections(const QList<KActionCollection *>& actionCollections)
Definition kshortcutwidget.h:32
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
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
KAction * cut(const QObject *recvr, const char *slot, QObject *parent)
Cut selected area and store it in the clipboard.
Definition kstandardaction.cpp:294
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.