1 #ifndef GRAPHICS_VIEW_H 2 #define GRAPHICS_VIEW_H 4 #include <QGraphicsView> 6 #include "item_scene.h" 8 class Gui_QProgress_Dialog;
16 ItemView(QSharedPointer<ProjectGui> projectGui);
18 bool load(QDomElement& domElement);
19 bool reload(QDomElement& domElement);
20 bool save(QDomDocument& domDocument, QDomElement& domElement);
23 QSharedPointer<ProjectGui> _projectGui;
26 void wheelEvent(QWheelEvent* event);
27 void resizeEvent(QResizeEvent* event);
30 #endif // GRAPHICS_VIEW_H Definition: item_view.h:12
Definition: item_scene.h:13