Runtime for variable expression value source. More...
#include <kanzi/core.ui/binding/variable_expression_value_source_runtime.hpp>
Public Member Functions | |
PropertyField | getPropertyField () const |
Gets property field. | |
Public Member Functions inherited from kanzi::AbstractExpressionValueSourceRuntime | |
void | attach () |
Attaches this source. | |
void | detach () |
Detaches this source. | |
Variant & | getRegister () |
Gets the variant from this value source. | |
const Variant & | getRegister () const |
Gets the variant from this value source. | |
virtual | ~AbstractExpressionValueSourceRuntime () |
Destructor. | |
Public Member Functions inherited from kanzi::AbstractBindingVariableSource | |
AbstractPropertyType | getPropertyType () const |
Gets the associated property type for this variable source. | |
void | notifyVariableAvailable () |
Notification function for when variable has become available or has been changed. | |
void | notifyVariableDetached () |
Notification function for when variable has become detached and is no longer available. | |
void | setTargetRuntime (VariableBindingTargetRuntime *targetRuntime) |
Sets the variable binding target runtime. | |
Protected Attributes | |
const VariableExpressionValueSource & | m_source |
Create info containing settings for this source. | |
Protected Attributes inherited from kanzi::AbstractExpressionValueSourceRuntime | |
Variant | m_cachedValue |
Cached value stored. | |
ExpressionBindingSourceRuntime & | m_host |
Host multi binding source. | |
Protected Attributes inherited from kanzi::AbstractBindingVariableSource | |
VariableBindingTargetRuntime * | m_targetRuntime |
Currently connected target runtime. | |
Runtime for variable expression value source.
|
inlineprotected |
Constructor.
source | Source variable expression of the value source runtime. |
host | Host expression binding of the value source runtime. |
PropertyField kanzi::VariableExpressionValueSourceRuntime::getPropertyField | ( | ) | const |
Gets property field.
|
protected |
Gets the binding lookup context.
|
overrideprotectedvirtual |
AbstractExpressionValueSource::detachOverride() implementation.
Implements kanzi::AbstractExpressionValueSourceRuntime.
|
overrideprotectedvirtual |
AbstractBindingVariableSource::getPropertyType() implementation.
Implements kanzi::AbstractBindingVariableSource.
|
protected |
Create info containing settings for this source.