Wtx ~ Wt Extension Library
WtxLib
Public Member Functions | List of all members
AddresseeEdit Class Reference

An edit field for an email addressee. More...

#include <AddresseeEdit.h>

+ Inheritance diagram for AddresseeEdit:

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< Contactaddressees () 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.
 

Detailed Description

An edit field for an email addressee.

This widget is part of the Wt composer example.

Definition at line 31 of file AddresseeEdit.h.

Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: