Stored info for a binding. More...
#include <kanzi/core.ui/style/style.hpp>
Public Member Functions | |
| BindingInfo () | |
| Empty constructor. | |
| BindingInfo (AbstractBindingSharedPtr bindingParam, AbstractPropertyType propertyTypeParam, PropertyField fieldParam) | |
| Constructor. | |
| BindingInfo (AbstractBindingSharedPtr bindingParam, AbstractPropertyType propertyTypeParam, PropertyField fieldParam, bool useModifiersParam) | |
| Constructor. | |
Public Attributes | |
| AbstractBindingSharedPtr | binding |
| Binding itself. | |
| PropertyField | field |
| Target property field. | |
| AbstractPropertyType | propertyType |
| Target property type. | |
| bool | useModifiers |
| Should modifiers be used as opposed to value sources? | |
Stored info for a binding.
|
inline |
Empty constructor.
|
inline |
Constructor.
| bindingParam | Binding referred. |
| propertyTypeParam | Target property type. |
| fieldParam | Target property field. |
| useModifiersParam | Set to true to create property modifiers as opposed to value sources. |
|
inline |
| AbstractBindingSharedPtr kanzi::Style::BindingInfo::binding |
Binding itself.
| AbstractPropertyType kanzi::Style::BindingInfo::propertyType |
Target property type.
| PropertyField kanzi::Style::BindingInfo::field |
Target property field.
| bool kanzi::Style::BindingInfo::useModifiers |
Should modifiers be used as opposed to value sources?