23 #if GNASH_QT_VERSION == 4
24 # include <QtGui/QImage>
32 #include <boost/scoped_array.hpp>
44 bool init(
int argc,
char **argv[]);
48 void resize(
int width,
int height);
55 boost::scoped_array<unsigned char> _offscreenbuf;
58 std::vector< geometry::Range2d<int> > _drawbounds;
59 std::auto_ptr<QImage> _qimage;
void render()
Definition: kde_glue_agg.cpp:105
Definition: kde_glue.h:33
void prepDrawingArea(QWidget *drawing_area)
Definition: kde_glue_agg.cpp:63
KdeAggGlue()
Definition: kde_glue_agg.cpp:41
Definition: klash_part.cpp:329
Base class for render handlers.
Definition: Renderer.h:190
void initBuffer(int width, int height)
Definition: kde_glue_agg.cpp:71
Definition: klash_part.cpp:329
bool init(int argc, char **argv[])
Definition: kde_glue_agg.cpp:54
~KdeAggGlue()
Definition: kde_glue_agg.cpp:49
Renderer * createRenderHandler()
Definition: kde_glue_agg.cpp:151
void setInvalidatedRegions(const InvalidatedRanges &ranges)
Definition: kde_glue_agg.cpp:126
void resize(int width, int height)
Definition: kde_glue_agg.cpp:162
Definition: kde_glue_agg.h:38