Searched refs:MsgWrongSymbolTextLayer (Results 1 – 5 of 5) sorted by relevance
46 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() function58 virtual ~MsgWrongSymbolTextLayer() noexcept;
38 MsgWrongSymbolTextLayer::MsgWrongSymbolTextLayer( in MsgWrongSymbolTextLayer() function in librepcb::library::MsgWrongSymbolTextLayer51 MsgWrongSymbolTextLayer::~MsgWrongSymbolTextLayer() noexcept { in ~MsgWrongSymbolTextLayer()
130 std::make_shared<MsgWrongSymbolTextLayer>(it.ptr(), expectedLayer)); in checkWrongTextLayers()
455 void SymbolEditorWidget::fixMsg(const MsgWrongSymbolTextLayer& msg) { in fixMsg()490 if (fixMsgHelper<MsgWrongSymbolTextLayer>(msg, applyFix)) return true; in processCheckMessage()
885 <name>MsgWrongSymbolTextLayer</name>