|
CenGen - Генератор ценников
1.1
|
00001 #ifndef GRAPH_H 00002 #define GRAPH_H 00003 //This is used for draw thick line 00004 //is deprecated and will be removed 00005 #include <QGraphicsScene> 00006 #include <math.h> 00007 00008 QGraphicsItem * imagelinethick(QGraphicsScene * image, \ 00009 float x1, float y1, 00010 float x2, float y2, 00011 int thick); 00012 float max (float x1, float x2); 00013 float min (float x1, float x2); 00014 float round (float x); 00015 00016 #endif // GRAPH_H