Entry for bindings to install when the action is invoked. More...
#include <kanzi/ui/action/forwarding_action.hpp>
Public Member Functions | |
BindingEntry () | |
Empty constructor. More... | |
BindingEntry (PropertyField fieldParam, BindingSharedPtr bindingParam) | |
Constructor. More... | |
Public Attributes | |
BindingSharedPtr | binding |
Binding to install. More... | |
PropertyField | field |
Target property field. More... | |
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.