Force.h File Reference
Include dependency graph for Force.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::ForceROImpl< GetForce, GetSurface >
 
struct  mc_rtc::gui::details::ForceImpl< GetForce, GetSurface, SetForce >
 

Namespaces

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

Functions

template<typename GetForce , typename GetSurface >
auto mc_rtc::gui::Force (const std::string &name, GetForce get_force_fn, GetSurface get_surface_fn)
 
template<typename GetForce , typename GetSurface >
auto mc_rtc::gui::Force (const std::string &name, const ForceConfig &config, GetForce get_force_fn, GetSurface get_surface_fn)
 
template<typename GetForce , typename GetSurface , typename SetForce >
auto mc_rtc::gui::Force (const std::string &name, GetForce get_force_fn, SetForce set_force_fn, GetSurface get_surface_fn)
 
template<typename GetForce , typename GetSurface , typename SetForce >
auto mc_rtc::gui::Force (const std::string &name, const ForceConfig &config, GetForce get_force_fn, SetForce set_force_fn, GetSurface get_surface_fn)