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. 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... | |
| BindingProcessorConstIterator | beginProcessors () const |
| Gets an iterator to the beginning of binding processors. More... | |
| void | copyBindingProcessors (const AbstractBinding &binding) |
| Copies backward direction processors from a binding. More... | |
| void | detach () |
| Detaches binding target runtime. More... | |
| BindingProcessorConstIterator | endProcessors () const |
| Gets an iterator to the end of binding processors. More... | |
| AbstractBindingRuntime * | getBindingRuntime () const |
| Gets the binding runtime. More... | |
| BindingLookupContext & | getLookupContext () const |
| Accesses target 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 () |
| Destructor. More... | |
Static Public Member Functions | |
| static BindingTargetRuntimePtr | create (BindingLookupContextPtr lookupContext, string_view renderValueName) |
| Create a render value binding target runtime. More... | |
Static Public Member Functions inherited from kanzi::RenderValueBindingTargetRuntime | |
| static BindingTargetRuntimePtr | create (BindingLookupContextPtr lookupContext, PropertyDataType dataType, string_view renderValueName) |
| Creates a new object render value binding target runtime. More... | |
| static BindingTargetRuntimePtr | create (BindingLookupContextPtr lookupContext, AbstractPropertyType propertyType) |
| Creates a new object render value binding target runtime. More... | |
Additional Inherited Members | |
Public Types inherited from kanzi::BindingTargetRuntime | |
| typedef BindingProcessorContainer::const_iterator | BindingProcessorConstIterator |
| Binding processor iterator type. More... | |
| typedef vector< BindingProcessorSharedPtr > | BindingProcessorContainer |
| Binding processor container type. 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... | |
| BindingLookupContextPtr | m_lookupContext |
| Binding lookup context for wherever this binding target runtime is attached to. More... | |
| BindingProcessorContainer | m_processors |
| Binding processors (for the target, backward direction). More... | |
Custom render value binding target runtime for blend mode.
|
default |
Destructor.
|
inlineexplicitprotected |
Constructor.
| lookupContext | Binding lookup context to use. |
| renderValueName | Name of the render value to use. |
|
inlinestatic |
Create a render value binding target runtime.
| lookupContext | Binding lookup context to use. |
| renderValueName | Name of the render value to use. |
|
inlineoverrideprotectedvirtual |
BindingTargetRuntime::writeOverride() implementation.
Implements kanzi::BindingTargetRuntime.