/home/koen/project/wt/cvs/wt/examples/painting/PaintExample.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 
00008 #ifndef PAINT_EXAMPLE_H_
00009 #define PAINT_EXAMPLE_H_
00010 
00011 #include <WApplication>
00012 
00013 using namespace Wt;
00014 
00015 class ShapesWidget;
00016 
00017 class PaintExample : public WApplication
00018 {
00019 public:
00020   PaintExample(const WEnvironment& env);
00021 
00022 private:
00023   ShapesWidget *shapes_;
00024 
00025   void rotateShape(int v);
00026   void scaleShape(int v);
00027 };
00028 
00029 #endif // PAINT_EXAMPLE_H_

Generated on Mon Apr 14 15:15:04 2008 for Wt by doxygen 1.5.3