QHighlightRule.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 // Qt
4 #include <QRegularExpression>
5 #include <QString>
6 
8 {
10  pattern(),
11  formatName()
12  {}
13 
14  QHighlightRule(QRegularExpression p, QString f) :
15  pattern(std::move(p)),
16  formatName(std::move(f))
17  {}
18 
19  QRegularExpression pattern;
20  QString formatName;
21 };
const T & move(const T &v)
Definition: backward.hpp:394
QRegularExpression pattern
QHighlightRule(QRegularExpression p, QString f)


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:38