Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

VrGUI_int.h File Reference

#include <math.h>
#include <qglobal.h>
#include <qwidget.h>
#include <qframe.h>
#include <qpainter.h>
#include <qpixmap.h>
#include <qstring.h>
#include <qpushbutton.h>
#include <qdatetime.h>
#include <qrect.h>
#include <qlabel.h>

Go to the source code of this file.

Defines

#define LOGO_FILE   "/dev/null"
#define qwtMax(x, y)   ( (x) > (y) ? (x) : (y) )
#define qwtMin(x, y)   ( (x) < (y) ? (x) : (y) )
#define qwtAbs(x)   ( (x) > 0 ? (x) : -(x) )


Define Documentation

#define LOGO_FILE   "/dev/null"
 

#define qwtAbs  )     ( (x) > 0 ? (x) : -(x) )
 

#define qwtMax x,
 )     ( (x) > (y) ? (x) : (y) )
 

#define qwtMin x,
 )     ( (x) < (y) ? (x) : (y) )
 


Generated on Tue Mar 15 23:46:36 2005 for GNU Radio by  doxygen 1.4.0