Wt examples  4.10.4
ContactSuggestions.h
Go to the documentation of this file.
1 // This may look like C code, but it's really -*- C++ -*-
2 /*
3  * Copyright (C) 2008 Emweb bv, Herent, Belgium.
4  *
5  * See the LICENSE file for terms of use.
6  */
7 #ifndef CONTACT_SUGGESTIONS_H_
8 #define CONTACT_SUGGESTIONS_H_
9 
10 #include <Wt/WSuggestionPopup.h>
11 
12 class AddresseeEdit;
13 struct Contact;
14 
15 using namespace Wt;
16 
21 
33 {
34 public:
38 
41  void setAddressBook(const std::vector<Contact>& contacts);
42 
43 private:
44 };
45 
48 #endif // CONTACT_SUGGESTIONS_H_
An edit field for an email addressee.
Definition: AddresseeEdit.h:32
A suggestion popup suggesting contacts from an addressbook.
An email contact.
Definition: Contact.h:20