#include "ShapesWidget.h"
#include <Wt/WPainter>
#include <Wt/WPainterPath>
#include <Wt/WPointF>
#include <Wt/WRectF>
#include <math.h>
#include <iostream>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.