tbx
0.7.6
|
Handler for SaveAsSaveToFile message. More...
#include <saveas.h>
Public Member Functions | |
virtual void | saveas_save_to_file (SaveAs saveas, bool selection, std::string file_name)=0 |
Request to save the file to the specified location. More... | |
![]() | |
virtual | ~Listener () |
Destroy the listener object. | |
Additional Inherited Members | |
![]() | |
Listener () | |
Construct the Listener object. | |
Handler for SaveAsSaveToFile message.
Called for Type 2 and 3 saves only
|
pure virtual |
Request to save the file to the specified location.
Once the file is saved or the attempt to save failed. saveas.file_save_completed should be called.
saveas | SaveAs object for save |
selection | save the selection only |
file_name | file name to save to |
Implemented in tbx::doc::DocSaveAs.