Wt examples
3.7.1
public-git
wt
examples
composer
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>
11
12
class
AddresseeEdit
;
13
struct
Contact
;
14
15
using namespace
Wt
;
16
21
32
class
ContactSuggestions
:
public
WSuggestionPopup
33
{
34
public
:
37
ContactSuggestions
(
WObject
*parent = 0);
38
41
void
setAddressBook(
const
std::vector<Contact>& contacts);
42
43
private
:
44
};
45
48
#endif // CONTACT_SUGGESTIONS_H_
AddresseeEdit
An edit field for an email addressee.
Definition:
AddresseeEdit.h:31
ContactSuggestions
A suggestion popup suggesting contacts from an addressbook.
Definition:
ContactSuggestions.h:32
Wt
Wt::WSuggestionPopup
Contact
An email contact.
Definition:
Contact.h:19
Wt::WObject
Generated on Tue Dec 15 2020 for
the C++ Web Toolkit (Wt)
by
1.8.13