Go to the documentation of this file.
19 #ifndef GNASH_KDE4_AGG_GLUE_H
20 #define GNASH_KDE4_AGG_GLUE_H
45 bool init(
int argc,
char **argv[]);
51 void render(
const QRect& updateRect);
56 std::unique_ptr<unsigned char[]> _offscreenbuf;
58 std::unique_ptr<QImage> _image;
59 std::unique_ptr<QPainter> _painter;
~Qt4AggGlue()
Definition: Qt4GlueAgg.cpp:43
DSOEXPORT Renderer_agg_base * create_Renderer_agg(const char *pixelformat)
Create a render handler.
Definition: Renderer_agg.cpp:2048
@ height
Definition: klash_part.cpp:329
Top-level gnash exception.
Definition: GnashException.h:31
DrawingWidget * _drawing_area
Definition: Qt4Glue.h:97
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
void render()
Definition: Qt4GlueAgg.cpp:91
Base class for render handlers.
Definition: Renderer.h:189
void resize(int width, int height)
Definition: Qt4GlueAgg.cpp:121
virtual void init_buffer(unsigned char *mem, int size, int x, int y, int rowstride)=0
bool init(int argc, char **argv[])
Definition: Qt4GlueAgg.cpp:48
Renderer * createRenderHandler()
Definition: Qt4GlueAgg.cpp:109
@ r
Definition: GnashKey.h:164
@ p
Definition: GnashKey.h:162
Qt4AggGlue()
Definition: Qt4GlueAgg.cpp:35
void initBuffer(int width, int height)
Definition: Qt4GlueAgg.cpp:62
Definition: Qt4GlueAgg.h:40
Definition: Renderer_agg.h:30
void prepDrawingArea(DrawingWidget *drawing_area)
Definition: Qt4GlueAgg.cpp:55
@ width
Definition: klash_part.cpp:329