.. index:: pair: struct; EE::UI::UIReadOnlyValueBinding::State .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_read_only_value_binding_1_1_state: struct EE::UI::UIReadOnlyValueBinding::State ============================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct State { // fields :ref:`UIWidget`* :target:`widget` { nullptr }; const :ref:`PropertyDefinition`* :target:`property` { nullptr }; :ref:`Converter` :target:`converter`; :ref:`UIValueValidationState` :target:`validation`; :ref:`ObservableValue`::Connection :target:`sourceConnection`; :ref:`EventConnection` :target:`widgetConnection`; // methods void :target:`applyToWidget`(const T& value); };