Gnash  0.8.10
Public Member Functions | Protected Attributes
gnash::AquaGlue Class Reference

#include <aqua_glue.h>

Inheritance diagram for gnash::AquaGlue:
gnash::AquaOglGlue

List of all members.

Public Member Functions

virtual ~AquaGlue ()
virtual bool init (int argc, char **argv[])=0
virtual bool prepDrawingArea (int width, int height, AGLDrawable drawable)=0
virtual RenderercreateRenderHandler ()=0
virtual void render ()=0

Protected Attributes

int _bpp

Constructor & Destructor Documentation

virtual gnash::AquaGlue::~AquaGlue ( ) [inline, virtual]

Member Function Documentation

virtual Renderer* gnash::AquaGlue::createRenderHandler ( ) [pure virtual]

Implemented in gnash::AquaOglGlue.

virtual bool gnash::AquaGlue::init ( int  argc,
char **  argv[] 
) [pure virtual]

Implemented in gnash::AquaOglGlue.

virtual bool gnash::AquaGlue::prepDrawingArea ( int  width,
int  height,
AGLDrawable  drawable 
) [pure virtual]

Implemented in gnash::AquaOglGlue.

virtual void gnash::AquaGlue::render ( ) [pure virtual]

Implemented in gnash::AquaOglGlue.


Member Data Documentation

int gnash::AquaGlue::_bpp [protected]

The documentation for this class was generated from the following file: