28 #include "imagegraphicsscene.h" 33 #include "rectangledraw.h" 43 QList <RectangleDraw*> list;
70 #endif // SAVERECTANGLE SaveRectangle(ImageGraphicsScene *scene_1)
The constructor of the SaveRectangle class.
Definition: saverectangle.h:50
virtual void saveChanges()
Saves all the changes made by the user.
Definition: saverectangle.cpp:58
Creates a text file related to an image.
Definition: createfileabstraction.h:34
virtual void saveAs(CreateFileAbstraction *cfa, FileWriter *fw)
Bug. Do not use it.
Definition: saverectangle.cpp:7
Saves all the rectangles information in the text file.
Definition: saverectangle.h:35
virtual void setScene(ImageGraphicsScene *graphics_scene)
Sets the application scene.
Definition: saverectangle.cpp:3
Displays the rectangles and work on the image.
Definition: imagegraphicsscene.h:47
Write in a text file.
Definition: filewriter.h:28