Defines how View handles properties of FieldType type.
More...
#include <AUI/Util/ADataBinding.h>
|
static void | setup (const _< View > &view) |
| Called then view linked with field.
|
|
static auto | property (const _< View > &view) |
| Returns property definition for FieldType.
|
|
static ASignal< FieldType >View::* | getGetter () |
| Returns getter for ADataBinding (deprecated)
|
|
|
static void(View::*)(const FieldType &v) | getSetter () |
| Returns setter for ADataBinding (deprecated)
|
|
template<typename View, typename FieldType>
struct ADataBindingDefault< View, FieldType >
Defines how View handles properties of FieldType type.
Example specialization:
template<>
public:
};
Represents a simple single-line text display view.
Definition ALabel.h:23
Represents a Unicode character string.
Definition AString.h:37
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:178
Defines how View handles properties of FieldType type.
Definition ADataBinding.h:37
static auto property(const _< View > &view)
Returns property definition for FieldType.
Definition ADataBinding.h:49
◆ property()
template<typename View, typename FieldType>
Returns property definition for FieldType.
- Parameters
-
view | view to return property of |
◆ setup()
template<typename View, typename FieldType>
Called then view linked with field.
- Parameters
-
The documentation for this struct was generated from the following file: