Wtx ~ Wt Extension Library
WtxLib
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
src
Wtx
Addons
Eml
Composer.save
ComposeExample.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 COMPOSE_EXAMPLE_H_
8
#define COMPOSE_EXAMPLE_H_
9
10
#include <Wt/WContainerWidget.h>
11
12
using namespace
Wt
;
13
14
class
Composer
;
15
16
namespace
Wt
{
17
class
WTreeNode;
18
}
19
24
27
class
ComposeExample
:
public
WContainerWidget
28
{
29
public
:
32
ComposeExample
();
33
34
private
:
35
Composer
*composer_;
36
WContainerWidget *details_;
37
38
void
send();
39
void
discard();
40
};
41
44
#endif // COMPOSE_EXAMPLE_H_
Composer
An E-mail composer widget.
Definition:
Composer.h:36
ComposeExample
Main widget of the Composer example.
Definition:
ComposeExample.h:27
Wt
Definition:
AddresseeEdit.h:16
Generated on Sat Apr 10 2021 05:56:01 for Wtx ~ Wt Extension Library by
1.8.11