7 #ifndef ADDRESSEE_EDIT_H_ 8 #define ADDRESSEE_EDIT_H_ 10 #include <Wt/WTextArea.h> 39 AddresseeEdit(
const WString& label, WContainerWidget *labelParent);
43 void setAddressees(
const std::vector<Contact>& contacts);
47 std::vector<Contact> addressees()
const;
50 virtual void setHidden(
bool hidden,
const WAnimation& animation);
57 bool parse(std::vector<Contact>& contacts)
const;
63 #endif // ADDRESSEE_EDIT_H_
An edit field for an email addressee.