#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 16 of file PaintExample.C.
void PaintExample::rotateShape | ( | int | v | ) | [private] |
Definition at line 59 of file PaintExample.C.
void PaintExample::scaleShape | ( | int | v | ) | [private] |
Definition at line 66 of file PaintExample.C.
ShapesWidget* PaintExample::shapes_ [private] |
Definition at line 23 of file PaintExample.h.