The roiSelect class provides the visual interface for the user to select a ROI and signals this interaction to the backend.
More...
#include <roiselect.h>
|
| void | mousePressEvent (QGraphicsSceneMouseEvent *mouseEvent) |
| | mousePressEvent sends the mousepress signal when mouse is pressed on this scene
|
| |
| void | mouseMoveEvent (QGraphicsSceneMouseEvent *mouseEvent) |
| | mousePressEvent sends the mousemove signal when mouse is moved on this scene
|
| |
The roiSelect class provides the visual interface for the user to select a ROI and signals this interaction to the backend.
- Author
- Daniel Brommer
- Date
- 2021/04/12
◆ roiSelect()
| roiSelect::roiSelect |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
◆ mouseMoveEvent()
| void roiSelect::mouseMoveEvent |
( |
QGraphicsSceneMouseEvent * |
mouseEvent | ) |
|
|
protected |
mousePressEvent sends the mousemove signal when mouse is moved on this scene
- Parameters
-
◆ mousePressEvent()
| void roiSelect::mousePressEvent |
( |
QGraphicsSceneMouseEvent * |
mouseEvent | ) |
|
|
protected |
mousePressEvent sends the mousepress signal when mouse is pressed on this scene
- Parameters
-
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-core/view/roiselect.h
- iVS3D/src/iVS3D-core/view/roiselect.cpp