Gnash
0.8.10
|
#include <sdl_glue.h>
Public Member Functions | |
virtual | ~SdlGlue () |
virtual bool | init (int argc, char **argv[])=0 |
virtual void | setInvalidatedRegions (const InvalidatedRanges &ranges)=0 |
virtual bool | prepDrawingArea (int width, int height, boost::uint32_t sdl_flags)=0 |
virtual Renderer * | createRenderHandler (int depth)=0 |
virtual void | render ()=0 |
Protected Attributes | |
int | _bpp |
virtual gnash::SdlGlue::~SdlGlue | ( | ) | [inline, virtual] |
virtual Renderer* gnash::SdlGlue::createRenderHandler | ( | int | depth | ) | [pure virtual] |
Implemented in gnash::SdlCairoGlue, gnash::SdlAggGlue, and gnash::SdlOglGlue.
virtual bool gnash::SdlGlue::init | ( | int | argc, |
char ** | argv[] | ||
) | [pure virtual] |
Implemented in gnash::SdlCairoGlue, gnash::SdlAggGlue, and gnash::SdlOglGlue.
virtual bool gnash::SdlGlue::prepDrawingArea | ( | int | width, |
int | height, | ||
boost::uint32_t | sdl_flags | ||
) | [pure virtual] |
Implemented in gnash::SdlCairoGlue, gnash::SdlAggGlue, and gnash::SdlOglGlue.
virtual void gnash::SdlGlue::render | ( | ) | [pure virtual] |
Implemented in gnash::SdlCairoGlue, gnash::SdlAggGlue, and gnash::SdlOglGlue.
virtual void gnash::SdlGlue::setInvalidatedRegions | ( | const InvalidatedRanges & | ranges | ) | [pure virtual] |
Implemented in gnash::SdlCairoGlue, gnash::SdlAggGlue, and gnash::SdlOglGlue.
int gnash::SdlGlue::_bpp [protected] |
Referenced by gnash::SdlAggGlue::createRenderHandler(), and gnash::SdlAggGlue::prepDrawingArea().