EX-Display
EX-Display
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
~
Functions
_
a
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
~
Variables
_
a
b
c
d
i
l
n
s
t
Files
File List
File Members
All
_
a
b
c
d
f
h
i
l
m
o
p
s
t
u
v
Functions
a
d
l
m
p
s
t
Variables
Typedefs
Enumerations
Enumerator
Macros
c
f
h
i
l
o
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
MockDisplayInputMethods.h
Go to the documentation of this file.
1
/*
2
* © 2024 Peter Cole
3
*
4
* This is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* It is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this code. If not, see <https://www.gnu.org/licenses/>.
16
*/
17
18
#ifndef MOCKINPUTDISPLAYMETHODS_H
19
#define MOCKINPUTDISPLAYMETHODS_H
20
21
// createDisplays() dummy implementation due to not using compiler to create them
22
#include "
DisplayManager.h
"
23
void
DisplayManager::createDisplays
() {}
24
25
// createInput() dummy implementation due to not using compiler to create it
26
#include "
InputManager.h
"
27
void
InputManager::createInput
() {}
28
29
#endif
// MOCKINPUTDISPLAYMETHODS_H
DisplayManager.h
InputManager.h
DisplayManager::createDisplays
void createDisplays()
Parses the displays configured in myConfig.h and creates the list of displays (this is implemented in...
Definition
CreateDeviceMacros.h:29
InputManager::createInput
void createInput()
Call once to create the InputInterface derived input.
Definition
CreateDeviceMacros.h:45
test
mocks
MockDisplayInputMethods.h
Generated by
1.9.8