#include <PaintExample.h>

Public Member Functions | |
| PaintExample (const WEnvironment &env) | |
Private Member Functions | |
| void | rotateShape (int v) |
| void | scaleShape (int v) |
Private Attributes | |
| ShapesWidget * | shapes_ |
Definition at line 17 of file PaintExample.h.
| PaintExample::PaintExample | ( | const WEnvironment & | env | ) |
Definition at line 17 of file PaintExample.C.
| void PaintExample::rotateShape | ( | int | v | ) | [private] |
Definition at line 69 of file PaintExample.C.
| void PaintExample::scaleShape | ( | int | v | ) | [private] |
Definition at line 78 of file PaintExample.C.
ShapesWidget* PaintExample::shapes_ [private] |
Definition at line 23 of file PaintExample.h.
1.5.6