Wt examples 4.8.1
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
12using namespace Wt;
13
14class Composer;
15
16namespace Wt {
17 class WTreeNode;
18}
19
24
27class ComposeExample : public WContainerWidget
28{
29public:
33
34private:
36 WContainerWidget *details_;
37
38 void send();
39 void discard();
40};
41
44#endif // COMPOSE_EXAMPLE_H_
Main widget of the Composer example.
WContainerWidget * details_
Composer * composer_
ComposeExample()
create a new Composer example.
An E-mail composer widget.
Definition: Composer.h:41

Generated on Fri Sep 23 2022 for the C++ Web Toolkit (Wt) by doxygen 1.9.5