Data Source expression value source. More...
#include <kanzi/core.ui/binding/data_source_expression_value_source.hpp>
Public Member Functions | |
| string | getPath () const |
| Gets the source object path. More... | |
Public Member Functions inherited from kanzi::AbstractExpressionValueSource | |
| BindingSourcePtr | convertToBindingSource () |
| Converts this expression value source to a matching binding source. More... | |
| AbstractExpressionValueSourceRuntimePtr | createRuntime (ExpressionBindingSourceRuntime &host) |
| Creates a runtime for this expression value source. More... | |
| virtual | ~AbstractExpressionValueSource () |
| Destructor. More... | |
Static Public Member Functions | |
| static DataSourceExpressionValueSourceSharedPtr | create (string_view path) |
| Creates an object property expression value source. More... | |
Protected Member Functions | |
| BindingSourcePtr | convertToBindingSourceOverride () override |
| AbstractExpressionValueSource::convertToBindingSourceOverride() implementation. More... | |
| AbstractExpressionValueSourceRuntimePtr | createRuntimeOverride (ExpressionBindingSourceRuntime &host) override |
| AbstractExpressionValueSource::createRuntimeOverride() implementation. More... | |
| DataSourceExpressionValueSource (string_view path) | |
| Constructor. More... | |
Protected Member Functions inherited from kanzi::AbstractExpressionValueSource | |
| AbstractExpressionValueSource () | |
| Constructor. More... | |
Protected Attributes | |
| string | m_path |
| Path to object to listen to. More... | |
Data Source expression value source.
|
inlineprotected |
Constructor.
| path | Path to data object. |
|
static |
Creates an object property expression value source.
| path | Path to data object. |
|
inline |
Gets the source object path.
|
overrideprotectedvirtual |
AbstractExpressionValueSource::createRuntimeOverride() implementation.
Implements kanzi::AbstractExpressionValueSource.
|
overrideprotectedvirtual |
AbstractExpressionValueSource::convertToBindingSourceOverride() implementation.
Implements kanzi::AbstractExpressionValueSource.
|
protected |
Path to object to listen to.