##// END OF EJS Templates
Parser refactoring (3)...
Parser refactoring (3) Implements properties reading and properties checking Implementation takes some of the basic parser, which will be deleted at the end

File last commit:

r946:49134789d5f3
r946:49134789d5f3
Show More
AmdaResultParserDefs.cpp
6 lines | 228 B | text/x-c | CppLexer
/ plugins / amda / src / AmdaResultParserDefs.cpp
#include "AmdaResultParserDefs.h"
const QString X_AXIS_UNIT_PROPERTY = QStringLiteral("xAxisUnit");
const QRegularExpression DEFAULT_X_AXIS_UNIT_REGEX
= QRegularExpression{QStringLiteral("-\\s*Units\\s*:\\s*(.+?)\\s*-")};