Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

canvas.cpp File Reference

#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:

Include dependency graph

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


Define Documentation

#define abs  )     (((a)<0)?(-(a)):(a))
 

Definition at line 29 of file canvas.cpp.

Referenced by Canvas::draw().

#define max a,
 )     (((a)<(b))?(b):(a))
 

Definition at line 28 of file canvas.cpp.

Referenced by Canvas::draw().

#define min a,
 )     (((a)<(b))?(a):(b))
 

Definition at line 27 of file canvas.cpp.

Referenced by Canvas::draw().


Variable Documentation

const bool no_writing = FALSE
 

Definition at line 31 of file canvas.cpp.

Referenced by Canvas::save().


Generated on Sat May 10 15:09:32 2003 for qnet by doxygen1.3