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