|
Gnash
0.8.11dev
|
#include <fb_glue.h>
Public Member Functions | |
| FBGlue () | |
| virtual | ~FBGlue () |
| virtual bool | init (int argc, char **argv[])=0 |
| virtual void | prepDrawingArea (FbWidget *drawing_area)=0 |
| virtual Renderer * | createRenderHandler ()=0 |
| virtual void | setRenderHandlerSize (int, int) |
| virtual void | setInvalidatedRegions (const InvalidatedRanges &) |
| virtual void | render ()=0 |
| virtual int | width ()=0 |
| virtual int | height ()=0 |
| virtual void | render (void *const) |
| virtual void | beforeRendering (movie_root *) |
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 | |
| std::unique_ptr< Renderer > | _renderer |
Protected Attributes inherited from gnash::DeviceGlue | |
| std::unique_ptr< renderer::GnashDevice > | _device |
This class is the base class for the glue layer between the GUI toolkit and the renderer.
|
inline |
|
inlinevirtual |
References createRenderHandler(), init(), and prepDrawingArea().
|
inlinevirtual |
References _renderer.
|
pure virtual |
Implemented in gnash::gui::FBgles1Glue, gnash::gui::FBOvgGlue, gnash::gui::FBgles2Glue, and gnash::gui::FBAggGlue.
Referenced by ~FBGlue().
|
pure virtual |
Implemented in gnash::gui::FBAggGlue, gnash::gui::FBOvgGlue, gnash::gui::FBgles1Glue, and gnash::gui::FBgles2Glue.
Referenced by setInvalidatedRegions().
|
pure virtual |
|
pure virtual |
Implemented in gnash::gui::FBgles1Glue, gnash::gui::FBOvgGlue, and gnash::gui::FBAggGlue.
Referenced by ~FBGlue().
|
pure virtual |
Implemented in gnash::gui::FBAggGlue, gnash::gui::FBgles1Glue, gnash::gui::FBgles2Glue, and gnash::gui::FBOvgGlue.
Referenced by setInvalidatedRegions().
|
inlinevirtual |
Reimplemented in gnash::gui::FBAggGlue.
|
inlinevirtual |
Reimplemented in gnash::gui::FBAggGlue, gnash::gui::FBgles1Glue, gnash::gui::FBOvgGlue, and gnash::gui::FBgles2Glue.
|
inlinevirtual |
|
pure virtual |
Implemented in gnash::gui::FBAggGlue, gnash::gui::FBOvgGlue, gnash::gui::FBgles1Glue, and gnash::gui::FBgles2Glue.
Referenced by setInvalidatedRegions().
|
protected |
1.8.12