26 #ifndef __TERRALIB_PROCESS_QT_INTERNAL_PROCESSGRAPHICSVIEW_H
27 #define __TERRALIB_PROCESS_QT_INTERNAL_PROCESSGRAPHICSVIEW_H
29 #include "../../Config.h"
32 #include <QGraphicsScene>
33 #include <QGraphicsView>
A QGraphicsVIew to display a Process Builder items.
void wheelEvent(QWheelEvent *event) override
Function used to controll the view scale. Used to apply zoom to graphics view.
ProcessGraphicsView(QGraphicsScene *scene, QWidget *parent=nullptr)
Default constructor.
~ProcessGraphicsView()
Virtual destructor.