Wt examples
4.11.3
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.h>
11
12
class
AddresseeEdit
;
13
struct
Contact
;
14
15
using namespace
Wt
;
16
21
32
class
ContactSuggestions
:
public
WSuggestionPopup
33
{
34
public
:
37
ContactSuggestions
();
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:32
ContactSuggestions
A suggestion popup suggesting contacts from an addressbook.
Definition:
ContactSuggestions.h:33
Wt::WSuggestionPopup
Wt
Contact
An email contact.
Definition:
Contact.h:20
Generated on Wed Feb 19 2025 for
the C++ Web Toolkit (Wt)
by
1.9.1