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

#include <gtk_glue_agg.h>

Inheritance diagram for gnash::GtkAggGlue:
gnash::GtkGlue gnash::DeviceGlue

Public Member Functions

 GtkAggGlue ()
 
 ~GtkAggGlue ()
 
bool init (int argc, char **argv[])
 
bool needsDrawingArea ()
 
void prepDrawingArea (GtkWidget *drawing_area)
 
RenderercreateRenderHandler ()
 
void setRenderHandlerSize (int width, int height)
 
virtual void beforeRendering (movie_root *stage)
 
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 void render (GdkRegion *const region)
 
- 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...
 

Additional Inherited Members

- Protected Attributes inherited from gnash::GtkGlue
GtkWidget * _drawing_area
 
bool _needs_area
 
- Protected Attributes inherited from gnash::DeviceGlue
std::unique_ptr< renderer::GnashDevice_device
 

Constructor & Destructor Documentation

§ GtkAggGlue()

gnash::GtkAggGlue::GtkAggGlue ( )

References GNASH_REPORT_FUNCTION.

§ ~GtkAggGlue()

gnash::GtkAggGlue::~GtkAggGlue ( )

Member Function Documentation

§ beforeRendering()

void gnash::GtkAggGlue::beforeRendering ( movie_root stage)
virtual

Reimplemented from gnash::GtkGlue.

Referenced by needsDrawingArea().

§ configure()

void gnash::GtkAggGlue::configure ( GtkWidget *const  widget,
GdkEventConfigure *const  event 
)
virtual

Implements gnash::GtkGlue.

References setRenderHandlerSize().

Referenced by needsDrawingArea().

§ createRenderHandler()

Renderer * gnash::GtkAggGlue::createRenderHandler ( )
virtual

§ init()

bool gnash::GtkAggGlue::init ( int  argc,
char **  argv[] 
)
virtual

Implements gnash::GtkGlue.

References GNASH_REPORT_FUNCTION.

§ needsDrawingArea()

bool gnash::GtkAggGlue::needsDrawingArea ( )
inlinevirtual

§ prepDrawingArea()

void gnash::GtkAggGlue::prepDrawingArea ( GtkWidget *  drawing_area)
virtual

§ render() [1/2]

void gnash::GtkAggGlue::render ( )
virtual

Implements gnash::GtkGlue.

Referenced by needsDrawingArea().

§ render() [2/2]

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

Reimplemented from gnash::GtkGlue.

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

§ setRenderHandlerSize()

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

Reimplemented from gnash::GtkGlue.

References gnash::GtkGlue::_drawing_area, and GNASH_REPORT_FUNCTION.

Referenced by configure(), and needsDrawingArea().


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