KDEUI
kshortcutwidget.cpp
Go to the documentation of this file.
96 void KShortcutWidget::setCheckActionCollections(const QList<KActionCollection *>& actionCollections)
KAction * cut(const QObject *recvr, const char *slot, QObject *parent)
Cut selected area and store it in the clipboard.
Definition: kstandardaction.cpp:294
Definition: kshortcutwidget.h:31
void setClearButtonsShown(bool show)
Definition: kshortcutwidget.cpp:73
bool isModifierlessAllowed()
Definition: kshortcutwidget.cpp:67
KShortcutWidget(QWidget *parent=0)
Definition: kshortcutwidget.cpp:41
QKeySequence alternate() const
Returns the alternate key sequence of this shortcut.
Definition: kshortcut.cpp:139
void applyStealShortcut()
Actually remove the shortcut that the user wanted to steal, from the action that was using it...
Definition: kshortcutwidget.cpp:103
void setCheckActionList(const QList< QAction * > &checkList)
Definition: kshortcutwidget.cpp:89
void setAlternate(const QKeySequence &keySeq)
Set the alternate key sequence of this shortcut to the given key sequence.
Definition: kshortcut.cpp:189
void setCheckActionCollections(const QList< KActionCollection * > &actionCollections)
Set a list of action collections to check against for conflictuous shortcut.
Definition: kshortcutwidget.cpp:96
void setPrimary(const QKeySequence &keySeq)
Set the primary key sequence of this shortcut to the given key sequence.
Definition: kshortcut.cpp:184
void setModifierlessAllowed(bool allow)
Definition: kshortcutwidget.cpp:60
void shortcutChanged(const KShortcut &cut)
QKeySequence primary() const
Returns the primary key sequence of this shortcut.
Definition: kshortcut.cpp:134
void setShortcut(const KShortcut &cut)
Definition: kshortcutwidget.cpp:111
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.