Wt examples
3.3.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
build
buildd
witty-3.3.0
examples
composer
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 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>
11
12
class
Composer
;
13
14
namespace
Wt {
15
class
WTreeNode;
16
}
17
22
25
class
ComposeExample
:
public
WContainerWidget
26
{
27
public
:
30
ComposeExample
(WContainerWidget *parent = 0);
31
32
private
:
33
Composer
*
composer_
;
34
WContainerWidget *
details_
;
35
36
void
send
();
37
void
discard
();
38
};
39
42
#endif // COMPOSE_EXAMPLE_H_
Generated on Fri May 31 2013 for
the C++ Web Toolkit (Wt)
by
1.8.3.1