Wtx ~ Wt Extension Library
WtxLib
|
An edit field for an email addressee. More...
#include <AddresseeEdit.h>
Public Member Functions | |
AddresseeEdit (const WString &label, WContainerWidget *labelParent) | |
Create a new addressee edit with the given label. More... | |
void | setAddressees (const std::vector< Contact > &contacts) |
Set a list of addressees. | |
std::vector< Contact > | addressees () const |
Get a list of addressees. | |
virtual void | setHidden (bool hidden, const WAnimation &animation) |
Reimplement hide() and show() to also hide() and show() the label. | |
An edit field for an email addressee.
This widget is part of the Wt composer example.
Definition at line 31 of file AddresseeEdit.h.
AddresseeEdit::AddresseeEdit | ( | const WString & | label, |
WContainerWidget * | labelParent | ||
) |
Create a new addressee edit with the given label.
Constructs also a widget to hold the label in the labelParent. The label will be hidden and shown together with this field.