Runtime for ToSourceBinding.
More...
#include <kanzi/core.ui/binding/to_source_binding_runtime.hpp>
|
void | attachOverride () override |
| AbstractBindingRuntime::attachOverride() implementation. More...
|
|
void | detachOverride () override |
| AbstractBindingRuntime::detachOverride() implementation. More...
|
|
bool | isConnectedOverride () override |
| AbstractBindingRuntime::isConnectedOverride() implementation. More...
|
|
void | notifySourceChangedOverride () override |
| AbstractBindingRuntime::notifySourceChangedOverride() implementation. More...
|
|
void | notifyTargetChangedOverride () override |
| AbstractBindingRuntime::notifyTargetChangedOverride() implementation. More...
|
|
| ToSourceBindingRuntime (ToSourceBindingSharedPtr toSourceBinding, BindingLookupContextPtr lookupContext, BindingSourceRuntimePtr sourceRuntime, BindingSourceRuntimePtr pushSourceRuntime, BindingTargetRuntimePtr targetRuntime) |
| Constructor. More...
|
|
bool | updateOverride () override |
| AbstractBindingRuntime::updateOverride() implementation. More...
|
|
bool | writeToSource (const Variant &value) const |
| Writes to push source. More...
|
|
| BindingBaseRuntime (AbstractBindingSharedPtr binding, BindingLookupContextPtr lookupContext, BindingSourceRuntimePtr sourceRuntime, BindingTargetRuntimePtr targetRuntime) |
| Constructor. More...
|
|
| AbstractBindingRuntime (AbstractBindingSharedPtr binding, BindingLookupContextPtr lookupContext, BindingSourceRuntimePtr sourceRuntime, BindingTargetRuntimePtr targetRuntime) |
| Constructor. More...
|
|
bool | readFromSource (Variant &value) |
| Read from source and execute forward validators. More...
|
|
bool | readFromTarget (Variant &value) |
| Reads from target and executes reverse validators. More...
|
|
bool | writeToSource (const Variant &value) const |
| Writes to source. More...
|
|
bool | writeToTarget (const Variant &value) |
| Write to target. More...
|
|
Runtime for ToSourceBinding.
- See also
- AbstractBinding
- Since
- Kanzi 3.7.0
Constructor.
- Parameters
-
toSourceBinding | The To Source binding that created this runtime. |
lookupContext | Binding lookup context. |
sourceRuntime | Runtime created for binding source. |
pushSourceRuntime | Runtime for push source. |
targetRuntime | Runtime created for binding target. |
- Since
- Kanzi 3.9.6 Added BindingLookupContextPtr.
Creates a To Source binding runtime.
- Parameters
-
toSourceBinding | Host binding. |
lookupContext | Binding lookup context. |
sourceRuntime | Binding source runtime. |
pushSourceRuntime | Runtime for push source. |
targetRuntime | Binding target runtime. |
- Returns
- The created runtime for a To Source binding.
- Since
- Kanzi 3.9.6 Added BindingLookupContextPtr.
Gets the runtime for the push source.
- Returns
- Pointer to push source runtime.
bool kanzi::ToSourceBindingRuntime::writeToSource |
( |
const Variant & |
value | ) |
const |
|
protected |
Writes to push source.
- Parameters
-
- Returns
- If the write succeeds, true, otherwise false.
void kanzi::ToSourceBindingRuntime::attachOverride |
( |
| ) |
|
|
overrideprotectedvirtual |
void kanzi::ToSourceBindingRuntime::detachOverride |
( |
| ) |
|
|
overrideprotectedvirtual |
bool kanzi::ToSourceBindingRuntime::updateOverride |
( |
| ) |
|
|
overrideprotectedvirtual |
void kanzi::ToSourceBindingRuntime::notifySourceChangedOverride |
( |
| ) |
|
|
overrideprotectedvirtual |
void kanzi::ToSourceBindingRuntime::notifyTargetChangedOverride |
( |
| ) |
|
|
overrideprotectedvirtual |
bool kanzi::ToSourceBindingRuntime::isConnectedOverride |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: