Runtime for render property expression value source. More...
#include <kanzi/core.ui/binding/render_property_expression_value_source_runtime.hpp>
Public Member Functions | |
string | getPath () const |
Gets source path. More... | |
AbstractPropertyType | getPropertyType () const |
Gets property type. More... | |
Public Member Functions inherited from kanzi::AbstractExpressionValueSourceRuntime | |
void | attach () |
Attaches this source. More... | |
void | detach () |
Detaches this source. More... | |
Variant & | getRegister () |
Gets the variant from this value source. More... | |
const Variant & | getRegister () const |
Gets the variant from this value source. More... | |
virtual | ~AbstractExpressionValueSourceRuntime () |
Destructor. More... | |
Protected Member Functions | |
BindingLookupContext & | getLookupContext () const |
Gets the binding lookup context. More... | |
MaterialSharedPtr | getMaterial () const |
Gets the material attached to. More... | |
RenderPropertyExpressionValueSourceRuntime (const RenderPropertyExpressionValueSource &source, ExpressionBindingSourceRuntime &host) | |
Constructor. More... | |
Protected Member Functions inherited from kanzi::AbstractExpressionValueSourceRuntime | |
AbstractExpressionValueSourceRuntime (ExpressionBindingSourceRuntime &host) | |
Constructor. More... | |
virtual void | attachOverride ()=0 |
Implementation-dependent attach. More... | |
virtual void | detachOverride ()=0 |
Implementation-dependent detach. More... | |
Protected Attributes | |
const RenderPropertyExpressionValueSource & | m_source |
Create info containing settings for this source. More... | |
Protected Attributes inherited from kanzi::AbstractExpressionValueSourceRuntime | |
Variant | m_cachedValue |
Cached value stored. More... | |
ExpressionBindingSourceRuntime & | m_host |
Host multi binding source. More... | |
Runtime for render property expression value source.
|
inlineprotected |
Constructor.
source | Source render property expression of the value source runtime. |
host | Host expression binding of the value source runtime. |
string kanzi::RenderPropertyExpressionValueSourceRuntime::getPath | ( | ) | const |
Gets source path.
AbstractPropertyType kanzi::RenderPropertyExpressionValueSourceRuntime::getPropertyType | ( | ) | const |
Gets property type.
|
protected |
Gets the binding lookup context.
|
protected |
Gets the material attached to.
|
protected |
Create info containing settings for this source.