Gnash
0.8.11dev
|
#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) |
![]() | |
GtkGlue () | |
virtual | ~GtkGlue () |
virtual void | render (GdkRegion *const region) |
![]() | |
DeviceGlue () | |
~DeviceGlue () | |
boost::shared_array < renderer::GnashDevice::dtype_t > | probeDevices () |
void | resetDevice () |
Reset the the current device, which disables output. | |
renderer::GnashDevice::dtype_t | getDevice () |
Get the current active device type. | |
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. | |
bool | swapBuffers () |
Make the current buffer the active one. |
Additional Inherited Members | |
![]() | |
GtkWidget * | _drawing_area |
bool | _needs_area |
![]() | |
boost::scoped_ptr < renderer::GnashDevice > | _device |
gnash::GtkAggGlue::GtkAggGlue | ( | ) |
References GNASH_REPORT_FUNCTION.
gnash::GtkAggGlue::~GtkAggGlue | ( | ) |
|
virtual |
Reimplemented from gnash::GtkGlue.
|
virtual |
Implements gnash::GtkGlue.
References setRenderHandlerSize().
|
virtual |
Implements gnash::GtkGlue.
References _, gnash::GtkGlue::_drawing_area, gnash::agg_detect_pixel_format(), gnash::create_Renderer_agg(), and GNASH_REPORT_FUNCTION.
|
virtual |
Implements gnash::GtkGlue.
References GNASH_REPORT_FUNCTION.
|
inlinevirtual |
Reimplemented from gnash::GtkGlue.
|
virtual |
Implements gnash::GtkGlue.
References gnash::GtkGlue::_drawing_area, and GNASH_REPORT_FUNCTION.
|
virtual |
Implements gnash::GtkGlue.
|
virtual |
Reimplemented from gnash::GtkGlue.
References gnash::GtkGlue::_drawing_area, height, width, x, and y.
|
virtual |
Reimplemented from gnash::GtkGlue.
References gnash::GtkGlue::_drawing_area, assert, and GNASH_REPORT_FUNCTION.
Referenced by configure().