#include <Wt/WApplication>#include "PaintExample.h"Go to the source code of this file.
Classes | |
| class | PaintApplication |
Functions | |
| WApplication * | createApplication (const WEnvironment &env) |
| int | main (int argc, char **argv) |
| WApplication* createApplication | ( | const WEnvironment & | env | ) |
Definition at line 25 of file PaintApplication.C.
00026 { 00027 return new PaintApplication(env); 00028 }
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 30 of file PaintApplication.C.
00031 { 00032 return WRun(argc, argv, &createApplication); 00033 }
1.5.6