#include <Wt/WApplication>#include "ChartsExample.h"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 36 of file ChartsApplication.C.
00037 { 00038 WApplication *app = new ChartsApplication(env); 00039 00040 return app; 00041 }
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 43 of file ChartsApplication.C.
00044 { 00045 return WRun(argc, argv, &createApplication); 00046 }
1.5.6