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
QStyleSyntaxHighlighter.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// Qt
4
#include <QSyntaxHighlighter>
// Required for inheritance
5
6
class
QSyntaxStyle
;
7
12
class
QStyleSyntaxHighlighter
:
public
QSyntaxHighlighter
13
{
14
public
:
15
20
explicit
QStyleSyntaxHighlighter
(QTextDocument* document=
nullptr
);
21
22
// Disable copying
23
QStyleSyntaxHighlighter
(
const
QStyleSyntaxHighlighter
&) =
delete
;
24
QStyleSyntaxHighlighter
&
operator=
(
const
QStyleSyntaxHighlighter
&) =
delete
;
25
30
void
setSyntaxStyle
(
QSyntaxStyle
* style);
31
36
QSyntaxStyle
*
syntaxStyle
()
const
;
37
38
private
:
39
QSyntaxStyle
*
m_syntaxStyle
;
40
};
41
QStyleSyntaxHighlighter::QStyleSyntaxHighlighter
QStyleSyntaxHighlighter(QTextDocument *document=nullptr)
Constructor.
Definition:
QStyleSyntaxHighlighter.cpp:4
QStyleSyntaxHighlighter::syntaxStyle
QSyntaxStyle * syntaxStyle() const
Method for getting syntax style.
Definition:
QStyleSyntaxHighlighter.cpp:16
QStyleSyntaxHighlighter::operator=
QStyleSyntaxHighlighter & operator=(const QStyleSyntaxHighlighter &)=delete
QStyleSyntaxHighlighter
Class, that descrubes highlighter with syntax style.
Definition:
QStyleSyntaxHighlighter.hpp:12
QSyntaxStyle
Class, that describes Qt style parser for QCodeEditor.
Definition:
QSyntaxStyle.hpp:13
QStyleSyntaxHighlighter::setSyntaxStyle
void setSyntaxStyle(QSyntaxStyle *style)
Method for setting syntax style.
Definition:
QStyleSyntaxHighlighter.cpp:11
QStyleSyntaxHighlighter::m_syntaxStyle
QSyntaxStyle * m_syntaxStyle
Definition:
QStyleSyntaxHighlighter.hpp:39
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:24