iVS3D v2.0.0
Loading...
Searching...
No Matches
roiSelect Class Reference

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>

Inheritance diagram for roiSelect:

Public Member Functions

 roiSelect (QObject *parent=0)
 roiSelect empty constructor
 

Protected Member Functions

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ roiSelect()

roiSelect::roiSelect ( QObject *  parent = 0)
explicit

roiSelect empty constructor

Parameters
parentparent object

Member Function Documentation

◆ mouseMoveEvent()

void roiSelect::mouseMoveEvent ( QGraphicsSceneMouseEvent *  mouseEvent)
protected

mousePressEvent sends the mousemove signal when mouse is moved on this scene

Parameters
mouseEventthe event

◆ mousePressEvent()

void roiSelect::mousePressEvent ( QGraphicsSceneMouseEvent *  mouseEvent)
protected

mousePressEvent sends the mousepress signal when mouse is pressed on this scene

Parameters
mouseEventthe event

The documentation for this class was generated from the following files: