Wt examples 4.5.0
PaintExample.h
Go to the documentation of this file.
1// This may look like C code, but it's really -*- C++ -*-
2/*
3 * Copyright (C) 2008 Emweb bv, Herent, Belgium.
4 *
5 * See the LICENSE file for terms of use.
6 */
7
8#ifndef PAINT_EXAMPLE_H_
9#define PAINT_EXAMPLE_H_
10
11#include <Wt/WContainerWidget.h>
12
13using namespace Wt;
14
15class ShapesWidget;
16
17class PaintExample : public WContainerWidget
18{
19public:
20 PaintExample(bool showTitle=true);
21
22private:
24
25 void rotateShape(int v);
26 void scaleShape(int v);
27};
28
29#endif // PAINT_EXAMPLE_H_
void rotateShape(int v)
Definition: PaintExample.C:84
ShapesWidget * shapes_
Definition: PaintExample.h:23
void scaleShape(int v)
Definition: PaintExample.C:93
PaintExample(bool showTitle=true)
Definition: PaintExample.C:18
Definition: ChartConfig.h:13

Generated on Fri Sep 10 2021 for the C++ Web Toolkit (Wt) by doxygen 1.9.2