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

#include <gtk_glue_cairo.h>

Inheritance diagram for gnash::GtkCairoGlue:
gnash::GtkGlue gnash::DeviceGlue

List of all members.

Public Member Functions

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

References GNASH_REPORT_FUNCTION.

gnash::GtkCairoGlue::~GtkCairoGlue ( )

Member Function Documentation

void gnash::GtkCairoGlue::beforeRendering ( )
void gnash::GtkCairoGlue::configure ( GtkWidget *const  widget,
GdkEventConfigure *const  event 
)
virtual
Renderer * gnash::GtkCairoGlue::createRenderHandler ( )
virtual
bool gnash::GtkCairoGlue::init ( int  argc,
char ***  argv 
)
bool gnash::GtkCairoGlue::needsDrawingArea ( )
inlinevirtual

Reimplemented from gnash::GtkGlue.

void gnash::GtkCairoGlue::prepDrawingArea ( GtkWidget *  drawing_area)
virtual
void gnash::GtkCairoGlue::render ( )
virtual

Implements gnash::GtkGlue.

Referenced by render().

void gnash::GtkCairoGlue::render ( int  minx,
int  miny,
int  maxx,
int  maxy 
)
virtual

Reimplemented from gnash::GtkGlue.

References gnash::GtkGlue::_drawing_area, height, render(), width, x, and y.


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