TreeFrogFramework
2.10
Toggle main menu visibility
Main Page
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
Functions
a
c
d
e
f
g
i
l
m
o
r
s
t
w
Variables
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
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
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
_
a
b
c
d
e
f
h
i
j
k
l
m
p
q
r
s
t
v
w
Typedefs
Enumerations
Enumerator
Related Symbols
o
t
Files
File List
File Members
All
a
b
c
d
f
h
i
k
l
m
n
o
p
q
r
s
t
u
w
Functions
c
d
f
h
i
l
m
o
t
u
w
Variables
a
b
c
d
f
h
i
k
l
m
o
p
r
s
t
w
Typedefs
Macros
a
d
i
l
n
q
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
src
toption.h
Go to the documentation of this file.
1
#pragma once
2
#include <QMap>
3
#include <QVariant>
4
#include <TGlobal>
5
6
using
TOption
= QMap<int, QVariant>;
7
8
TOption
T_CORE_EXPORT
operator|
(
const
TOption
&o1,
const
TOption
&o2);
9
T_CORE_EXPORT
#define T_CORE_EXPORT
Definition
tdeclexport.h:28
TOption
QMap< int, QVariant > TOption
Definition
toption.h:6
operator|
TOption T_CORE_EXPORT operator|(const TOption &o1, const TOption &o2)
Definition
toption.cpp:11