Gnash
0.8.11dev
|
#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) |
![]() | |
GtkGlue () | |
virtual | ~GtkGlue () |
virtual void | setRenderHandlerSize (int, int) |
virtual void | render (GdkRegion *const region) |
virtual void | beforeRendering (movie_root *) |
virtual bool | needsDrawingArea () |
![]() | |
DeviceGlue () | |
~DeviceGlue () | |
std::unique_ptr< renderer::GnashDevice::dtype_t[]> | probeDevices () |
void | resetDevice () |
Reset the the current device, which disables output. More... | |
renderer::GnashDevice::dtype_t | getDevice () |
Get the current active device type. More... | |
void | setDevice (renderer::GnashDevice::dtype_t dtype) |
bool | initDevice (int argc, char *argv[]) |
bool | attachWindow (renderer::GnashDevice::native_window_t window) |
bool | bindClient (renderer::GnashDevice::rtype_t rtype) |
size_t | getWidth () |
size_t | getHeight () |
size_t | getDepth () |
Depth of the display. More... | |
bool | swapBuffers () |
Make the current buffer the active one. More... | |
Additional Inherited Members | |
![]() | |
GtkWidget * | _drawing_area |
bool | _needs_area |
![]() | |
std::unique_ptr< renderer::GnashDevice > | _device |
gnash::GtkGlExtGlue::GtkGlExtGlue | ( | ) |
References GNASH_REPORT_FUNCTION.
gnash::GtkGlExtGlue::~GtkGlExtGlue | ( | ) |
|
virtual |
Implements gnash::GtkGlue.
Referenced by render().
|
virtual |
Implements gnash::GtkGlue.
References gnash::renderer::DirectFB::create_handler().
|
virtual |
Implements gnash::GtkGlue.
|
virtual |
Implements gnash::GtkGlue.
|
virtual |
Implements gnash::GtkGlue.
|
inlinevirtual |