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
QLanguage.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// Qt
4
#include <QObject>
// Required for inheritance
5
#include <QString>
6
#include <QMap>
7
8
class
QIODevice;
9
14
class
QLanguage
:
public
QObject
15
{
16
Q_OBJECT
17
18
public
:
19
24
explicit
QLanguage
(QIODevice* device=
nullptr
, QObject* parent=
nullptr
);
25
31
bool
load
(QIODevice* device);
32
36
QStringList
keys
();
37
44
QStringList
names
(
const
QString& key);
45
49
bool
isLoaded
()
const
;
50
51
private
:
52
53
bool
m_loaded
;
54
55
QMap
<
56
QString,
57
QStringList
58
>
m_list
;
59
60
};
61
QLanguage::m_list
QMap< QString, QStringList > m_list
Definition:
QLanguage.hpp:58
QLanguage::names
QStringList names(const QString &key)
Method for getting names from key.
Definition:
QLanguage.cpp:74
QMap
Definition:
qwt_compass.h:19
QLanguage::keys
QStringList keys()
Method for getting available keys.
Definition:
QLanguage.cpp:69
QLanguage::QLanguage
QLanguage(QIODevice *device=nullptr, QObject *parent=nullptr)
Constructor.
Definition:
QLanguage.cpp:8
QLanguage::m_loaded
bool m_loaded
Definition:
QLanguage.hpp:53
QLanguage::load
bool load(QIODevice *device)
Method for parsing.
Definition:
QLanguage.cpp:16
QLanguage::isLoaded
bool isLoaded() const
Method for getting is object loaded.
Definition:
QLanguage.cpp:79
QLanguage
Definition:
QLanguage.hpp:14
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:24