AlbumShaper  1.0a3
Macros
selectionPlacementInterface.cpp File Reference
#include <qapplication.h>
#include <qpainter.h>
#include <qcursor.h>
#include <QPixmap>
#include <QMouseEvent>
#include <QPaintEvent>
#include "selectionPlacementInterface.h"
#include "../../backend/tools/imageTools.h"
#include "../cursors.h"
Include dependency graph for selectionPlacementInterface.cpp:

Go to the source code of this file.

Macros

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

Macro Definition Documentation

§ MAX

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

§ MIN

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