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 >
Example specialization:
template<>
public:
};
Represents a simple single-line text display view.
Definition ALabel.h:25
Represents a Unicode character string.
Definition AString.h:38
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:179
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>
- Parameters
-
| view | view to return property of |
◆ setup()#
template<typename View, typename FieldType>