|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
27 #ifndef HistogramGraphicsRectItem_H
28 #define HistogramGraphicsRectItem_H
30 #include <QGraphicsRectItem>
31 #include <QGraphicsSceneHoverEvent>
~HistogramGraphicsRectItem() override=default
destructor
The class HistogramGraphicsRectItem defines the histogram graphics item and is required to manage the...
Definition: HistogramGraphicsRectItem.h:43
HistogramGraphicsRectItem(ImageLutWidget *lw, QRectF rect)
Default construtor.
Definition: HistogramGraphicsRectItem.h:70
void hoverMoveEvent(QGraphicsSceneHoverEvent *event) override
just send a the position of the mouse to the ImageLutWidget
Definition: HistogramGraphicsRectItem.h:78
ImageLutWidget * lutWidget
Definition: HistogramGraphicsRectItem.h:83