API Documentation
Loading...
Searching...
No Matches
SaveOptions Struct Reference

#include <ProjectFileManager.h>

Collaboration diagram for SaveOptions:
[legend]

Public Member Functions

 SaveOptions ()
 
 SaveOptions (const File &destination)
 

Public Attributes

Loglog = 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
 

Constructor & Destructor Documentation

◆ SaveOptions() [1/2]

SaveOptions ( )
inline

◆ SaveOptions() [2/2]

SaveOptions ( const File & destination)
inline

Member Data Documentation

◆ destination

File destination

◆ finished_callback

std::function<void(bool, File)> finished_callback

◆ is_blocking

bool is_blocking = false

◆ is_temp

bool is_temp = false

◆ log

Log* log = nullptr

◆ origin

PopupInfo origin

◆ path_includes_new_project_name

bool path_includes_new_project_name = false

◆ write_image

bool write_image = true

The documentation for this struct was generated from the following file: