Public Types | Public Member Functions | Public Attributes | List of all members
openfluid::waresdev::WareSrcMsgParser::WareSrcMsg Class Reference

#include <waresdev/WareSrcMsgParser.hpp>

Public Types

enum  MessageType { MessageType::MSG_COMMAND, MessageType::MSG_STANDARD, MessageType::MSG_WARNING, MessageType::MSG_ERROR }
 

Public Member Functions

 WareSrcMsg (const QString &MessageLine, MessageType MsgType=MessageType::MSG_STANDARD)
 

Public Attributes

QByteArray m_OriginalMsgLine
 
MessageType m_Type
 
QString m_Path
 
int m_LineNb
 
int m_ColNb
 
QString m_Content
 

Member Enumeration Documentation

Enumerator
MSG_COMMAND 
MSG_STANDARD 
MSG_WARNING 
MSG_ERROR 

Constructor & Destructor Documentation

openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::WareSrcMsg ( const QString &  MessageLine,
MessageType  MsgType = MessageType::MSG_STANDARD 
)
inline

Member Data Documentation

int openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_ColNb
QString openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_Content
int openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_LineNb
QByteArray openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_OriginalMsgLine
QString openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_Path
MessageType openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_Type

The documentation for this class was generated from the following file: