Render property binding source. More...
#include <kanzi/core.ui/binding/render_property_binding_source.hpp>
Public Member Functions | |
string | getPath () const |
Gets the path to object. More... | |
AbstractPropertyType | getPropertyType () const |
Gets the source property type. More... | |
Public Member Functions inherited from kanzi::BindingSource | |
BindingSourceRuntimePtr | createRuntime (BindingLookupContextPtr lookupContext) |
Creates binding source runtime. More... | |
virtual | ~BindingSource () |
Destructor. More... | |
Static Public Member Functions | |
static BindingSourcePtr | create (string_view path, AbstractPropertyType propertyType) |
Creates an render property binding source. More... | |
Protected Member Functions | |
BindingSourceRuntimePtr | createRuntimeOverride (BindingLookupContextPtr lookupContext) override |
BindingSource::createRuntime implementation. More... | |
RenderPropertyBindingSource (string_view path, AbstractPropertyType propertyType) | |
Constructor. More... | |
Protected Member Functions inherited from kanzi::BindingSource | |
BindingSource () | |
Constructor. More... | |
Protected Attributes | |
string | m_path |
Path to look up. More... | |
AbstractPropertyType | m_propertyType |
Property type to read. More... | |
Render property binding source.
Render property binding source is used to read values into bindings associated with render states only reading from node properties.
|
inlineexplicitprotected |
Constructor.
path | Path to object. |
propertyType | Property type to listen to. |
|
static |
Creates an render property binding source.
path | Path to object. |
propertyType | Property type to listen to. |
|
inline |
Gets the path to object.
|
inline |
Gets the source property type.
|
overrideprotectedvirtual |
BindingSource::createRuntime implementation.
Implements kanzi::BindingSource.
|
protected |
Path to look up.
|
protected |
Property type to read.