Wt examples
4.9.0
Loading...
Searching...
No Matches
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 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
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_
ComposeExample
Main widget of the Composer example.
Definition:
ComposeExample.h:28
ComposeExample::discard
void discard()
Definition:
ComposeExample.C:126
ComposeExample::send
void send()
Definition:
ComposeExample.C:53
ComposeExample::details_
WContainerWidget * details_
Definition:
ComposeExample.h:36
ComposeExample::composer_
Composer * composer_
Definition:
ComposeExample.h:35
ComposeExample::ComposeExample
ComposeExample()
create a new Composer example.
Definition:
ComposeExample.C:21
Composer
An E-mail composer widget.
Definition:
Composer.h:41
Wt
Definition:
AddresseeEdit.h:16
Generated on Sun Jan 15 2023 for
the C++ Web Toolkit (Wt)
by
1.9.6