16 std::string targetFile;
19 Export(std::string targetFile);
20 void copyData(std::vector<std::string> dirs);
void copyData(std::vector< std::string > dirs)
Copies the data from the temp file.
Definition: Export.cpp:39
static void deleteTempFiles(std::vector< std::string > dirs)
Deletes all the files in the vector.
Definition: Export.cpp:143
static std::string getTempPath()
Gets the system temporary directory.
Definition: Export.cpp:29
Export(std::string targetFile)
Construct a new instance of the Export class.
Definition: Export.cpp:19
~Export()
Destroys the instance of Export.
Definition: Export.cpp:156
Wrapper around translation functions for Qt.
Definition: Controller.h:10
A class used to copy data from temp files and export files.
Definition: Export.h:13
std::string getFileExtension(std::string file_path)
Identify the file extension of the provided file.
Definition: Export.cpp:123