AuboCaps
0.4.1
|
#include <string>
#include <memory>
#include <functional>
#include <aubo_caps/domain/user_interface/keyboard_input_callback.h>
#include <aubo_caps/domain/user_interface/input_validator.h>
Go to the source code of this file.
Classes | |
class | arcs::aubo_scope::KeyboardNumberInput< T > |
Interface representing the virtual numeric keypad used for configuring it and requesting it to be displayed in PolyScope. More... | |
Namespaces | |
arcs | |
arcs::aubo_scope | |
Typedefs | |
using | arcs::aubo_scope::KeyboardUIntInput = KeyboardNumberInput< uint32_t > |
using | arcs::aubo_scope::KeyboardIntInput = KeyboardNumberInput< int > |
using | arcs::aubo_scope::KeyboardDoubleInput = KeyboardNumberInput< double > |