A QGraphicsVIew to display a Process Builder items. More...
#include <ProcessGraphicsView.h>
Public Member Functions | |
| ProcessGraphicsView (QGraphicsScene *scene, QWidget *parent=nullptr) | |
| Default constructor. More... | |
| ~ProcessGraphicsView () | |
| Virtual destructor. More... | |
Protected Member Functions | |
| void | wheelEvent (QWheelEvent *event) override |
| Function used to controll the view scale. Used to apply zoom to graphics view. More... | |
A QGraphicsVIew to display a Process Builder items.
Definition at line 47 of file ProcessGraphicsView.h.
| te::process::qt::ProcessGraphicsView::ProcessGraphicsView | ( | QGraphicsScene * | scene, |
| QWidget * | parent = nullptr |
||
| ) |
Default constructor.
| te::process::qt::ProcessGraphicsView::~ProcessGraphicsView | ( | ) |
Virtual destructor.
|
overrideprotected |
Function used to controll the view scale. Used to apply zoom to graphics view.