AlbumShaper
1.0a3
|
#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"
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)) |
#define MAX | ( | x, | |
y | |||
) | ((x) > (y) ? (x) : (y)) |
Definition at line 21 of file selectionPlacementInterface.cpp.
Referenced by SelectionPlacementInterface::SelectionPlacementInterface().
#define MIN | ( | x, | |
y | |||
) | ((x) < (y) ? (x) : (y)) |
Definition at line 20 of file selectionPlacementInterface.cpp.
Referenced by SelectionPlacementInterface::SelectionPlacementInterface().