|
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 () |
Public Member Functions inherited from gnash::DeviceGlue | |
| 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... | |
Protected Attributes | |
| GtkWidget * | _drawing_area |
| bool | _needs_area |
Protected Attributes inherited from gnash::DeviceGlue | |
| std::unique_ptr< renderer::GnashDevice > | _device |
|
inline |
|
inlinevirtual |
References createRenderHandler(), init(), and prepDrawingArea().
|
inlinevirtual |
Reimplemented in gnash::GtkAggVaapiGlue, and gnash::GtkAggGlue.
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
Referenced by render().
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
Referenced by ~GtkGlue().
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, and gnash::GtkAggGlue.
Referenced by ~GtkGlue().
|
inlinevirtual |
Reimplemented in gnash::GtkAggGlue, and gnash::GtkCairoGlue.
References _drawing_area, and _needs_area.
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
Referenced by ~GtkGlue().
|
pure virtual |
Implemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
Referenced by render(), and setRenderHandlerSize().
|
inlinevirtual |
Reimplemented in gnash::gui::GtkOvgGlue, gnash::GtkGlExtGlue, gnash::GtkAggGlue, and gnash::GtkCairoGlue.
References render().
|
inlinevirtual |
Reimplemented in gnash::GtkAggVaapiGlue.
References configure(), gnash::key::i, gnash::key::r, and render().
|
inlinevirtual |
Reimplemented in gnash::gui::GtkOvgGlue, gnash::GtkAggVaapiGlue, and gnash::GtkAggGlue.
References render().
|
protected |
Referenced by gnash::cairoFormatFromVisual(), gnash::GtkCairoGlue::configure(), gnash::GtkAggGlue::createRenderHandler(), gnash::gui::GtkOvgGlue::createRenderHandler(), needsDrawingArea(), 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().
1.8.12