NumberSlider.h File Reference
Include dependency graph for NumberSlider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mc_rtc::gui::details::NumberSliderImpl< GetT, SetT >
 

Namespaces

 mc_rtc
 
 mc_rtc::gui
 
 mc_rtc::gui::details
 

Functions

template<typename GetT , typename SetT >
auto mc_rtc::gui::NumberSlider (const std::string &name, GetT get_fn, SetT set_fn, double min, double max)
 
template<typename T >
auto mc_rtc::gui::NumberSlider (const std::string &name, T &value, double min, double max)