MyRP2_ui_core
Loading...
Searching...
No Matches
test_manager.h
Go to the documentation of this file.
1
11
#if !defined(TEST_MANAGER_H)
12
#define TEST_MANAGER_H
13
14
#include "
ui_core.h
"
15
16
class
Test_Manager
:
public
UIObjectManager
17
{
18
private
:
19
public
:
20
Test_Manager
(
UIController
* _controller);
21
~Test_Manager
();
22
void
process_control_event
(
ControlEvent
_event);
23
};
24
25
26
27
28
#endif
// TEST_MANAGER_H
Test_Manager
Definition
test_manager.h:17
Test_Manager::process_control_event
void process_control_event(ControlEvent _event)
Definition
test_manager.cpp:24
UIController
Definition
ui_core.h:332
UIObjectManager
Definition
ui_core.h:275
ui_core.h
ControlEvent
ControlEvent
The list of predefined event that a Controller can send to the controlled object, leaving it the resp...
Definition
ui_core.h:26
Users
chris
OneDrive
MyRP2_CPP_UI
ui_core
test_ui_core
test_manager.h
Generated by
1.11.0