Binding lookup context for Node. More...
#include <kanzi/core.ui/trigger/binding_trigger_lookup_context.hpp>
Public Member Functions | |
ObjectSharedPtr | lookup (string_view path) override |
BindingLookupContext::lookup() implementation. More... | |
void | setTrigger (Trigger *trigger) |
Replaces the trigger used as base. More... | |
Public Member Functions inherited from kanzi::BindingLookupContext | |
virtual unique_ptr< BindingLookupContext > | clone () |
Creates a clone of this binding lookup context. More... | |
virtual AbstractPropertyTypeDescriptor::ValueSourceOwner * | createValueSourceOwner (ValueSourceBindingTargetRuntime &targetRuntime, bool reuseAllowed) |
Creates an owner for the specific type of object with which this binding lookup context is associated. More... | |
virtual void * | lookupRaw (string_view path) |
Looks up object by path. More... | |
virtual void | registerGlobalNotification (string_view path, BindingLookupNotificationBase ¬ificationObject) |
Registers for a notification regarding global change. More... | |
virtual void | registerLocalNotification (PropertyObject *object, string_view path, BindingLookupNotificationBase ¬ificationObject) |
Registers for a notification regarding global change. More... | |
virtual void | unregisterGlobalNotification (string_view path, BindingLookupNotificationBase ¬ificationObject) |
De-registers a notification regarding global change. More... | |
virtual void | unregisterLocalNotification (PropertyObject *object, string_view path, BindingLookupNotificationBase ¬ificationObject) |
De-registers a notification regarding global change. More... | |
virtual | ~BindingLookupContext ()=default |
Destructor. More... | |
Static Public Member Functions | |
static BindingLookupContextPtr | create (Trigger *trigger) |
Creates a binding lookup context for given trigger. More... | |
Protected Member Functions | |
BindingTriggerLookupContext (Trigger *trigger) | |
Constructor. More... | |
Protected Member Functions inherited from kanzi::BindingLookupContext | |
BindingLookupContext ()=default | |
Constructor. More... | |
|
inlineexplicitprotected |
Constructor.
trigger | The trigger to use as base for lookup. |
|
static |
Creates a binding lookup context for given trigger.
trigger | Trigger to use as base for lookup. |
|
overridevirtual |
BindingLookupContext::lookup() implementation.
Implements kanzi::BindingLookupContext.
|
inline |
Replaces the trigger used as base.
trigger | New trigger. |