Render property expression value source. More...
#include <kanzi/core.ui/binding/render_property_expression_value_source.hpp>
Public Member Functions | |
| string | getPath () const |
| Gets the source object path. | |
| AbstractPropertyType | getPropertyType () const |
| Gets the source property type. | |
Public Member Functions inherited from kanzi::AbstractExpressionValueSource | |
| BindingSourcePtr | convertToBindingSource () |
| Converts this expression value source to a matching binding source. | |
| AbstractExpressionValueSourceRuntimePtr | createRuntime (ExpressionBindingSourceRuntime &host) |
| Creates a runtime for this expression value source. | |
| virtual | ~AbstractExpressionValueSource () |
| Destructor. | |
Static Public Member Functions | |
| static RenderPropertyExpressionValueSourceSharedPtr | create (string_view path, AbstractPropertyType propertyType) |
| Creates a render property expression value source. | |
Protected Member Functions | |
| BindingSourcePtr | convertToBindingSourceOverride () override |
| AbstractExpressionValueSource::convertToBindingSourceOverride() implementation. | |
| AbstractExpressionValueSourceRuntimePtr | createRuntimeOverride (ExpressionBindingSourceRuntime &host) override |
| AbstractExpressionValueSource::createRuntimeOverride() implementation. | |
| RenderPropertyExpressionValueSource (string_view path, AbstractPropertyType propertyType) | |
| Constructor. | |
Protected Member Functions inherited from kanzi::AbstractExpressionValueSource | |
| AbstractExpressionValueSource () | |
| Constructor. | |
Protected Attributes | |
| string | m_path |
| Path to object to listen to. | |
| AbstractPropertyType | m_propertyType |
| Property type to listen to. | |
Render property expression value source.
Used for reading properties used as render values.
|
inlineprotected |
Constructor.
| path | Path to object. |
| propertyType | Property type to listen to. |
|
static |
Creates a render property expression value source.
Uses the whole property.
| path | Path to object. |
| propertyType | Property type to listen to. |
|
inline |
Gets the source object path.
|
inline |
Gets the source property type.
|
overrideprotectedvirtual |
AbstractExpressionValueSource::createRuntimeOverride() implementation.
Implements kanzi::AbstractExpressionValueSource.
|
overrideprotectedvirtual |
AbstractExpressionValueSource::convertToBindingSourceOverride() implementation.
Implements kanzi::AbstractExpressionValueSource.
|
protected |
Path to object to listen to.
|
protected |
Property type to listen to.