Wt examples 3.3.12
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 bvba, Kessel-Lo, 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>
12
13using namespace Wt;
14
15class ShapesWidget;
16
18{
19public:
20 PaintExample(WContainerWidget *root, 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)
ShapesWidget * shapes_
void scaleShape(int v)

Generated on Fri May 17 2024 for the C++ Web Toolkit (Wt) by doxygen 1.9.8