Wt examples  3.3.0
Classes | Functions
/home/koen/project/wt/public-git/wt/examples/painting/PaintApplication.C File Reference
#include <Wt/WApplication>
#include "PaintExample.h"

Go to the source code of this file.

Classes

class  PaintApplication

Functions

WApplicationcreateApplication (const WEnvironment &env)
int main (int argc, char **argv)

Function Documentation

WApplication* createApplication ( const WEnvironment env)

Definition at line 25 of file PaintApplication.C.

{
  return new PaintApplication(env);
}
int main ( int  argc,
char **  argv 
)

Definition at line 30 of file PaintApplication.C.

{
  return WRun(argc, argv, &createApplication);
}

Generated on Mon Apr 8 2013 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1