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