29 #include <QMainWindow> 33 #include "createfileabstraction.h" 34 #include "imagegraphicsview.h" 35 #include "saverectangle.h" 44 QMainWindow *mainWindow;
67 ActionButton(QMainWindow *mainWindow_1):mainWindow(mainWindow_1),file(NULL),fileWriter(NULL)
127 #endif // OPENIMAGEFILE
Creates a text file related to an image.
Definition: createfileabstraction.h:34
virtual ImageGraphicsScene * getScene()
Returns the application scene.
Definition: imagegraphicsview.cpp:107
Inherits the QPixmap class.
Definition: image.h:32
Displays the image.
Definition: imagegraphicsview.h:37
Saves all the rectangles information in the text file.
Definition: saverectangle.h:35
Write in a text file.
Definition: filewriter.h:28