xoreos  0.0.5
Namespaces | Functions
screenshot.cpp File Reference

Screenshot writing. More...

#include "src/common/scopedptr.h"
#include "src/common/ustring.h"
#include "src/common/writefile.h"
#include "src/common/filepath.h"
#include "src/common/threads.h"
#include "src/common/datetime.h"
#include "src/graphics/types.h"
#include "src/graphics/images/screenshot.h"
Include dependency graph for screenshot.cpp:

Go to the source code of this file.

Namespaces

 Graphics
 

Functions

bool Graphics::constructFilename (Common::UString &filename)
 
static bool Graphics::writeBMP (const Common::UString &filename, const byte *data, int width, int height)
 
bool Graphics::takeScreenshot ()
 Saves a screenshot to a file. More...
 

Detailed Description

Screenshot writing.

Definition in file screenshot.cpp.