Gnash
0.8.11dev
|
#include <gtk_glue.h>
Public Member Functions | |
GtkGlue () | |
virtual | ~GtkGlue () |
virtual bool | init (int argc, char **argv[])=0 |
virtual void | prepDrawingArea (GtkWidget *drawing_area)=0 |
virtual Renderer * | createRenderHandler ()=0 |
virtual void | setRenderHandlerSize (int, int) |
virtual void | render ()=0 |
virtual void | render (int, int, int, int) |
virtual void | render (GdkRegion *const region) |
virtual void | configure (GtkWidget *const widget, GdkEventConfigure *const event)=0 |
virtual void | beforeRendering (movie_root *) |
virtual bool | needsDrawingArea () |
![]() | |
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. |
Protected Attributes | |
GtkWidget * | _drawing_area |
bool | _needs_area |
![]() | |
boost::scoped_ptr < renderer::GnashDevice > | _device |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in gnash::GtkAggVaapiGlue, and gnash::GtkAggGlue.
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, and gnash::GtkAggGlue.
|
inlinevirtual |
Reimplemented in gnash::GtkAggGlue, and gnash::GtkCairoGlue.
References _needs_area.
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
Referenced by render().
|
inlinevirtual |
Reimplemented in gnash::gui::GtkOvgGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
References render().
|
inlinevirtual |
Reimplemented in gnash::GtkAggVaapiGlue.
References gnash::key::i, gnash::key::r, and render().
|
inlinevirtual |
Reimplemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, and gnash::GtkAggGlue.
|
protected |
Referenced by gnash::GtkCairoGlue::configure(), gnash::GtkAggGlue::createRenderHandler(), gnash::gui::GtkOvgGlue::createRenderHandler(), gnash::GtkCairoGlue::prepDrawingArea(), gnash::GtkAggGlue::prepDrawingArea(), gnash::GtkAggVaapiGlue::prepDrawingArea(), gnash::gui::GtkOvgGlue::prepDrawingArea(), gnash::GtkCairoGlue::render(), gnash::GtkAggGlue::render(), gnash::GtkAggVaapiGlue::render(), gnash::gui::GtkOvgGlue::render(), gnash::GtkAggGlue::setRenderHandlerSize(), and gnash::gui::GtkOvgGlue::setRenderHandlerSize().
|
protected |
Referenced by needsDrawingArea().