Gnash
0.8.10
|
#include <gtk_glue_gtkglext.h>
Public Member Functions | |
GtkGlExtGlue () | |
~GtkGlExtGlue () | |
bool | init (int argc, char **argv[]) |
void | prepDrawingArea (GtkWidget *drawing_area) |
Renderer * | createRenderHandler () |
void | render () |
void | render (int, int, int, int) |
void | configure (GtkWidget *const widget, GdkEventConfigure *const event) |
gnash::GtkGlExtGlue::GtkGlExtGlue | ( | ) |
References GNASH_REPORT_FUNCTION.
gnash::GtkGlExtGlue::~GtkGlExtGlue | ( | ) |
void gnash::GtkGlExtGlue::configure | ( | GtkWidget *const | widget, |
GdkEventConfigure *const | event | ||
) | [virtual] |
Implements gnash::GtkGlue.
Renderer * gnash::GtkGlExtGlue::createRenderHandler | ( | ) | [virtual] |
Implements gnash::GtkGlue.
References gnash::renderer::DirectFB::create_handler().
bool gnash::GtkGlExtGlue::init | ( | int | argc, |
char ** | argv[] | ||
) | [virtual] |
Implements gnash::GtkGlue.
References _.
void gnash::GtkGlExtGlue::prepDrawingArea | ( | GtkWidget * | drawing_area | ) | [virtual] |
Implements gnash::GtkGlue.
void gnash::GtkGlExtGlue::render | ( | ) | [virtual] |
Implements gnash::GtkGlue.
void gnash::GtkGlExtGlue::render | ( | int | , |
int | , | ||
int | , | ||
int | |||
) | [inline, virtual] |