Gnash  0.8.11dev
Public Member Functions | List of all members
gnash::gui::GtkOvgGlue Class Reference

#include <gtk_glue_ovg.h>

Inheritance diagram for gnash::gui::GtkOvgGlue:
gnash::GtkGlue gnash::DeviceGlue

Public Member Functions

 GtkOvgGlue ()
 ~GtkOvgGlue ()
bool init (int argc, char **argv[])
void prepDrawingArea (GtkWidget *drawing_area)
RenderercreateRenderHandler ()
void setRenderHandlerSize (int width, int height)
void beforeRendering ()
void configure (GtkWidget *const widget, GdkEventConfigure *const event)
void render ()
void render (int minx, int miny, int maxx, int maxy)
- Public Member Functions inherited from gnash::GtkGlue
 GtkGlue ()
virtual ~GtkGlue ()
virtual void render (GdkRegion *const region)
virtual void beforeRendering (movie_root *)
virtual bool needsDrawingArea ()
- Public Member Functions inherited from gnash::DeviceGlue
 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

- Protected Attributes inherited from gnash::GtkGlue
GtkWidget * _drawing_area
bool _needs_area

Constructor & Destructor Documentation

gnash::gui::GtkOvgGlue::GtkOvgGlue ( )

References GNASH_REPORT_FUNCTION.

gnash::gui::GtkOvgGlue::~GtkOvgGlue ( )

References GNASH_REPORT_FUNCTION.

Member Function Documentation

void gnash::gui::GtkOvgGlue::beforeRendering ( )

References GNASH_REPORT_FUNCTION.

void gnash::gui::GtkOvgGlue::configure ( GtkWidget *const  widget,
GdkEventConfigure *const  event 
)
virtual
Renderer * gnash::gui::GtkOvgGlue::createRenderHandler ( )
virtual
bool gnash::gui::GtkOvgGlue::init ( int  argc,
char **  argv[] 
)
virtual
void gnash::gui::GtkOvgGlue::prepDrawingArea ( GtkWidget *  drawing_area)
virtual
void gnash::gui::GtkOvgGlue::render ( )
virtual

Implements gnash::GtkGlue.

References _, and GNASH_REPORT_FUNCTION.

void gnash::gui::GtkOvgGlue::render ( int  minx,
int  miny,
int  maxx,
int  maxy 
)
virtual
void gnash::gui::GtkOvgGlue::setRenderHandlerSize ( int  width,
int  height 
)
virtual

The documentation for this class was generated from the following files: