#include <kanzi/core.ui/binding/abstract_binding_runtime.hpp>#include <kanzi/core.ui/binding/binding_lookup_context.hpp>#include <kanzi/core.ui/binding/binding_runtime_handle.hpp>#include <kanzi/core.ui/coreui_api.hpp>#include <kanzi/core/cpp/optional.hpp>#include <kanzi/core/property/abstract_property_type.hpp>Classes | |
| class | kanzi::BindingHostConcept |
| BindingHostConcept specifies an interface for adding and removing bindings to the binding host. More... | |
Namespaces | |
| namespace | kanzi |
Functions | |
| template<typename HostType , typename TemplateSharedPtrType > | |
| BindingRuntimeHandle | kanzi::setBindingToBindingHost (HostType &bindingHost, TemplateSharedPtrType templateRoot, AbstractBindingSharedPtr binding, AbstractPropertyType propertyType, optional< PropertyValuePrecedence > precedence, PropertyField field) |
| Helper function to set bindings to binding hosts. | |