27#ifndef HistogramGraphicsRectItem_H
28#define HistogramGraphicsRectItem_H
30#include <QGraphicsRectItem>
31#include <QGraphicsSceneHoverEvent>
56 lutWidget->showHistogramTooltip(event->pos());
~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