Main Page
Related Pages
Modules
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
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
f
g
h
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
j
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
x
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
z
Variables
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
b
c
d
e
f
h
k
l
o
p
r
s
t
u
x
z
Enumerator
b
c
d
f
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
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
QCSVHighlighter.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// QCodeEditor
4
#include <QStyleSyntaxHighlighter>
// Required for inheritance
5
#include <QHighlightRule>
6
#include <QHighlightBlockRule>
7
8
// Qt
9
#include <QRegularExpression>
10
#include <QVector>
11
#include <QMap>
12
#include <QChar>
13
14
class
QSyntaxStyle
;
15
20
class
QCSVHighlighter
:
public
QStyleSyntaxHighlighter
21
{
22
Q_OBJECT
23
public
:
24
29
explicit
QCSVHighlighter
(QTextDocument* document=
nullptr
);
30
31
QChar
delimiter
= QChar(
','
);
32
33
protected
:
34
void
highlightBlock
(
const
QString& text)
override
;
35
36
private
:
37
QRegularExpression
m_delimiter
;
38
39
};
QCSVHighlighter
Class, that describes C++ code highlighter.
Definition:
QCSVHighlighter.hpp:20
QCSVHighlighter::m_delimiter
QRegularExpression m_delimiter
Definition:
QCSVHighlighter.hpp:37
QStyleSyntaxHighlighter
Class, that descrubes highlighter with syntax style.
Definition:
QStyleSyntaxHighlighter.hpp:12
QCSVHighlighter::highlightBlock
void highlightBlock(const QString &text) override
Definition:
QCSVHighlighter.cpp:43
QSyntaxStyle
Class, that describes Qt style parser for QCodeEditor.
Definition:
QSyntaxStyle.hpp:13
QCSVHighlighter::delimiter
QChar delimiter
Definition:
QCSVHighlighter.hpp:31
QCSVHighlighter::QCSVHighlighter
QCSVHighlighter(QTextDocument *document=nullptr)
Constructor.
Definition:
QCSVHighlighter.cpp:35
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:24