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