41 #ifndef __OPENFLUID_UIWARESDEV_WARESRCMSGVIEWER_HPP__
42 #define __OPENFLUID_UIWARESDEV_WARESRCMSGVIEWER_HPP__
45 #include <QPlainTextEdit>
51 namespace openfluid {
namespace ui {
namespace waresdev {
60 QMap<WareSrcMsgParser::WareSrcMsg::MessageType, QTextCharFormat> m_FormatByMsgType;
62 QMap<int, WareSrcMsgParser::WareSrcMsg> m_MessagesByBlockNumber;
Definition: WareSrcMsgParser.hpp:68
Definition: WareSrcMsgViewer.hpp:55
WareSrcMsgViewer(QWidget *Parent=nullptr)
void writeMessage(const WareSrcMsgParser::WareSrcMsg &Msg)
void messageClicked(WareSrcMsgParser::WareSrcMsg &Msg)
virtual ~WareSrcMsgViewer()
void mouseDoubleClickEvent(QMouseEvent *Event)
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: ApplicationException.hpp:47