common.h File Reference

(40)

#include <QDebug>

Include dependency graph for common.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MIN(x, y)   (((x) < (y)) ? (x) : (y))
#define MAX(x, y)   (((x) > (y)) ? (x) : (y))


Define Documentation

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

Definition at line 10 of file common.h.

Referenced by ThumbnailScene::layout().

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

Definition at line 7 of file common.h.

Referenced by PDFPager::render().


Generated on Tue Sep 8 15:09:38 2009 for Taborca by  doxygen 1.5.8