20#include "AViewContainer.h"
21#include "ATextField.h"
27class API_AUI_VIEWS APathChooserView:
public AViewContainerBase {
32 explicit APathChooserView(
const APath& defaultPath =
"");
34 void setPath(
const APath& path);
35 APath getPath()
const;
49 return &APathChooserView::changed;
52 return &APathChooserView::setPath;
A text field with "..." button prompting path.
Definition APathChooserView.h:27
An add-on to AString with functions for working with the path.
Definition APath.h:107
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:178
ASignal< Args... > emits
A signal declaration.
Definition ASignal.h:348
Defines how View handles properties of FieldType type.
Definition ADataBinding.h:37
static void(View::*)(const FieldType &v) getSetter()
Returns setter for ADataBinding (deprecated)
Definition ADataBinding.h:63
static void setup(const _< View > &view)
Called then view linked with field.
Definition ADataBinding.h:43
static ASignal< FieldType >View::* getGetter()
Returns getter for ADataBinding (deprecated)
Definition ADataBinding.h:55