Gnash 0.8.9
|
#include <gtk_glue.h>
Public Member Functions | |
GtkGlue () | |
virtual | ~GtkGlue () |
virtual bool | init (int argc, char **argv[])=0 |
virtual void | prepDrawingArea (GtkWidget *drawing_area)=0 |
virtual Renderer * | createRenderHandler ()=0 |
virtual void | setRenderHandlerSize (int, int) |
virtual void | render ()=0 |
virtual void | render (int, int, int, int) |
virtual void | render (GdkRegion *const region) |
virtual void | configure (GtkWidget *const widget, GdkEventConfigure *const event)=0 |
virtual void | beforeRendering (movie_root *) |
Protected Attributes | |
GtkWidget * | _drawing_area |
gnash::GtkGlue::GtkGlue | ( | ) | [inline] |
virtual gnash::GtkGlue::~GtkGlue | ( | ) | [inline, virtual] |
virtual void gnash::GtkGlue::beforeRendering | ( | movie_root * | ) | [inline, virtual] |
Reimplemented in gnash::GtkAggGlue, and gnash::GtkAggVaapiGlue.
virtual void gnash::GtkGlue::configure | ( | GtkWidget *const | widget, |
GdkEventConfigure *const | event | ||
) | [pure virtual] |
Implemented in gnash::GtkAggGlue, gnash::GtkAggVaapiGlue, gnash::GtkCairoGlue, and gnash::GtkGlExtGlue.
virtual Renderer* gnash::GtkGlue::createRenderHandler | ( | ) | [pure virtual] |
Implemented in gnash::GtkAggGlue, gnash::GtkAggVaapiGlue, gnash::GtkCairoGlue, and gnash::GtkGlExtGlue.
virtual bool gnash::GtkGlue::init | ( | int | argc, |
char ** | argv[] | ||
) | [pure virtual] |
Implemented in gnash::GtkAggGlue, gnash::GtkAggVaapiGlue, and gnash::GtkGlExtGlue.
virtual void gnash::GtkGlue::prepDrawingArea | ( | GtkWidget * | drawing_area | ) | [pure virtual] |
Implemented in gnash::GtkAggGlue, gnash::GtkAggVaapiGlue, gnash::GtkCairoGlue, and gnash::GtkGlExtGlue.
virtual void gnash::GtkGlue::render | ( | ) | [pure virtual] |
Implemented in gnash::GtkAggGlue, gnash::GtkAggVaapiGlue, gnash::GtkCairoGlue, and gnash::GtkGlExtGlue.
Referenced by render().
virtual void gnash::GtkGlue::render | ( | int | , |
int | , | ||
int | , | ||
int | |||
) | [inline, virtual] |
Reimplemented in gnash::GtkAggGlue, gnash::GtkCairoGlue, and gnash::GtkGlExtGlue.
References render().
virtual void gnash::GtkGlue::render | ( | GdkRegion *const | region | ) | [inline, virtual] |
Reimplemented in gnash::GtkAggVaapiGlue.
References gnash::key::i, gnash::key::r, and render().
virtual void gnash::GtkGlue::setRenderHandlerSize | ( | int | , |
int | |||
) | [inline, virtual] |
Reimplemented in gnash::GtkAggGlue, and gnash::GtkAggVaapiGlue.
GtkWidget* gnash::GtkGlue::_drawing_area [protected] |
Referenced by gnash::GtkCairoGlue::configure(), gnash::GtkAggGlue::createRenderHandler(), gnash::GtkCairoGlue::prepDrawingArea(), gnash::GtkAggVaapiGlue::prepDrawingArea(), gnash::GtkAggGlue::prepDrawingArea(), gnash::GtkCairoGlue::render(), gnash::GtkAggVaapiGlue::render(), gnash::GtkAggGlue::render(), and gnash::GtkAggGlue::setRenderHandlerSize().