20#ifndef LIBREPCB_EDITOR_EDITORCOMMANDCATEGORY_H
21#define LIBREPCB_EDITOR_EDITORCOMMANDCATEGORY_H
50 bool configurable, QObject* parent =
nullptr) noexcept
55 setObjectName(objectName);
68 mText = QCoreApplication::translate(
"EditorCommandSet",
mTextNoTr);
Category for librepcb::editor::EditorCommand.
Definition: editorcommandcategory.h:42
bool isConfigurable() const noexcept
Definition: editorcommandcategory.h:63
void updateTranslations() noexcept
Definition: editorcommandcategory.h:66
EditorCommandCategory(const EditorCommandCategory &other)=delete
QString mText
Definition: editorcommandcategory.h:76
const QString & getText() const noexcept
Definition: editorcommandcategory.h:62
const char * getTextNoTr() const noexcept
Definition: editorcommandcategory.h:61
const char * mTextNoTr
Definition: editorcommandcategory.h:75
EditorCommandCategory()=delete
~EditorCommandCategory() noexcept
Definition: editorcommandcategory.h:58
EditorCommandCategory & operator=(const EditorCommandCategory &rhs)=delete
EditorCommandCategory(const QString &objectName, const char *text, bool configurable, QObject *parent=nullptr) noexcept
Definition: editorcommandcategory.h:49
bool mConfigurable
Definition: editorcommandcategory.h:77
Definition: occmodel.cpp:77