Gnash  0.8.11dev
Public Member Functions
gnash::GtkAggVaapiGlue Class Reference

#include <gtk_glue_agg_vaapi.h>

Inheritance diagram for gnash::GtkAggVaapiGlue:
gnash::GtkGlue gnash::DeviceGlue

List of all members.

Public Member Functions

 GtkAggVaapiGlue ()
 ~GtkAggVaapiGlue ()
bool init (int argc, char **argv[])
void prepDrawingArea (GtkWidget *drawing_area)
RenderercreateRenderHandler ()
void setRenderHandlerSize (int width, int height)
virtual void beforeRendering (movie_root *stage)
void render ()
void render (GdkRegion *const)
void configure (GtkWidget *const widget, GdkEventConfigure *const event)
- Public Member Functions inherited from gnash::GtkGlue
 GtkGlue ()
virtual ~GtkGlue ()
virtual void render (int, int, int, int)
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
- Protected Attributes inherited from gnash::DeviceGlue
boost::scoped_ptr
< renderer::GnashDevice
_device

Constructor & Destructor Documentation

gnash::GtkAggVaapiGlue::GtkAggVaapiGlue ( )
gnash::GtkAggVaapiGlue::~GtkAggVaapiGlue ( )

Member Function Documentation

void gnash::GtkAggVaapiGlue::beforeRendering ( movie_root stage)
virtual
void gnash::GtkAggVaapiGlue::configure ( GtkWidget *const  widget,
GdkEventConfigure *const  event 
)
virtual

Implements gnash::GtkGlue.

References dprintf, and setRenderHandlerSize().

Renderer * gnash::GtkAggVaapiGlue::createRenderHandler ( )
virtual
bool gnash::GtkAggVaapiGlue::init ( int  argc,
char **  argv[] 
)
virtual

Implements gnash::GtkGlue.

References _, and gnash::get().

void gnash::GtkAggVaapiGlue::prepDrawingArea ( GtkWidget *  drawing_area)
virtual
void gnash::GtkAggVaapiGlue::render ( )
virtual
void gnash::GtkAggVaapiGlue::render ( GdkRegion * const  )
virtual

Reimplemented from gnash::GtkGlue.

References render().

void gnash::GtkAggVaapiGlue::setRenderHandlerSize ( int  width,
int  height 
)
virtual

Reimplemented from gnash::GtkGlue.

References dprintf, height, and width.

Referenced by configure().


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