Wt examples  4.10.4
ComposeExample.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 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 
28 {
29 public:
33 
34 private:
37 
38  void send();
39  void discard();
40 };
41 
44 #endif // COMPOSE_EXAMPLE_H_
Main widget of the Composer example.
WContainerWidget * details_
Composer * composer_
An E-mail composer widget.
Definition: Composer.h:41