API Documentation
|
#include <ProjectFileManager.h>
Public Member Functions | |
SaveOptions () | |
SaveOptions (const File &destination) | |
Public Attributes | |
Log * | log = nullptr |
PopupInfo | origin |
File | destination |
bool | is_blocking = false |
bool | path_includes_new_project_name = false |
bool | is_temp = false |
bool | write_image = true |
std::function< void(bool, File)> | finished_callback |
|
inline |
|
inline |
File destination |
std::function<void(bool, File)> finished_callback |
bool is_blocking = false |
bool is_temp = false |
Log* log = nullptr |
PopupInfo origin |
bool path_includes_new_project_name = false |
bool write_image = true |