MyRP2_ui_core
Loading...
Searching...
No Matches
test_controlled_value.h
Go to the documentation of this file.
1
11
#if !defined(CONTROLLED_VALUE_H)
12
#define CONTROLLED_VALUE_H
13
14
#include "
ui_core.h
"
15
16
class
TestIncrementalValue
:
public
UIControlledIncrementalValue
17
{
18
private
:
19
std::string name;
20
21
public
:
22
TestIncrementalValue
(std::string _name,
int
_min_value = 0,
int
_max_value = 10,
bool
_is_wrapable =
false
,
int
increment = 1);
23
~TestIncrementalValue
();
24
void
process_control_event
(
ControlEvent
_event);
25
std::string get_name();
26
};
27
28
#endif
// CONTROLLED_VALUE_H
TestIncrementalValue
Definition
test_controlled_value.h:17
TestIncrementalValue::process_control_event
void process_control_event(ControlEvent _event)
Definition
test_controlled_value.cpp:23
UIControlledIncrementalValue
Definition
ui_core.h:190
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_controlled_value.h
Generated by
1.11.0