27#ifndef HistogramGraphicsRectItem_H
28#define HistogramGraphicsRectItem_H
30#include <QGraphicsRectItem>
31#include <QGraphicsSceneHoverEvent>
The class HistogramGraphicsRectItem defines the histogram graphics item and is required to manage the...
Definition HistogramGraphicsRectItem.h:43
~HistogramGraphicsRectItem() override=default
destructor
void hoverMoveEvent(QGraphicsSceneHoverEvent *event) override
just send a the position of the mouse to the ImageLutWidget
Definition HistogramGraphicsRectItem.h:55
HistogramGraphicsRectItem(ImageLutWidget *lw, QRectF rect)
Default construtor.
Definition HistogramGraphicsRectItem.h:47