tbx  0.7.6
Public Member Functions | List of all members
tbx::SaverSaveCompletedEvent Class Reference

Event for SaverSaveCompletedHandler. More...

#include <saver.h>

Public Member Functions

 SaverSaveCompletedEvent (const Saver &saver, bool safe, const std::string &file_name)
 Construct save completed event. More...
 
bool safe () const
 Check if the save was to a safe location (e.g. More...
 
const std::string file_name () const
 Full file name of file location if save was safe.
 

Detailed Description

Event for SaverSaveCompletedHandler.

Constructor & Destructor Documentation

◆ SaverSaveCompletedEvent()

tbx::SaverSaveCompletedEvent::SaverSaveCompletedEvent ( const Saver saver,
bool  safe,
const std::string &  file_name 
)
inline

Construct save completed event.

Parameters
saverSaver for this save
safetrue if save was to a safe location
file_namefull name where file was saved

Member Function Documentation

◆ safe()

bool tbx::SaverSaveCompletedEvent::safe ( ) const
inline

Check if the save was to a safe location (e.g.

a filing system)


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