Runtime for variable binding source. More...
#include <kanzi/core.ui/binding/variable_binding_source_runtime.hpp>
Public Member Functions | |
PropertyField | getPropertyField () const |
Gets property field. More... | |
Public Member Functions inherited from kanzi::BindingSourceRuntime | |
void | attachForRead () |
Attaches the binding source runtime for reading. More... | |
void | attachForWrite () |
Attaches the binding source runtime for writing. More... | |
BindingProcessorConstIterator | beginProcessors () const |
Gets an iterator to the beginning of binding processors. More... | |
void | copyBindingProcessors (const AbstractBinding &binding) |
Copies forward direction processors from a binding. More... | |
void | detach () |
Detaches the binding source runtime. More... | |
BindingProcessorConstIterator | endProcessors () const |
Gets an iterator to the end of binding processors. More... | |
BindingLookupContext & | getLookupContext () const |
Accesses source lookup context. More... | |
bool | isConnected () |
Indicates whether this source is connected. More... | |
bool | read (Variant &value) |
Reads a value from binding source. More... | |
void | setBindingRuntime (AbstractBindingRuntime &bindingRuntime) |
Sets the binding runtime. More... | |
bool | write (const Variant &value) |
Writes a value to binding source. More... | |
virtual | ~BindingSourceRuntime () |
Destructor. More... | |
Public Member Functions inherited from kanzi::AbstractBindingVariableSource | |
AbstractPropertyType | getPropertyType () const |
Gets the associated property type for this variable source. More... | |
void | notifyVariableAvailable () |
Notification function for when variable has become available or has been changed. More... | |
void | notifyVariableDetached () |
Notification function for when variable has become detached and is no longer available. More... | |
void | setTargetRuntime (VariableBindingTargetRuntime *targetRuntime) |
Sets the variable binding target runtime. More... | |
Static Public Member Functions | |
static BindingSourceRuntimePtr | create (const VariableBindingSource &bindingSource, BindingLookupContextPtr lookupContext) |
Creates a manual binding source runtime. More... | |
Protected Attributes | |
const VariableBindingSource & | m_source |
Binding source that created this runtime. More... | |
Protected Attributes inherited from kanzi::BindingSourceRuntime | |
AbstractBindingRuntime * | m_bindingRuntime |
Abstract binding runtime for this source. More... | |
BindingLookupContextPtr | m_lookupContext |
Binding lookup context for wherever this binding source runtime is attached to. More... | |
BindingProcessorContainer | m_processors |
Binding processors (for the source, forward direction). More... | |
Protected Attributes inherited from kanzi::AbstractBindingVariableSource | |
VariableBindingTargetRuntime * | m_targetRuntime |
Currently connected target runtime. More... | |
Additional Inherited Members | |
Public Types inherited from kanzi::BindingSourceRuntime | |
typedef BindingProcessorContainer::const_iterator | BindingProcessorConstIterator |
Binding processor iterator type. More... | |
typedef vector< BindingProcessorSharedPtr > | BindingProcessorContainer |
Binding processor container type. More... | |
Runtime for variable binding source.
|
inlineexplicitprotected |
Constructor.
bindingSource | Binding source that created this runtime. |
lookupContext | Lookup context of the binding source runtime. |
|
static |
Creates a manual binding source runtime.
bindingSource | Binding source that created this runtime. |
lookupContext | Lookup context of the binding source runtime. |
PropertyField kanzi::VariableBindingSourceRuntime::getPropertyField | ( | ) | const |
Gets property field.
|
overrideprotectedvirtual |
BindingSourceRuntime::attachForWriteOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
overrideprotectedvirtual |
BindingSourceRuntime::detachOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
overrideprotectedvirtual |
AbstractBindingVariableSource::getPropertyType() implementation.
Implements kanzi::AbstractBindingVariableSource.
|
overrideprotectedvirtual |
AbstractBindingVariableSource::notifyVariableAvailableOverride() implementation.
Implements kanzi::AbstractBindingVariableSource.
|
overrideprotectedvirtual |
AbstractBindingVariableSource::notifyVariableDetachedOverride() implementation.
Implements kanzi::AbstractBindingVariableSource.
|
protected |
Binding source that created this runtime.