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) |
gnash::GtkAggGlue::GtkAggGlue | ( | ) |
References GNASH_REPORT_FUNCTION.
gnash::GtkAggGlue::~GtkAggGlue | ( | ) |
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_REPORT_FUNCTION, gnash::GtkGlue::_drawing_area, gnash::agg_detect_pixel_format(), gnash::create_Renderer_agg(), and _.
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_REPORT_FUNCTION, and gnash::GtkGlue::_drawing_area.
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 x, y, width, height, and gnash::GtkGlue::_drawing_area.
void gnash::GtkAggGlue::setRenderHandlerSize | ( | int | width, |
int | height | ||
) | [virtual] |
Reimplemented from gnash::GtkGlue.
References GNASH_REPORT_FUNCTION, assert, and gnash::GtkGlue::_drawing_area.
Referenced by configure().