Runtime for RenderPropertyBindingSource. More...
#include <kanzi/core.ui/binding/render_property_binding_source_runtime.hpp>
Public Member Functions | |
| string | getPath () const |
| Gets the path to object. | |
| AbstractPropertyType | getPropertyType () const |
| Gets property type. | |
Public Member Functions inherited from kanzi::BindingSourceRuntime | |
| void | attachForRead () |
| Attaches the binding source runtime for reading. | |
| void | attachForWrite () |
| Attaches the binding source runtime for writing. | |
| BindingProcessorRuntimeConstIterator | beginProcessorRuntimes () const |
| Gets an iterator to the beginning of binding processors. | |
| void | createBindingProcessorRuntimes (const AbstractBinding &binding) |
| Creates a processor runtime for each BindingProcessor held by the binding parameter. | |
| void | detach () |
| Detaches the binding source runtime. | |
| BindingProcessorRuntimeConstIterator | endProcessorRuntimes () const |
| Gets an iterator to the end of binding processors. | |
| AbstractBindingRuntime * | getBindingRuntime () const |
| Gets the binding runtime. | |
| BindingLookupContext & | getLookupContext () const |
| Gets the lookup context. | |
| bool | isConnected () |
| Indicates whether this source is connected. | |
| bool | read (Variant &value) |
| Reads a value from binding source. | |
| void | setBindingRuntime (AbstractBindingRuntime &bindingRuntime) |
| Sets the binding runtime. | |
| bool | write (const Variant &value) |
| Writes a value to binding source. | |
| virtual | ~BindingSourceRuntime ()=default |
| Destructor. | |
Protected Member Functions | |
| void | attachForWriteOverride () override |
| BindingSourceRuntime::attachOverride() implementation. | |
| MaterialSharedPtr | getMaterial () const |
| Gets the material attached to. | |
| RenderPropertyBindingSourceRuntime (const RenderPropertyBindingSource &source) | |
| Constructor. | |
Protected Member Functions inherited from kanzi::BindingSourceRuntime | |
| virtual void | attachForReadOverride ()=0 |
| Implementation-dependent attach for read. | |
| BindingSourceRuntime ()=default | |
| Constructor. | |
| virtual void | detachOverride ()=0 |
| Implementation-dependent detach. | |
| virtual bool | isConnectedOverride ()=0 |
| Implementation-dependent connected check. | |
| virtual bool | readOverride (Variant &value)=0 |
| Implementation-dependent read. | |
| virtual bool | writeOverride (const Variant &value) |
| Implementation-dependent write. | |
Protected Attributes | |
| const RenderPropertyBindingSource & | m_source |
| Host binding source. | |
Protected Attributes inherited from kanzi::BindingSourceRuntime | |
| AbstractBindingRuntime * | m_bindingRuntime |
| Abstract binding runtime for this source. | |
| BindingProcessorRuntimeContainer | m_processorRuntimes |
| Binding processors (for the source, forward direction). | |
Additional Inherited Members | |
Public Types inherited from kanzi::BindingSourceRuntime | |
| using | BindingProcessorRuntimeConstIterator |
| Binding processor runtime constant iterator type. | |
| using | BindingProcessorRuntimeContainer |
| Binding processor runtime container type. | |
Runtime for RenderPropertyBindingSource.
|
inlineexplicitprotected |
Constructor.
| source | Host object property binding source. |
| string kanzi::RenderPropertyBindingSourceRuntime::getPath | ( | ) | const |
Gets the path to object.
| AbstractPropertyType kanzi::RenderPropertyBindingSourceRuntime::getPropertyType | ( | ) | const |
Gets property type.
|
protected |
Gets the material attached to.
|
overrideprotectedvirtual |
BindingSourceRuntime::attachOverride() implementation.
Implements kanzi::BindingSourceRuntime.
|
protected |
Host binding source.