AlbumShaper 1.0a3
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)
 
#define MAX(x, y)
 

Macro Definition Documentation

◆ MAX

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

Definition at line 21 of file selectionPlacementInterface.cpp.

◆ MIN

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

Definition at line 20 of file selectionPlacementInterface.cpp.