| Wt examples
    3.3.0
    | 
Go to the source code of this file.
| Classes | |
| class | ChartsApplication | 
| Functions | |
| WApplication * | createApplication (const WEnvironment &env) | 
| int | main (int argc, char **argv) | 
| WApplication* createApplication | ( | const WEnvironment & | env | ) | 
Definition at line 35 of file ChartsApplication.C.
{
  WApplication *app = new ChartsApplication(env);
  return app;
}
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 42 of file ChartsApplication.C.
{
  return WRun(argc, argv, &createApplication);
}
 1.7.5.1
 1.7.5.1