Gnash
0.8.10
|
#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 *) |
virtual bool | needsDrawingArea () |
Protected Attributes | |
GtkWidget * | _drawing_area |
bool | _needs_area |
gnash::GtkGlue::GtkGlue | ( | ) | [inline] |
virtual gnash::GtkGlue::~GtkGlue | ( | ) | [inline, virtual] |
virtual void gnash::GtkGlue::beforeRendering | ( | movie_root * | ) | [inline, virtual] |
Reimplemented in gnash::GtkAggVaapiGlue, and gnash::GtkAggGlue.
virtual void gnash::GtkGlue::configure | ( | GtkWidget *const | widget, |
GdkEventConfigure *const | event | ||
) | [pure virtual] |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
virtual Renderer* gnash::GtkGlue::createRenderHandler | ( | ) | [pure virtual] |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
virtual bool gnash::GtkGlue::init | ( | int | argc, |
char ** | argv[] | ||
) | [pure virtual] |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, and gnash::GtkAggGlue.
virtual bool gnash::GtkGlue::needsDrawingArea | ( | ) | [inline, virtual] |
Reimplemented in gnash::GtkAggGlue, and gnash::GtkCairoGlue.
References _needs_area.
virtual void gnash::GtkGlue::prepDrawingArea | ( | GtkWidget * | drawing_area | ) | [pure virtual] |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
virtual void gnash::GtkGlue::render | ( | ) | [pure virtual] |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
Referenced by render().
virtual void gnash::GtkGlue::render | ( | int | , |
int | , | ||
int | , | ||
int | |||
) | [inline, virtual] |
Reimplemented in gnash::gui::GtkOvgGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
References render().
virtual void gnash::GtkGlue::render | ( | GdkRegion *const | region | ) | [inline, virtual] |
Reimplemented in gnash::GtkAggVaapiGlue.
References assert, gnash::key::i, gnash::key::r, and render().
virtual void gnash::GtkGlue::setRenderHandlerSize | ( | int | , |
int | |||
) | [inline, virtual] |
Reimplemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, and gnash::GtkAggGlue.
GtkWidget* gnash::GtkGlue::_drawing_area [protected] |
Referenced by gnash::GtkAggGlue::prepDrawingArea(), gnash::GtkAggGlue::createRenderHandler(), gnash::GtkAggGlue::setRenderHandlerSize(), gnash::GtkAggGlue::render(), gnash::GtkAggVaapiGlue::prepDrawingArea(), gnash::GtkAggVaapiGlue::render(), gnash::GtkCairoGlue::prepDrawingArea(), gnash::GtkCairoGlue::render(), gnash::GtkCairoGlue::configure(), gnash::gui::GtkOvgGlue::prepDrawingArea(), gnash::gui::GtkOvgGlue::createRenderHandler(), gnash::gui::GtkOvgGlue::setRenderHandlerSize(), and gnash::gui::GtkOvgGlue::render().
bool gnash::GtkGlue::_needs_area [protected] |
Referenced by needsDrawingArea().