![]() |
Public API Reference |
![]() |
Render buffer persistence information. More...
#include <imap/renderbufferpersistence.h>
Public Member Functions | |
virtual const char * | GetFileName ()=0 |
Query the filename into which the render buffer should preferably be saved. |
Render buffer persistence information.
If a render buffer exhibits this interface it can return information on the preferred way a render buffer should be made persistent (ie stored on disk).
Definition at line 31 of file renderbufferpersistence.h.
virtual const char* iRenderBufferPersistence::GetFileName | ( | ) | [pure virtual] |
Query the filename into which the render buffer should preferably be saved.
Implemented in CS::RenderBufferPersistent.