##// 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:

r935:b93a3fb4e7f2
r935:b93a3fb4e7f2
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*-")};