7 #ifndef ADDRESSEE_EDIT_H_ 8 #define ADDRESSEE_EDIT_H_ 10 #include <Wt/WTextArea> 44 void setAddressees(
const std::vector<Contact>& contacts);
48 std::vector<Contact> addressees()
const;
51 virtual void setHidden(
bool hidden,
const WAnimation& animation);
58 bool parse(std::vector<Contact>& contacts)
const;
64 #endif // ADDRESSEE_EDIT_H_ Label * label_
The label associated with this edit.
An edit field for an email addressee.
void parse(const std::string &input, Value &result, bool validateUTF8=true)