#include "ZImageView.h"
#include <QPainter>
#include <QMouseEvent>
#include <cmath>
Go to the source code of this file.
Defines | |
#define | CURSOR_NORMAL QCursor(Qt::CrossCursor) |
#define | CURSOR_MOUSE_PRESS QCursor(Qt::SizeAllCursor) |
#define CURSOR_MOUSE_PRESS QCursor(Qt::SizeAllCursor) |
#define CURSOR_NORMAL QCursor(Qt::CrossCursor) |
Definition at line 28 of file ZImageView.cpp.
Referenced by ZImageView::mouseReleaseEvent(), and ZImageView::ZImageView().