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