tbx  0.7.3
Public Member Functions | List of all members
tbx::SaveAsSaveToFileHandler Class Referenceabstract

Handler for SaveAsSaveToFile message. More...

#include <saveas.h>

Inheritance diagram for tbx::SaveAsSaveToFileHandler:
tbx::Listener tbx::doc::DocSaveAs

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...
 
- Public Member Functions inherited from tbx::Listener
virtual ~Listener ()
 Destroy the listener object.
 

Additional Inherited Members

- Protected Member Functions inherited from tbx::Listener
 Listener ()
 Construct the Listener object.
 

Detailed Description

Handler for SaveAsSaveToFile message.

Called for Type 2 and 3 saves only

Member Function Documentation

virtual void tbx::SaveAsSaveToFileHandler::saveas_save_to_file ( SaveAs  saveas,
bool  selection,
std::string  file_name 
)
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.

Parameters
saveasSaveAs object for save
selectionsave the selection only
file_namefile name to save to

Implemented in tbx::doc::DocSaveAs.


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