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