7#ifndef ADDRESSEE_EDIT_H_
8#define ADDRESSEE_EDIT_H_
10#include <Wt/WTextArea>
58 bool parse(std::vector<Contact>& contacts)
const;
An edit field for an email addressee.
virtual void setHidden(bool hidden, const WAnimation &animation)
Reimplement hide() and show() to also hide() and show() the label.
std::vector< Contact > addressees() const
Get a list of addressees.
Label * label_
The label associated with this edit.
bool parse(std::vector< Contact > &contacts) const
Parse the addressees into a list of contacts.
void setAddressees(const std::vector< Contact > &contacts)
Set a list of addressees.