Typed runtime for render value binding target. More...
#include <kanzi/core.ui/binding/typed_render_value_binding_target_runtime.hpp>
Public Member Functions | |
| ~TypedRenderValueBindingTargetRuntime ()=default | |
| Destructor. More... | |
Public Member Functions inherited from kanzi::RenderValueBindingTargetRuntime | |
| GlRenderState & | getRenderState () const |
| Gets the render state from the associated render value lookup context. More... | |
| BindingRenderValueLookupContext & | getRenderValueLookupContext () const |
| Gets the lookup context as correct type. More... | |
| string | getRenderValueName () const |
| Gets the name of the render value used. More... | |
Public Member Functions inherited from kanzi::BindingTargetRuntime | |
| void | attachForRead () |
| Attaches the binding target runtime for reading. More... | |
| void | attachForWrite () |
| Attaches the binding target runtime for writing. More... | |
| BindingProcessorRuntimeConstIterator | beginProcessorRuntimes () const |
| Gets an iterator to the beginning of binding processor runtimes. More... | |
| void | createBindingProcessorsRuntimes (const AbstractBinding &binding) |
| Creates a processor runtime for each BindingProcessor held by the binding parameter. More... | |
| void | detach () |
| Detaches binding target runtime. More... | |
| BindingProcessorRuntimeConstIterator | endProcessorRuntimes () const |
| Gets an iterator to the end of binding processor runtimes. More... | |
| AbstractBindingRuntime * | getBindingRuntime () const |
| Gets the binding runtime. More... | |
| BindingLookupContext & | getLookupContext () const |
| Gets the lookup context. More... | |
| bool | isConnected () |
| Indicates whether this source is connected. More... | |
| bool | read (Variant &value) |
| Reads a value from the binding target. More... | |
| void | setBindingRuntime (AbstractBindingRuntime &bindingRuntime) |
| Sets the binding runtime. More... | |
| bool | write (const Variant &value) |
| Writes a value to the binding target. More... | |
| virtual | ~BindingTargetRuntime ()=default |
| Destructor. More... | |
Static Public Member Functions | |
| static BindingTargetRuntimePtr | create (string_view renderValueName) |
| Create a render value binding target runtime. More... | |
Static Public Member Functions inherited from kanzi::RenderValueBindingTargetRuntime | |
| static BindingTargetRuntimePtr | create (PropertyDataType dataType, string_view renderValueName) |
| Creates a new object render value binding target runtime. More... | |
| static BindingTargetRuntimePtr | create (AbstractPropertyType propertyType) |
| Creates a new object render value binding target runtime. More... | |
Protected Attributes | |
| GlRenderState::HandleType | m_handle |
| Handle acquired from render state. More... | |
Protected Attributes inherited from kanzi::RenderValueBindingTargetRuntime | |
| string | m_renderValueName |
| Target property type. More... | |
Protected Attributes inherited from kanzi::BindingTargetRuntime | |
| AbstractBindingRuntime * | m_bindingRuntime |
| Abstract binding runtime for this target. More... | |
| BindingProcessorRuntimeContainer | m_processorRuntimes |
| Binding processors runtimes (for the target, backward direction). More... | |
Additional Inherited Members | |
Public Types inherited from kanzi::BindingTargetRuntime | |
| using | BindingProcessorRuntimeConstIterator = BindingProcessorRuntimeContainer::const_iterator |
| Binding processor iterator type. More... | |
| using | BindingProcessorRuntimeContainer = vector< BindingProcessorRuntimePtr > |
| Binding processor container type. More... | |
Typed runtime for render value binding target.
|
default |
Destructor.
|
inlineexplicitprotected |
Constructor.
| renderValueName | Name of the render value to use. |
|
inlinestatic |
Create a render value binding target runtime.
| renderValueName | Name of the render value to use. |
|
inlineprotected |
Allocates a handle from the render state.
|
inlineoverrideprotectedvirtual |
BindingTargetRuntime::writeOverride() implementation.
Implements kanzi::BindingTargetRuntime.
|
inlineoverrideprotectedvirtual |
BindingTargetRuntime::attachForWriteOverride() implementation.
Reimplemented from kanzi::RenderValueBindingTargetRuntime.
|
inlineoverrideprotectedvirtual |
BindingTargetRuntime::detachOverride() implementation.
Reimplemented from kanzi::RenderValueBindingTargetRuntime.
|
protected |
Handle acquired from render state.