Typed runtime for message binding target. More...
#include <kanzi/core.ui/binding/typed_message_binding_target_runtime.hpp>
Static Public Member Functions | |
static BindingTargetRuntimePtr | create (AbstractPropertyType propertyType, PropertyField field) |
Creates a typed message binding source runtime. | |
Static Public Member Functions inherited from kanzi::MessageBindingTargetRuntime | |
static BindingTargetRuntimePtr | create (AbstractPropertyType propertyType, PropertyField field) |
Creates a message binding target runtime. | |
Additional Inherited Members | |
Public Types inherited from kanzi::BindingTargetRuntime | |
using | BindingProcessorRuntimeConstIterator |
Binding processor iterator type. | |
using | BindingProcessorRuntimeContainer |
Binding processor container type. | |
Public Member Functions inherited from kanzi::MessageBindingTargetRuntime | |
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::BindingTargetRuntime | |
void | attachForRead () |
Attaches the binding target runtime for reading. | |
void | attachForWrite () |
Attaches the binding target runtime for writing. | |
BindingProcessorRuntimeConstIterator | beginProcessorRuntimes () const |
Gets an iterator to the beginning of binding processor runtimes. | |
void | createBindingProcessorsRuntimes (const AbstractBinding &binding) |
Creates a processor runtime for each BindingProcessor held by the binding parameter. | |
void | detach () |
Detaches binding target runtime. | |
BindingProcessorRuntimeConstIterator | endProcessorRuntimes () const |
Gets an iterator to the end of binding processor runtimes. | |
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 the binding target. | |
void | setBindingRuntime (AbstractBindingRuntime &bindingRuntime) |
Sets the binding runtime. | |
bool | write (const Variant &value) |
Writes a value to the binding target. | |
virtual | ~BindingTargetRuntime ()=default |
Destructor. | |
Protected Attributes inherited from kanzi::MessageBindingTargetRuntime | |
PropertyField | m_field |
Property field to use. | |
MessageArguments * | m_messageArguments |
Message set manually to this message binding source. | |
AbstractPropertyType | m_propertyType |
Property type to write. | |
Protected Attributes inherited from kanzi::BindingTargetRuntime | |
AbstractBindingRuntime * | m_bindingRuntime |
Abstract binding runtime for this target. | |
BindingProcessorRuntimeContainer | m_processorRuntimes |
Binding processors runtimes (for the target, backward direction). | |
Typed runtime for message binding target.
|
inlineexplicitprotected |
Constructor.
propertyType | Property type to use. |
field | Property field to use. |
|
inlinestatic |
Creates a typed message binding source runtime.
propertyType | Property type to use. |
field | Property field to use. |
|
inlineoverrideprotectedvirtual |
BindingTargetRuntime::readOverride() implementation.
Reimplemented from kanzi::BindingTargetRuntime.
|
inlineoverrideprotectedvirtual |
BindingTargetRuntime::writeOverride() implementation.
Implements kanzi::BindingTargetRuntime.