Extending Qt Creator Manual
Command
Extending Qt Creator Manual 4.5.0
List of All Members for Command
This is the complete list of members for
Core::Command
, including inherited members.
enum
CommandAttribute
flags
CommandAttributes
action
() const : QAction *
activeStateChanged
()
augmentActionWithShortcutToolTip
(QAction *) const
context
() const : Context
defaultKeySequence
() const : QKeySequence
description
() const : QString
hasAttribute
(CommandAttribute ) const : bool
isActive
() const : bool
isScriptable
() const : bool
isScriptable
(
const Context &
) const : bool
keySequence
() const : QKeySequence
keySequenceChanged
()
removeAttribute
(CommandAttribute )
setAttribute
(CommandAttribute )
setDefaultKeySequence
(const QKeySequence &)
setDescription
(const QString &)
stringWithAppendedShortcut
(const QString &) const : QString
toolButtonWithAppendedShortcut
(QAction *, Command *) : QToolButton *