|
Gnash
0.8.10
|
#include <gtk_glue_agg.h>
Public Member Functions | |
| GtkAggGlue () | |
| ~GtkAggGlue () | |
| bool | init (int argc, char **argv[]) |
| bool | needsDrawingArea () |
| void | prepDrawingArea (GtkWidget *drawing_area) |
| Renderer * | createRenderHandler () |
| void | setRenderHandlerSize (int width, int height) |
| virtual void | beforeRendering (movie_root *stage) |
| void | render () |
| void | render (int minx, int miny, int maxx, int maxy) |
| void | configure (GtkWidget *const widget, GdkEventConfigure *const event) |
References GNASH_REPORT_FUNCTION.
| void gnash::GtkAggGlue::beforeRendering | ( | movie_root * | stage | ) | [virtual] |
Reimplemented from gnash::GtkGlue.
| void gnash::GtkAggGlue::configure | ( | GtkWidget *const | widget, |
| GdkEventConfigure *const | event | ||
| ) | [virtual] |
Implements gnash::GtkGlue.
References setRenderHandlerSize().
| Renderer * gnash::GtkAggGlue::createRenderHandler | ( | ) | [virtual] |
Implements gnash::GtkGlue.
References _, gnash::GtkGlue::_drawing_area, gnash::agg_detect_pixel_format(), gnash::create_Renderer_agg(), and GNASH_REPORT_FUNCTION.
| bool gnash::GtkAggGlue::init | ( | int | argc, |
| char ** | argv[] | ||
| ) | [virtual] |
Implements gnash::GtkGlue.
References GNASH_REPORT_FUNCTION.
| bool gnash::GtkAggGlue::needsDrawingArea | ( | ) | [inline, virtual] |
Reimplemented from gnash::GtkGlue.
| void gnash::GtkAggGlue::prepDrawingArea | ( | GtkWidget * | drawing_area | ) | [virtual] |
Implements gnash::GtkGlue.
References gnash::GtkGlue::_drawing_area, and GNASH_REPORT_FUNCTION.
| void gnash::GtkAggGlue::render | ( | ) | [virtual] |
Implements gnash::GtkGlue.
| void gnash::GtkAggGlue::render | ( | int | minx, |
| int | miny, | ||
| int | maxx, | ||
| int | maxy | ||
| ) | [virtual] |
Reimplemented from gnash::GtkGlue.
References gnash::GtkGlue::_drawing_area, height, width, x, and y.
| void gnash::GtkAggGlue::setRenderHandlerSize | ( | int | width, |
| int | height | ||
| ) | [virtual] |
Reimplemented from gnash::GtkGlue.
References gnash::GtkGlue::_drawing_area, assert, and GNASH_REPORT_FUNCTION.
Referenced by configure().
1.7.6.1