hgl 0.5.42~jessie
A compiler/interpreter suite for developing images (plugin development)
|
Empty implementation of the HGL::ImageOutput::IPreRenderOutput interface. More...
#include "defaultprerenderoutput.h"
Protected Member Functions | |
void | announceOutputFilename (const std::string &outputFilename) const |
Announces a (new) output filename. More... | |
Empty implementation of the HGL::ImageOutput::IPreRenderOutput interface.
You can use this class if you are not interested in implementing all notifications in your plugin.
The default iplemenentations are empty.
See Image Output Plugins in detail for more information.
|
protected |
Announces a (new) output filename.
A plugin may add a suffix or even alter the output filename at all. In this case the new filename can get announced to the interpreter, which will use it furthermore.