#include "OSDLImage.h"#include "OSDLUprightRectangle.h"#include "OSDLPalette.h"#include "Ceylan.h"#include <string>#include <list>#include "OSDLIncludeCorrecter.h"

Go to the source code of this file.
Classes | |
| class | OSDL::Video::SurfaceEvent |
| Mother class of all events sent by a Surface (event source) to its widgets (listeners). More... | |
| class | OSDL::Video::VideoMemoryLostException |
| Thrown when video memory has been lost. More... | |
| class | OSDL::Video::Surface |
| Represents a video buffer. More... | |
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::Video |
| namespace | OSDL::Video::TwoDimensional |
| namespace | OSDL::Video::OpenGL |
All OpenGL-specific operations and conventions are encapsulated here, be they related to 2D or 3D. | |
Typedefs | |
| typedef ::SDL_Surface | OSDL::Video::LowLevelSurface |
| The internal actual surface. | |
| typedef Ceylan::Uint32 | OSDL::Video::UpdateCount |
Functions | |
| OSDL_DLL std::ostream & | operator<< (std::ostream &os, OSDL::Video::Surface &s) |
| Used to serialize this surface into a stream. | |
| OSDL_DLL std::ostream& operator<< | ( | std::ostream & | os, | |
| OSDL::Video::Surface & | s | |||
| ) |
Used to serialize this surface into a stream.
Definition at line 4229 of file OSDLSurface.cc.
References OSDL::Video::Surface::toString().
1.6.3