OpenLexocad
27.0
MessageParser.h
Go to the documentation of this file.
1
#ifndef MESSAGE_PARSER__H
2
#define MESSAGE_PARSER__H
3
4
5
#include <
Base/base_defines.h
>
6
7
#include <QtCore/QtCore>
8
9
10
class
BASE_EXPORT
CMessageParser
11
{
12
public
:
13
static
QString
get
(
const
QString& msg);
14
15
private
:
16
static
CMessageParser
* _instance;
17
18
// internal private methods
19
CMessageParser
();
20
~
CMessageParser
();
21
};
22
23
24
#endif
BASE_EXPORT
#define BASE_EXPORT
Definition:
base_defines.h:12
base_defines.h
CMessageParser
Definition:
MessageParser.h:10
entt::get
constexpr get_t< Type... > get
Variable template for lists of observed components.
Definition:
entt.hpp:6068
lexocad
Base
include
Base
MessageParser.h
Generated by
1.8.15