Wtx ~ Wt Extension Library
WtxLib
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
src
Wtx
Addons
Eml
Composer.save
ContactSuggestions.h
1
// This may look like C code, but it's really -*- C++ -*-
2
/*
3
* Copyright (C) 2008 Emweb bvba, Kessel-Lo, 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:31
ContactSuggestions
A suggestion popup suggesting contacts from an addressbook.
Definition:
ContactSuggestions.h:32
Wt
Definition:
AddresseeEdit.h:16
Contact
An email contact.
Definition:
Contact.h:16
Generated on Sat Apr 10 2021 05:56:01 for Wtx ~ Wt Extension Library by
1.8.11