/home/koen/project/wt/cvs/wt/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 class WTreeNode;
00014 
00019 
00022 class ComposeExample : public WContainerWidget
00023 {
00024 public:
00027   ComposeExample(WContainerWidget *parent = 0);
00028 
00029 private:
00030   Composer *composer_;
00031   WContainerWidget *details_;
00032 
00033 private slots:
00034   void send();
00035   void discard();
00036 };
00037 
00040 #endif // COMPOSE_EXAMPLE_H_

Generated on Fri Jul 25 17:05:59 2008 for Wt by doxygen 1.5.3