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
17{
18private:
19 std::string name;
20
21public:
22 TestIncrementalValue(std::string _name, int _min_value = 0, int _max_value = 10, bool _is_wrapable = false, int increment = 1);
25 std::string get_name();
26};
27
28#endif // CONTROLLED_VALUE_H
void process_control_event(ControlEvent _event)
ControlEvent
The list of predefined event that a Controller can send to the controlled object, leaving it the resp...
Definition ui_core.h:26