Ground-Truthing GUI
1.0
|
Saves all the rectangles information in the text file. More...
#include <saverectangle.h>
Public Member Functions | |
SaveRectangle (ImageGraphicsScene *scene_1) | |
The constructor of the SaveRectangle class. More... | |
virtual void | setScene (ImageGraphicsScene *graphics_scene) |
Sets the application scene. More... | |
virtual void | saveChanges () |
Saves all the changes made by the user. More... | |
virtual void | saveAs (CreateFileAbstraction *cfa, FileWriter *fw) |
Bug. Do not use it. | |
Saves all the rectangles information in the text file.
When the user presses the "Save" button, this class will save all the information in the related text file.
Contacts: nikol and aos. arvan itop oulos @epf l.chdavid .car mona- more no@ep fl.c h
Created on: Mon Jan 12 14:00:00 2016
|
inline |
The constructor of the SaveRectangle class.
scene_1 | The application scene |
|
virtual |
Saves all the changes made by the user.
|
virtual |
Sets the application scene.
graphics_scene | The application scene |