Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::BindingNodeEffect2DLookupContext Class Reference

Binding lookup context for NodeEffect2D. More...

#include <kanzi/core.ui/effect/binding_node_effect2d_lookup_context.hpp>

Inheritance diagram for kanzi::BindingNodeEffect2DLookupContext:
[legend]

Public Member Functions

BindingLookupContextPtr clone () final
 BindingLookupContext::clone() implementation. More...
 
AbstractPropertyTypeDescriptor::ValueSourceOwnercreateValueSourceOwner (ValueSourceBindingTargetRuntime &targetRuntime, bool reuseAllowed) final
 BindingLookupContext::createValueSourceOwner() implementation. More...
 
ObjectSharedPtr lookup (string_view path) final
 BindingLookupContext::lookup() implementation. More...
 
void registerGlobalNotification (string_view, BindingLookupNotificationBase &) final
 BindingLookupContext::registerGlobalNotification() implementation. More...
 
void registerLocalNotification (PropertyObject *, string_view, BindingLookupNotificationBase &) final
 BindingLookupContext::registerLocalNotification() implementation. More...
 
void unregisterGlobalNotification (string_view, BindingLookupNotificationBase &) final
 BindingLookupContext::unregisterGlobalNotification() implementation. More...
 
void unregisterLocalNotification (PropertyObject *, string_view, BindingLookupNotificationBase &) final
 BindingLookupContext::unregisterLocalNotification() implementation. More...
 
- Public Member Functions inherited from kanzi::BindingLookupContext
virtual voidlookupRaw (string_view path)
 Looks up object by path. More...
 
virtual ~BindingLookupContext ()=default
 Destructor. More...
 

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...
 

Detailed Description

Binding lookup context for NodeEffect2D.

Since
Kanzi 3.9.8

Constructor & Destructor Documentation

kanzi::BindingNodeEffect2DLookupContext::BindingNodeEffect2DLookupContext ( NodeEffect2D nodeEffect,
NodeEffect2DSharedPtr  templateRoot 
)
explicitprotected

Constructor.

Parameters
nodeEffectNodeEffect2D to use as base for lookup.
templateRootTemplate root of this node effect. Should not be empty.

Member Function Documentation

static BindingLookupContextPtr kanzi::BindingNodeEffect2DLookupContext::create ( NodeEffect2D nodeEffect,
NodeEffect2DSharedPtr  templateRoot 
)
static

Creates a binding lookup context for given node effect.

Parameters
nodeEffectNodeEffect2D to use as base for lookup.
templateRootTemplate root for given node effect.
BindingLookupContextPtr kanzi::BindingNodeEffect2DLookupContext::clone ( )
finalvirtual

BindingLookupContext::clone() implementation.

Reimplemented from kanzi::BindingLookupContext.

ObjectSharedPtr kanzi::BindingNodeEffect2DLookupContext::lookup ( string_view  path)
finalvirtual
AbstractPropertyTypeDescriptor::ValueSourceOwner* kanzi::BindingNodeEffect2DLookupContext::createValueSourceOwner ( ValueSourceBindingTargetRuntime targetRuntime,
bool  reuseAllowed 
)
finalvirtual
void kanzi::BindingNodeEffect2DLookupContext::registerGlobalNotification ( string_view  ,
BindingLookupNotificationBase  
)
finalvirtual
void kanzi::BindingNodeEffect2DLookupContext::unregisterGlobalNotification ( string_view  ,
BindingLookupNotificationBase  
)
finalvirtual
void kanzi::BindingNodeEffect2DLookupContext::registerLocalNotification ( PropertyObject ,
string_view  ,
BindingLookupNotificationBase  
)
finalvirtual
void kanzi::BindingNodeEffect2DLookupContext::unregisterLocalNotification ( PropertyObject ,
string_view  ,
BindingLookupNotificationBase  
)
finalvirtual

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