Runtime for object property binding source. More...
#include <kanzi/core.ui/binding/data_source_binding_source_runtime.hpp>
Public Member Functions | |
string | getPath () const |
Gets path to data object. More... | |
~DataSourceBindingSourceRuntime () override | |
Destructor. 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... | |
BindingProcessorRuntimeConstIterator | beginProcessorRuntimes () const |
Gets an iterator to the beginning of binding processors. More... | |
void | createBindingProcessorRuntimes (const AbstractBinding &binding) |
Creates a processor runtime for each BindingProcessor held by the binding parameter. More... | |
void | detach () |
Detaches the binding source runtime. More... | |
BindingProcessorRuntimeConstIterator | endProcessorRuntimes () const |
Gets an iterator to the end of binding processors. More... | |
AbstractBindingRuntime * | getBindingRuntime () const |
Returns the source lookup context. More... | |
BindingLookupContext & | getLookupContext () const |
Returns the 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 ()=default |
Destructor. More... | |
Static Public Member Functions | |
static BindingSourceRuntimePtr | create (const DataSourceBindingSource &source, BindingLookupContextPtr lookupContext) |
Create a new object property binding target runtime. More... | |
Additional Inherited Members | |
Public Types inherited from kanzi::BindingSourceRuntime | |
using | BindingProcessorRuntimeConstIterator = BindingProcessorRuntimeContainer::const_iterator |
Binding processor runtime constant iterator type. More... | |
using | BindingProcessorRuntimeContainer = vector< BindingProcessorRuntimePtr > |
Binding processor runtime container type. More... | |
Static Protected Member Functions inherited from kanzi::ObjectPropertyListenerImpl< ResourceSharedPtr, PropertyObjectWeakPtr, PropertyObjectSharedPtr > | |
static void | localPropertyChangeCallback (PropertyObject &, const ResourceSharedPtr &, PropertyNotificationReason reason, void *userData) |
Property change callback for object property. More... | |
Runtime for object property binding source.
|
override |
Destructor.
|
inlineexplicitprotected |
Constructor.
source | Host object property binding source. |
lookupContext | Lookup context for this binding source runtime. |
|
static |
Create a new object property binding target runtime.
source | Host object property binding target. |
lookupContext | Lookup context for this binding source runtime. |
string kanzi::DataSourceBindingSourceRuntime::getPath | ( | ) | const |
Gets path to data object.
|
protected |
Called when data source changes.
|
protected |
Called when data object within data source changes.
|
overrideprotectedvirtual |
BindingSourceRuntime::attachForReadOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
overrideprotectedvirtual |
BindingSourceRuntime::attachForWriteOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
overrideprotectedvirtual |
BindingSourceRuntime::detachOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
overrideprotectedvirtual |
BindingSourceRuntime::readOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
overrideprotectedvirtual |
BindingSourceRuntime::writeOverride() implementation.
Reimplemented from kanzi::BindingSourceRuntime.
|
overrideprotectedvirtual |
BindingSourceRuntime::isConnectedOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
overrideprotectedvirtual |
|
protected |
Data object connected to.
|
protected |
Data context connected to.
|
protected |
Boolean flag set to true if data source changes need a listener.
|
protected |
Token for data object subscription.
|
protected |
Token for data object subscription.
|
protected |
Host binding source.