Wt examples 3.1.10
Classes | Functions
/build/buildd/witty-3.1.10/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 Nov 14 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.4