Kanzi  3.9.6
Kanzi Engine API
kanzi::CallbackProcessorRuntime Class Reference

Holds the runtime state of a CallbackBindingProcessor. More...

#include <kanzi/core.ui/binding/callback_binding_processor_runtime.hpp>

Inheritance diagram for kanzi::CallbackProcessorRuntime:
[legend]

Static Public Member Functions

static unique_ptr< CallbackProcessorRuntimecreate (CallbackBindingProcessor &processor)
 Creates a CallbackProcessorRuntime. More...
 

Protected Member Functions

 CallbackProcessorRuntime (CallbackBindingProcessor &processor)
 Constructor. More...
 
bool validateOverride (Variant &value) override
 BindingProcessorRuntime::validateOverride() implementation. More...
 
- Protected Member Functions inherited from kanzi::BindingProcessorRuntime
virtual void attachOverride (AbstractBindingRuntime &bindingRuntime, BindingLookupContext &lookupContext)
 Implementation-specific attach of the binding processor runtime. More...
 
 BindingProcessorRuntime (BindingProcessor &processor)
 Constructor. More...
 
virtual void detachOverride ()
 Implementation-specific detach of the binding processor runtime. 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...
 
AbstractBindingRuntimegetBindingRuntime () const
 Gets the binding runtime. More...
 
BindingProcessorgetProcessor () 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...
 
- Protected Attributes inherited from kanzi::BindingProcessorRuntime
AbstractBindingRuntimem_bindingRuntime
 The binding runtime containing the BindingProcessorRuntime. More...
 
BindingLookupContextm_lookupContext
 Binding lookup context for the processor. More...
 
BindingProcessorm_processor
 The processor whose runtime state is held by the BindingProcessorRuntime. More...
 

Detailed Description

Holds the runtime state of a CallbackBindingProcessor.

Since
Kanzi 3.9.3

Constructor & Destructor Documentation

◆ CallbackProcessorRuntime()

kanzi::CallbackProcessorRuntime::CallbackProcessorRuntime ( CallbackBindingProcessor processor)
explicitprotected

Constructor.

Parameters
processorThe CallbackBindingProcessor who's runtime state is held by the created CallbackProcessorRuntime.

Member Function Documentation

◆ create()

static unique_ptr<CallbackProcessorRuntime> kanzi::CallbackProcessorRuntime::create ( CallbackBindingProcessor processor)
static

Creates a CallbackProcessorRuntime.

Parameters
processorThe CallbackBindingProcessor who's runtime state is held by the created CallbackProcessorRuntime.
Returns
A CallbackProcessorRuntime instance.

◆ validateOverride()

bool kanzi::CallbackProcessorRuntime::validateOverride ( Variant value)
overrideprotectedvirtual

The documentation for this class was generated from the following file: