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

◆ MessageType

Enumerator
MSG_COMMAND 
MSG_STANDARD 
MSG_WARNING 
MSG_ERROR 

Constructor & Destructor Documentation

◆ WareSrcMsg()

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

Member Data Documentation

◆ m_ColNb

int openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_ColNb

◆ m_Content

QString openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_Content

◆ m_LineNb

int openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_LineNb

◆ m_OriginalMsgLine

QByteArray openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_OriginalMsgLine

◆ m_Path

QString openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_Path

◆ m_Type

MessageType openfluid::waresdev::WareSrcMsgParser::WareSrcMsg::m_Type

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