- Note
- This Source File belongs to AUI Contacts Example. Please follow the link for example explanation.
#pragma once
#include <model/Contact.h>
#include <AUI/View/AViewContainer.h>
public:
signals:
private:
template<typename T>
template<typename T>
void drop();
void toggleEdit();
};
Represents a Unicode character string.
Definition AString.h:38
A view that represents a set of views.
Definition AViewContainerBase.h:68
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:179
ASignal< Args... > emits
A signal declaration.
Definition ASignal.h:572
Basic easy-to-use property implementation containing T.
Definition AProperty.h:30