.. index:: pair: struct; EE::UI::UIValueBinding::State .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_value_binding_1_1_state: struct EE::UI::UIValueBinding::State ==================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct State { // fields :ref:`ObservableValue`::WeakHandle :target:`value`; :ref:`UIWidget`* :target:`widget` { nullptr }; const :ref:`PropertyDefinition`* :target:`property` { nullptr }; :ref:`Converter` :target:`converter`; :ref:`UIValueValidationState` :target:`validation`; bool :target:`synchronizing` { false }; :ref:`ObservableValue`::Connection :target:`valueConnection`; :ref:`EventConnectionList` :target:`widgetConnections`; // methods bool :target:`applyToWidget`(const T& newValue); };