Runtime for message binding source. More...
#include <kanzi/core.ui/binding/typed_message_binding_source_runtime.hpp>
Static Public Member Functions | |
| static BindingSourceRuntimePtr | create (const MessageBindingSource &source) |
| Creates a typed message binding source runtime. | |
Protected Member Functions | |
| bool | readOverride (Variant &value) override |
| BindingSourceRuntime::readOverride() implementation. | |
| TypedMessageBindingSourceRuntime (const MessageBindingSource &source) | |
| Constructor. | |
| bool | writeOverride (const Variant &value) override |
| BindingSourceRuntime::writeOverride() implementation. | |
Protected Member Functions inherited from kanzi::MessageBindingSourceRuntime | |
| void | attachForReadOverride () override |
| BindingSourceRuntime::attachForReadOverride() implementation. | |
| void | attachForWriteOverride () override |
| BindingSourceRuntime::attachForWriteOverride() implementation. | |
| void | detachOverride () override |
| BindingSourceRuntime::detachOverride() implementation. | |
| bool | isConnectedOverride () override |
| BindingSourceRuntime::isConnectedOverride() implementation. | |
| MessageBindingSourceRuntime (const MessageBindingSource &source) | |
| Constructor. | |
Protected Member Functions inherited from kanzi::BindingSourceRuntime | |
| BindingSourceRuntime ()=default | |
| Constructor. | |
Additional Inherited Members | |
Public Types inherited from kanzi::BindingSourceRuntime | |
| using | BindingProcessorRuntimeConstIterator |
| Binding processor runtime constant iterator type. | |
| using | BindingProcessorRuntimeContainer |
| Binding processor runtime container type. | |
Public Member Functions inherited from kanzi::MessageBindingSourceRuntime | |
| PropertyField | getPropertyField () const |
| Gets property field. | |
| AbstractPropertyType | getPropertyType () const |
| Gets property type. | |
| void | setMessage (MessageArguments *args) |
| Sets the message to use for acquiring arguments on update. | |
Public Member Functions inherited from kanzi::BindingSourceRuntime | |
| void | attachForRead () |
| Attaches the binding source runtime for reading. | |
| void | attachForWrite () |
| Attaches the binding source runtime for writing. | |
| BindingProcessorRuntimeConstIterator | beginProcessorRuntimes () const |
| Gets an iterator to the beginning of binding processors. | |
| void | createBindingProcessorRuntimes (const AbstractBinding &binding) |
| Creates a processor runtime for each BindingProcessor held by the binding parameter. | |
| void | detach () |
| Detaches the binding source runtime. | |
| BindingProcessorRuntimeConstIterator | endProcessorRuntimes () const |
| Gets an iterator to the end of binding processors. | |
| AbstractBindingRuntime * | getBindingRuntime () const |
| Gets the binding runtime. | |
| BindingLookupContext & | getLookupContext () const |
| Gets the lookup context. | |
| bool | isConnected () |
| Indicates whether this source is connected. | |
| bool | read (Variant &value) |
| Reads a value from binding source. | |
| void | setBindingRuntime (AbstractBindingRuntime &bindingRuntime) |
| Sets the binding runtime. | |
| bool | write (const Variant &value) |
| Writes a value to binding source. | |
| virtual | ~BindingSourceRuntime ()=default |
| Destructor. | |
Protected Attributes inherited from kanzi::MessageBindingSourceRuntime | |
| MessageArguments * | m_messageArguments |
| Message set manually to this message binding source. | |
| const MessageBindingSource & | m_source |
| Host binding source. | |
Protected Attributes inherited from kanzi::BindingSourceRuntime | |
| AbstractBindingRuntime * | m_bindingRuntime |
| Abstract binding runtime for this source. | |
| BindingProcessorRuntimeContainer | m_processorRuntimes |
| Binding processors (for the source, forward direction). | |
Runtime for message binding source.
|
inlineexplicitprotected |
Constructor.
| source | Host object property binding source. |
|
inlinestatic |
Creates a typed message binding source runtime.
| source | Host object property binding source. |
|
inlineoverrideprotectedvirtual |
BindingSourceRuntime::readOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
inlineoverrideprotectedvirtual |
BindingSourceRuntime::writeOverride() implementation.
Reimplemented from kanzi::BindingSourceRuntime.