AuboCaps  0.4.1
keyboard_number_input.h File Reference
#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>
Include dependency graph for keyboard_number_input.h:
This graph shows which files directly or indirectly include this file:

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 >