Wt examples
3.2.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 36 of file ChartsApplication.C.
{ WApplication *app = new ChartsApplication(env); return app; }
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 43 of file ChartsApplication.C.
{ return WRun(argc, argv, &createApplication); }