Resource binding source. More...
#include <kanzi/core.ui/binding/resource_binding_source.hpp>
Public Member Functions | |
ResourceID | getResourceID () const |
Gets the source object path. More... | |
Public Member Functions inherited from kanzi::BindingSource | |
BindingSourceRuntimePtr | createRuntime (BindingLookupContextPtr lookupContext) |
Creates binding source runtime. More... | |
virtual | ~BindingSource () |
Destructor. More... | |
Static Public Member Functions | |
static BindingSourcePtr | create (ResourceID id) |
Creates a resource binding source. More... | |
static BindingSourcePtr | create (string_view id) |
Creates a resource binding source. More... | |
Protected Member Functions | |
BindingSourceRuntimePtr | createRuntimeOverride (BindingLookupContextPtr lookupContext) override |
BindingSource::createRuntime implementation. More... | |
ResourceBindingSource (ResourceID id) | |
Constructor. More... | |
Protected Member Functions inherited from kanzi::BindingSource | |
BindingSource () | |
Constructor. More... | |
Protected Attributes | |
ResourceID | m_id |
Path to object to listen to. More... | |
|
inlineprotected |
Constructor.
id | Resource ID to listen to. |
|
static |
Creates a resource binding source.
id | Resource ID to listen to. |
|
inlinestatic |
Creates a resource binding source.
id | Resource ID to listen to. |
|
inline |
Gets the source object path.
|
overrideprotectedvirtual |
BindingSource::createRuntime implementation.
Implements kanzi::BindingSource.
|
protected |
Path to object to listen to.