.. index:: pair: struct; EE::UI::Tools::FloatSetting .. _doxid-struct_e_e_1_1_u_i_1_1_tools_1_1_float_setting: struct EE::UI::Tools::FloatSetting ================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct FloatSetting { // fields double :target:`min` { 0 }; double :target:`max` { 0 }; double :target:`step` { 0 }; std::function :target:`get`; std::function :target:`set`; };