19 #ifndef GNASH_KDE4_AGG_GLUE_H
20 #define GNASH_KDE4_AGG_GLUE_H
31 #include <boost/scoped_array.hpp>
46 bool init(
int argc,
char **argv[]);
50 void resize(
int width,
int height);
52 void render(
const QRect& updateRect);
57 boost::scoped_array<unsigned char> _offscreenbuf;
59 std::auto_ptr<QImage> _image;
60 std::auto_ptr<QPainter> _painter;
void resize(int width, int height)
Definition: Qt4GlueAgg.cpp:121
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
void initBuffer(int width, int height)
Definition: Qt4GlueAgg.cpp:62
Definition: klash_part.cpp:329
bool init(int argc, char **argv[])
Definition: Qt4GlueAgg.cpp:48
Base class for render handlers.
Definition: Renderer.h:190
Definition: klash_part.cpp:329
~Qt4AggGlue()
Definition: Qt4GlueAgg.cpp:43
void prepDrawingArea(DrawingWidget *drawing_area)
Definition: Qt4GlueAgg.cpp:55
Renderer * createRenderHandler()
Definition: Qt4GlueAgg.cpp:109
void render()
Definition: Qt4GlueAgg.cpp:91
Definition: Qt4GlueAgg.h:40
Qt4AggGlue()
Definition: Qt4GlueAgg.cpp:35