nngn
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
w
z
Typedefs
a
d
f
h
i
m
s
t
u
v
w
z
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
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
~
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
z
~
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
k
m
o
p
q
r
s
t
u
v
Enumerations
a
b
c
d
e
f
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Typedefs
Enumerations
Macros
c
d
e
f
g
l
n
p
s
t
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
input_test.h
Go to the documentation of this file.
1
#ifndef NNGN_TEST_INPUT_INPUT_H
2
#define NNGN_TEST_INPUT_INPUT_H
3
4
#include <QTest>
5
6
class
InputTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
get_keys
();
10
void
get_keys_override
();
11
void
override_keys
();
12
void
register_callback_data
();
13
void
register_callback
();
14
void
register_binding_wrong_key_data
();
15
void
register_binding_wrong_key
();
16
void
register_binding_data
();
17
void
register_binding
();
18
};
6
class
InputTest
:
public
QObject {
…
};
19
20
#endif
InputTest
Definition
input_test.h:6
InputTest::register_callback_data
void register_callback_data()
Definition
input_test.cpp:126
InputTest::override_keys
void override_keys()
Definition
input_test.cpp:96
InputTest::register_binding_wrong_key_data
void register_binding_wrong_key_data()
Definition
input_test.cpp:155
InputTest::get_keys
void get_keys()
Definition
input_test.cpp:68
InputTest::register_binding_data
void register_binding_data()
Definition
input_test.cpp:180
InputTest::register_callback
void register_callback()
Definition
input_test.cpp:137
InputTest::register_binding_wrong_key
void register_binding_wrong_key()
Definition
input_test.cpp:167
InputTest::get_keys_override
void get_keys_override()
Definition
input_test.cpp:83
InputTest::register_binding
void register_binding()
Definition
input_test.cpp:259
tests
input
input_test.h
Generated by
1.11.0