Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
g
i
l
m
o
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
y
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Properties
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Related Functions
:
a
b
c
d
e
f
g
i
m
o
q
r
s
v
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
h
i
k
l
n
o
r
t
u
v
x
+
Enumerator
b
c
d
e
f
h
i
k
l
m
n
o
p
r
t
u
v
w
x
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
3rdparty
QCodeEditor
include
internal
QHighlightBlockRule.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// Qt
4
#include <QRegularExpression>
5
#include <QString>
6
7
struct
QHighlightBlockRule
8
{
9
QHighlightBlockRule
() :
10
startPattern
(),
11
endPattern
(),
12
formatName
()
13
{}
14
15
QHighlightBlockRule
(QRegularExpression start, QRegularExpression end, QString
format
) :
16
startPattern
(
std
::
move
(start)),
17
endPattern
(
std
::
move
(end)),
18
formatName
(
std
::
move
(format))
19
{}
20
21
QRegularExpression
startPattern
;
22
QRegularExpression
endPattern
;
23
QString
formatName
;
24
};
QHighlightBlockRule::startPattern
QRegularExpression startPattern
Definition:
QHighlightBlockRule.hpp:21
std
QHighlightBlockRule
Definition:
QHighlightBlockRule.hpp:7
QHighlightBlockRule::QHighlightBlockRule
QHighlightBlockRule()
Definition:
QHighlightBlockRule.hpp:9
QHighlightBlockRule::formatName
QString formatName
Definition:
QHighlightBlockRule.hpp:23
QHighlightBlockRule::QHighlightBlockRule
QHighlightBlockRule(QRegularExpression start, QRegularExpression end, QString format)
Definition:
QHighlightBlockRule.hpp:15
backward::details::move
const T & move(const T &v)
Definition:
backward.hpp:394
QHighlightBlockRule::endPattern
QRegularExpression endPattern
Definition:
QHighlightBlockRule.hpp:22
format
std::basic_string< Char > format(const text_style &ts, const S &format_str, const Args &... args)
Definition:
color.h:583
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:38