Wt examples 3.1.10
/build/buildd/witty-3.1.10/examples/composer/ComposeExample.h
Go to the documentation of this file.
00001 // This may look like C code, but it's really -*- C++ -*-
00002 /*
00003  * Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
00004  *
00005  * See the LICENSE file for terms of use.
00006  */
00007 #ifndef COMPOSE_EXAMPLE_H_
00008 #define COMPOSE_EXAMPLE_H_
00009 
00010 #include <Wt/WContainerWidget>
00011 
00012 class Composer;
00013 
00014 namespace Wt {
00015   class WTreeNode;
00016 }
00017 
00022 
00025 class ComposeExample : public WContainerWidget
00026 {
00027 public:
00030   ComposeExample(WContainerWidget *parent = 0);
00031 
00032 private:
00033   Composer *composer_;
00034   WContainerWidget *details_;
00035 
00036   void send();
00037   void discard();
00038 };
00039 
00042 #endif // COMPOSE_EXAMPLE_H_

Generated on Wed Jul 27 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.4