Classes | |
| class | kanzi::AbstractBindingRuntime |
| Base class for binding runtimes. More... | |
Namespaces | |
| kanzi | |
Typedefs | |
| using | kanzi::AbstractBindingRuntimeWeakPtr = weak_ptr< AbstractBindingRuntime > |
| AbstractBindingRuntime weak pointer type. More... | |
| using | kanzi::BindingHostConceptSharedPtr = shared_ptr< BindingHostConcept > |
| using | kanzi::BindingHostConceptWeakPtr = weak_ptr< BindingHostConcept > |
| using | kanzi::BindingLookupContextPtr = unique_ptr< BindingLookupContext > |
| BindingLookupContext unique pointer type. More... | |
| using | kanzi::BindingSourceRuntimePtr = unique_ptr< BindingSourceRuntime > |
| Binding source runtime pointer type. More... | |
| using | kanzi::BindingTargetRuntimePtr = unique_ptr< BindingTargetRuntime > |
| Binding target runtime unique pointer type. More... | |
Functions | |
| bool | kanzi::variantSetToDataObject (const Variant &value, DataObject &dataObject) |
| Sets variant value to a data object. More... | |