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