Home
last modified time | relevance | path

Searched refs:MsgWrongSymbolTextLayer (Results 1 – 5 of 5) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/sym/msg/
H A Dmsgwrongsymboltextlayer.h46 class MsgWrongSymbolTextLayer final : public LibraryElementCheckMessage {
47 Q_DECLARE_TR_FUNCTIONS(MsgWrongSymbolTextLayer)
51 MsgWrongSymbolTextLayer() = delete;
52 MsgWrongSymbolTextLayer(std::shared_ptr<const Text> text,
54 MsgWrongSymbolTextLayer(const MsgWrongSymbolTextLayer& other) noexcept in MsgWrongSymbolTextLayer() function
58 virtual ~MsgWrongSymbolTextLayer() noexcept;
H A Dmsgwrongsymboltextlayer.cpp38 MsgWrongSymbolTextLayer::MsgWrongSymbolTextLayer( in MsgWrongSymbolTextLayer() function in librepcb::library::MsgWrongSymbolTextLayer
51 MsgWrongSymbolTextLayer::~MsgWrongSymbolTextLayer() noexcept { in ~MsgWrongSymbolTextLayer()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/sym/
H A Dsymbolcheck.cpp130 std::make_shared<MsgWrongSymbolTextLayer>(it.ptr(), expectedLayer)); in checkWrongTextLayers()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/sym/
H A Dsymboleditorwidget.cpp455 void SymbolEditorWidget::fixMsg(const MsgWrongSymbolTextLayer& msg) { in fixMsg()
490 if (fixMsgHelper<MsgWrongSymbolTextLayer>(msg, applyFix)) return true; in processCheckMessage()
/dports/cad/librepcb/librepcb-0.1.6/i18n/
H A Dlibrepcb.ts885 <name>MsgWrongSymbolTextLayer</name>