Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::ResourceBindingSourceRuntime Class Reference

Runtime for object property binding source. More...

#include <kanzi/core.ui/binding/resource_binding_source_runtime.hpp>

Inheritance diagram for kanzi::ResourceBindingSourceRuntime:
[legend]

Public Types

using ResourceListener = ContentReference< Resource >
 Resource listener type. More...
 
using ResourceListenerPtr = unique_ptr< ResourceListener >
 Resource listener unique pointer type. More...
 
- 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...
 

Public Member Functions

ResourceID getResourceID () const
 Gets path to object. More...
 
 ~ResourceBindingSourceRuntime () 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...
 
AbstractBindingRuntimegetBindingRuntime () const
 Gets the binding runtime. More...
 
BindingLookupContextgetLookupContext () const
 Gets the 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 ResourceBindingSource &source)
 Create a resource binding source runtime. More...
 

Protected Member Functions

void attachForReadOverride () override
 BindingSourceRuntime::attachForReadOverride() implementation. More...
 
void attachForWriteOverride () override
 BindingSourceRuntime::attachForWriteOverride() implementation. More...
 
void detachOverride () override
 BindingSourceRuntime::detachOverride() implementation. More...
 
bool isConnectedOverride () override
 BindingSourceRuntime::isConnectedOverride() implementation. More...
 
bool readOverride (Variant &value) override
 BindingSourceRuntime::readOverride() implementation. More...
 
 ResourceBindingSourceRuntime (const ResourceBindingSource &source)
 Constructor. More...
 
void resourceCallback ()
 Callback for resource change. More...
 
bool writeOverride (const Variant &value) override
 BindingSourceRuntime::writeOverride() implementation. More...
 
- Protected Member Functions inherited from kanzi::BindingSourceRuntime
 BindingSourceRuntime ()=default
 Constructor. More...
 

Protected Attributes

ResourceListenerPtr m_listener
 Listener for resource changes. More...
 
const ResourceBindingSourcem_source
 Host binding source. More...
 
- Protected Attributes inherited from kanzi::BindingSourceRuntime
AbstractBindingRuntimem_bindingRuntime
 Abstract binding runtime for this source. More...
 
BindingProcessorRuntimeContainer m_processorRuntimes
 Binding processors (for the source, forward direction). More...
 

Detailed Description

Runtime for object property binding source.

Since
Kanzi 3.7.0

Member Typedef Documentation

Resource listener unique pointer type.

Constructor & Destructor Documentation

kanzi::ResourceBindingSourceRuntime::~ResourceBindingSourceRuntime ( )
override

Destructor.

kanzi::ResourceBindingSourceRuntime::ResourceBindingSourceRuntime ( const ResourceBindingSource source)
inlineexplicitprotected

Constructor.

Parameters
sourceHost object property binding source.
Since
Kanzi 3.9.6 Removed BindingLookupContextPtr.

Member Function Documentation

static BindingSourceRuntimePtr kanzi::ResourceBindingSourceRuntime::create ( const ResourceBindingSource source)
static

Create a resource binding source runtime.

Parameters
sourceHost object property binding target.
Returns
The created resource binding source runtime.
Since
Kanzi 3.9.6 Removed BindingLookupContextPtr.
ResourceID kanzi::ResourceBindingSourceRuntime::getResourceID ( ) const

Gets path to object.

Required by inheriting classes.

Returns
Path to object.
void kanzi::ResourceBindingSourceRuntime::resourceCallback ( )
protected

Callback for resource change.

void kanzi::ResourceBindingSourceRuntime::attachForReadOverride ( )
overrideprotectedvirtual
void kanzi::ResourceBindingSourceRuntime::attachForWriteOverride ( )
overrideprotectedvirtual
void kanzi::ResourceBindingSourceRuntime::detachOverride ( )
overrideprotectedvirtual
bool kanzi::ResourceBindingSourceRuntime::readOverride ( Variant value)
overrideprotectedvirtual
bool kanzi::ResourceBindingSourceRuntime::writeOverride ( const Variant value)
overrideprotectedvirtual
bool kanzi::ResourceBindingSourceRuntime::isConnectedOverride ( )
overrideprotectedvirtual

Member Data Documentation

ResourceListenerPtr kanzi::ResourceBindingSourceRuntime::m_listener
protected

Listener for resource changes.

const ResourceBindingSource& kanzi::ResourceBindingSourceRuntime::m_source
protected

Host binding source.


The documentation for this class was generated from the following file: