ManaPlus
|
#include <screenshothelper.h>
Public Member Functions | |
ScreenshotHelper () | |
virtual | ~ScreenshotHelper () |
virtual void | prepare ()=0 |
virtual SDL_Surface * | getScreenshot ()=0 |
Definition at line 34 of file screenshothelper.h.
|
inline |
Definition at line 37 of file screenshothelper.h.
|
inlinevirtual |
Definition at line 42 of file screenshothelper.h.
|
pure virtual |
Implemented in SdlScreenshotHelper, OpenGLScreenshotHelper, and MobileOpenGLScreenshotHelper.
Referenced by Game::createScreenshot(), and TestLauncher::testTextures().
|
pure virtual |
Implemented in SdlScreenshotHelper, OpenGLScreenshotHelper, and MobileOpenGLScreenshotHelper.
Referenced by Game::createScreenshot().