#include "canvas.h"#include <math.h>#include <qinputdialog.h>#include <qevent.h>#include <qpainter.h>#include <qtooltip.h>#include <qrect.h>#include <qpoint.h>#include <qcolordialog.h>#include <qfiledialog.h>#include <qcursor.h>#include <qimage.h>#include <qstrlist.h>Include dependency graph for canvas.cpp:

Go to the source code of this file.
Defines | |
| #define | min(a, b) (((a)<(b))?(a):(b)) |
| #define | max(a, b) (((a)<(b))?(b):(a)) |
| #define | abs(a) (((a)<0)?(-(a)):(a)) |
Variables | |
| const bool | no_writing = FALSE |
|
|
Definition at line 29 of file canvas.cpp. Referenced by Canvas::draw(). |
|
|
Definition at line 28 of file canvas.cpp. Referenced by Canvas::draw(). |
|
|
Definition at line 27 of file canvas.cpp. Referenced by Canvas::draw(). |
|
|
Definition at line 31 of file canvas.cpp. Referenced by Canvas::save(). |
1.3