Entry for bindings to install when the action is invoked. More...
#include <kanzi/ui/action/forwarding_action.hpp>
Public Member Functions | |
| BindingEntry () | |
| Empty constructor. | |
| BindingEntry (PropertyField fieldParam, BindingSharedPtr bindingParam) | |
| Constructor. | |
Public Attributes | |
| BindingSharedPtr | binding |
| Binding to install. | |
| PropertyField | field |
| Target property field. | |
Entry for bindings to install when the action is invoked.
Property types act as the key.
|
inlineexplicit |
Empty constructor.
|
inlineexplicit |
Constructor.
| fieldParam | Target property field. |
| bindingParam | Target binding to install. |
| PropertyField kanzi::ForwardingAction::BindingEntry::field |
Target property field.
| BindingSharedPtr kanzi::ForwardingAction::BindingEntry::binding |
Binding to install.