LibrePCB Developers Documentation
|
This is the complete list of members for EditorCommand, including all inherited members.
ActionFlag enum name | EditorCommand | |
createAction(QObject *parent, ActionFlags flags=ActionFlags()) const noexcept | EditorCommand | |
createAction(QObject *parent, const TContext *context, TSlot slot, ActionFlags flags=ActionFlags()) const noexcept | EditorCommand | inline |
EditorCommand()=delete | EditorCommand | |
EditorCommand(const EditorCommand &other)=delete | EditorCommand | |
EditorCommand(const QString &identifier, const char *text, const char *description, const QString &iconFp, Flags flags, const QList< QKeySequence > &defaultKeySequences, QObject *parent=nullptr) noexcept | EditorCommand | |
eventFilter(QObject *obj, QEvent *event) noexcept override | EditorCommand | private |
Flag enum name | EditorCommand | |
getDefaultKeySequences() const noexcept | EditorCommand | inline |
getDescription() const noexcept | EditorCommand | inline |
getDisplayText() const noexcept | EditorCommand | inline |
getDisplayTextNoTr() const noexcept | EditorCommand | inline |
getFlags() const noexcept | EditorCommand | inline |
getIcon() const noexcept | EditorCommand | inline |
getIdentifier() const noexcept | EditorCommand | inline |
getKeySequences() const noexcept | EditorCommand | inline |
getText() const noexcept | EditorCommand | inline |
mDefaultKeySequences | EditorCommand | private |
mDescription | EditorCommand | private |
mDescriptionNoTr | EditorCommand | private |
mFlags | EditorCommand | private |
mIcon | EditorCommand | private |
mIdentifier | EditorCommand | private |
mKeySequences | EditorCommand | private |
mText | EditorCommand | private |
mTextNoTr | EditorCommand | private |
operator=(const EditorCommand &rhs)=delete | EditorCommand | |
setKeySequences(const QList< QKeySequence > &sequences) noexcept | EditorCommand | |
setupAction(QAction *action, ActionFlags flags) const noexcept | EditorCommand | private |
shortcutsChanged(const QList< QKeySequence > &sequences) | EditorCommand | signal |
unescapeAmpersand(QString text) noexcept | EditorCommand | privatestatic |
updateTranslations() noexcept | EditorCommand | |
~EditorCommand() noexcept | EditorCommand |