.. index:: pair: class; EE::UI::UIDataBindBool .. _doxid-class_e_e_1_1_u_i_1_1_u_i_data_bind_bool: class EE::UI::UIDataBindBool ============================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class UIDataBindBool { public: // typedefs typedef std::unique_ptr<:ref:`UIDataBind`> :target:`Ptr`; // methods static :ref:`Ptr` :target:`New`(bool* t, const std::set<:ref:`UIWidget`*>& widgets, const :ref:`UIDataBind`::Converter& converter = :ref:`UIDataBind`::converterBool(), const std::string& valueKey = "value"); static :ref:`Ptr` :target:`New`(bool* t, :ref:`UIWidget`* widget, const :ref:`UIDataBind`::Converter& converter = :ref:`UIDataBind`::converterBool(), const std::string& valueKey = "value"); };