Holds the runtime state of an InstructionBindingProcessor. More...
#include <kanzi/core.ui/binding/instruction_binding_processor_runtime.hpp>
Static Public Member Functions | |
static unique_ptr< InstructionBindingProcessorRuntime > | create (InstructionBindingProcessor &processor) |
Creates an InstructionBindingProcessorRuntime. More... | |
Protected Member Functions | |
void | attachOverride (AbstractBindingRuntime &bindingRuntime, BindingLookupContext &lookupContext) override |
BindingProcessorRuntime::attachOverride() implementation. More... | |
void | detachOverride () override |
BindingProcessorRuntime::detachOverride() mplementation. More... | |
InstructionBindingProcessor & | getInstructionBindingProcessor () const |
Casts BindingProcess into InstructionBindingProcessor. More... | |
InstructionBindingProcessorRuntime (InstructionBindingProcessor &processor) | |
Constructor. More... | |
bool | validateOverride (Variant &value) override |
BindingProcessorRuntime::attachOverride() implementation. More... | |
Protected Member Functions inherited from kanzi::BindingProcessorRuntime | |
BindingProcessorRuntime (BindingProcessor &processor) | |
Constructor. More... | |
Protected Attributes | |
Variant * | m_inputRegister1 |
Attached input register. More... | |
Variant * | m_inputRegister2 |
Attached input register. More... | |
Variant * | m_inputRegister3 |
Attached input register. More... | |
Variant * | m_outputRegister |
Attached output register. More... | |
Protected Attributes inherited from kanzi::BindingProcessorRuntime | |
AbstractBindingRuntime * | m_bindingRuntime |
The binding runtime containing the BindingProcessorRuntime. More... | |
BindingLookupContext * | m_lookupContext |
Binding lookup context for the processor. More... | |
BindingProcessor & | m_processor |
The processor whose runtime state is held by the BindingProcessorRuntime. More... | |
Additional Inherited Members | |
Public Member Functions inherited from kanzi::BindingProcessorRuntime | |
void | attach (AbstractBindingRuntime &bindingRuntime, BindingLookupContext &lookupContext) |
Called when the binding source or target runtime containing the processor runtime is being attached. More... | |
void | detach () |
Called when the binding source or target runtime containing the processor runtime is being detached. More... | |
AbstractBindingRuntime * | getBindingRuntime () const |
Gets the binding runtime. More... | |
BindingProcessor & | getProcessor () const |
Gets the binding processor. More... | |
bool | validate (Variant &value) |
Returns true if the BindingProcessorRuntime has a valid state. More... | |
virtual | ~BindingProcessorRuntime ()=default |
Destructor. More... | |
Holds the runtime state of an InstructionBindingProcessor.
|
explicitprotected |
Constructor.
processor | The InstructionBindingProcessor who's runtime state is held by the created InstructionBindingProcessorRuntime. |
|
static |
Creates an InstructionBindingProcessorRuntime.
processor | The InstructionBindingProcessor who's runtime state is held by the created InstructionBindingProcessorRuntime. |
|
overrideprotectedvirtual |
BindingProcessorRuntime::attachOverride() implementation.
Reimplemented from kanzi::BindingProcessorRuntime.
Reimplemented in kanzi::ResourceBindingProcessorRuntime.
|
overrideprotectedvirtual |
BindingProcessorRuntime::detachOverride() mplementation.
Reimplemented from kanzi::BindingProcessorRuntime.
Reimplemented in kanzi::ResourceBindingProcessorRuntime, and kanzi::RangeBindingProcessorRuntime.
|
overrideprotectedvirtual |
BindingProcessorRuntime::attachOverride() implementation.
Implements kanzi::BindingProcessorRuntime.
Reimplemented in kanzi::ResourceBindingProcessorRuntime, kanzi::RangeBindingProcessorRuntime, and kanzi::RangeAccumulateBindingProcessorRuntime.
|
protected |
Casts BindingProcess into InstructionBindingProcessor.
|
protected |
Attached input register.
|
protected |
Attached input register.
|
protected |
Attached input register.
|
protected |
Attached output register.