Custom render value binding target runtime for blend mode. More...
#include <kanzi/core.ui/binding/typed_render_value_binding_target_runtime.hpp>
Public Member Functions | |
| ~BlendModeRenderValueBindingTargetRuntime ()=default | |
| Destructor. | |
Public Member Functions inherited from kanzi::RenderValueBindingTargetRuntime | |
| GlRenderState & | getRenderState () const |
| Gets the render state from the associated render value lookup context. | |
| BindingRenderValueLookupContext & | getRenderValueLookupContext () const |
| Gets the lookup context as correct type. | |
| string | getRenderValueName () const |
| Gets the name of the render value used. | |
Public Member Functions inherited from kanzi::BindingTargetRuntime | |
| void | attachForRead () |
| Attaches the binding target runtime for reading. | |
| void | attachForWrite () |
| Attaches the binding target runtime for writing. | |
| BindingProcessorRuntimeConstIterator | beginProcessorRuntimes () const |
| Gets an iterator to the beginning of binding processor runtimes. | |
| void | createBindingProcessorsRuntimes (const AbstractBinding &binding) |
| Creates a processor runtime for each BindingProcessor held by the binding parameter. | |
| void | detach () |
| Detaches binding target runtime. | |
| BindingProcessorRuntimeConstIterator | endProcessorRuntimes () const |
| Gets an iterator to the end of binding processor runtimes. | |
| 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 the binding target. | |
| void | setBindingRuntime (AbstractBindingRuntime &bindingRuntime) |
| Sets the binding runtime. | |
| bool | write (const Variant &value) |
| Writes a value to the binding target. | |
| virtual | ~BindingTargetRuntime ()=default |
| Destructor. | |
Static Public Member Functions | |
| static BindingTargetRuntimePtr | create (string_view renderValueName) |
| Create a render value binding target runtime. | |
Static Public Member Functions inherited from kanzi::RenderValueBindingTargetRuntime | |
| static BindingTargetRuntimePtr | create (AbstractPropertyType propertyType) |
| Creates a new object render value binding target runtime. | |
| static BindingTargetRuntimePtr | create (PropertyDataType dataType, string_view renderValueName) |
| Creates a new object render value binding target runtime. | |
Protected Member Functions | |
| BlendModeRenderValueBindingTargetRuntime (string_view renderValueName) | |
| Constructor. | |
| bool | writeOverride (const Variant &value) override |
| BindingTargetRuntime::writeOverride() implementation. | |
Protected Member Functions inherited from kanzi::RenderValueBindingTargetRuntime | |
| void | attachForReadOverride () override |
| BindingTargetRuntime::attachForReadOverride() implementation. | |
| void | attachForWriteOverride () override |
| BindingTargetRuntime::attachForWriteOverride() implementation. | |
| void | detachOverride () override |
| BindingTargetRuntime::detachOverride() implementation. | |
| bool | isConnectedOverride () override |
| BindingTargetRuntime::isConnectedOverride() implementation. | |
| RenderValueBindingTargetRuntime (string_view renderValueName) | |
| Constructor. | |
Protected Member Functions inherited from kanzi::BindingTargetRuntime | |
| BindingTargetRuntime ()=default | |
| Constructor. | |
| virtual bool | readOverride (Variant &value) |
| Implementation-dependent read. | |
Additional Inherited Members | |
Public Types inherited from kanzi::BindingTargetRuntime | |
| using | BindingProcessorRuntimeConstIterator |
| Binding processor iterator type. | |
| using | BindingProcessorRuntimeContainer |
| Binding processor container type. | |
Protected Attributes inherited from kanzi::RenderValueBindingTargetRuntime | |
| string | m_renderValueName |
| Target property type. | |
Protected Attributes inherited from kanzi::BindingTargetRuntime | |
| AbstractBindingRuntime * | m_bindingRuntime |
| Abstract binding runtime for this target. | |
| BindingProcessorRuntimeContainer | m_processorRuntimes |
| Binding processors runtimes (for the target, backward direction). | |
Custom render value binding target runtime for blend mode.
|
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. |
|
inlineoverrideprotectedvirtual |
BindingTargetRuntime::writeOverride() implementation.
Implements kanzi::BindingTargetRuntime.