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
src
internal
QStyleSyntaxHighlighter.cpp
Go to the documentation of this file.
1
// QCodeEditor
2
#include <QStyleSyntaxHighlighter>
3
4
QStyleSyntaxHighlighter::QStyleSyntaxHighlighter
(QTextDocument* document) :
5
QSyntaxHighlighter(document),
6
m_syntaxStyle(
nullptr
)
7
{
8
9
}
10
11
void
QStyleSyntaxHighlighter::setSyntaxStyle
(
QSyntaxStyle
* style)
12
{
13
m_syntaxStyle
= style;
14
}
15
16
QSyntaxStyle
*
QStyleSyntaxHighlighter::syntaxStyle
()
const
17
{
18
return
m_syntaxStyle
;
19
}
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
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
nullptr
#define nullptr
Definition:
backward.hpp:386
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:24