ArrayLabel.h File Reference
#include <mc_rtc/gui/Label.h>
Include dependency graph for ArrayLabel.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::ArrayLabelImpl< GetT >
 

Namespaces

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

Functions

template<typename GetT , std::enable_if_t< std::is_invocable_v< GetT >, int > = 0>
auto mc_rtc::gui::ArrayLabel (const std::string &name, GetT get_fn)
 
template<typename GetT , std::enable_if_t< std::is_invocable_v< GetT >, int > = 0>
auto mc_rtc::gui::ArrayLabel (const std::string &name, const std::vector< std::string > &labels, GetT get_fn)
 
template<typename T , std::enable_if_t<!std::is_invocable_v< T >, int > = 0>
auto mc_rtc::gui::ArrayLabel (const std::string &name, const std::vector< std::string > &labels, T &&value)
 
template<typename T , std::enable_if_t<!std::is_invocable_v< T >, int > = 0>
auto mc_rtc::gui::ArrayLabel (const std::string &name, T &&value)
 
template<bool Degrees = true, typename T >
auto mc_rtc::gui::RPYLabel (const std::string &name, T &&value)