#include <essence.h>
Inheritance diagram for NewFileHandler:
Public Member Functions | |
virtual | ~NewFileHandler () |
virtual void | NewFile (std::string &FileName)=0 |
Receive notification of a new file about to be opened. |
virtual ~NewFileHandler | ( | ) | [inline, virtual] |
virtual void NewFile | ( | std::string & | FileName | ) | [pure virtual] |
Receive notification of a new file about to be opened.
FileName | - reference to a std::string containing the name of the file about to be opened - may be changed by this function if required |