Binding lookup context for NodeEffect2D. More...
#include <kanzi/core.ui/effect/binding_node_effect2d_lookup_context.hpp>
Static Public Member Functions | |
static BindingLookupContextPtr | create (NodeEffect2D &nodeEffect, NodeEffect2DSharedPtr templateRoot) |
Creates a binding lookup context for given node effect. More... | |
Protected Member Functions | |
BindingNodeEffect2DLookupContext (NodeEffect2D &nodeEffect, NodeEffect2DSharedPtr templateRoot) | |
Constructor. More... | |
Protected Member Functions inherited from kanzi::BindingLookupContext | |
BindingLookupContext ()=default | |
Constructor. More... | |
Binding lookup context for NodeEffect2D.
|
explicitprotected |
Constructor.
nodeEffect | NodeEffect2D to use as base for lookup. |
templateRoot | Template root of this node effect. Should not be empty. |
|
static |
Creates a binding lookup context for given node effect.
nodeEffect | NodeEffect2D to use as base for lookup. |
templateRoot | Template root for given node effect. |
|
finalvirtual |
BindingLookupContext::clone() implementation.
Reimplemented from kanzi::BindingLookupContext.
|
finalvirtual |
BindingLookupContext::lookup() implementation.
Implements kanzi::BindingLookupContext.
|
finalvirtual |
BindingLookupContext::createValueSourceOwner() implementation.
Reimplemented from kanzi::BindingLookupContext.
|
finalvirtual |
BindingLookupContext::registerGlobalNotification() implementation.
Reimplemented from kanzi::BindingLookupContext.
|
finalvirtual |
BindingLookupContext::unregisterGlobalNotification() implementation.
Reimplemented from kanzi::BindingLookupContext.
|
finalvirtual |
BindingLookupContext::registerLocalNotification() implementation.
Reimplemented from kanzi::BindingLookupContext.
|
finalvirtual |
BindingLookupContext::unregisterLocalNotification() implementation.
Reimplemented from kanzi::BindingLookupContext.