23 #if GNASH_QT_VERSION == 4 24 # include <QtGui/QImage> 43 bool init(
int argc,
char **argv[]);
47 void resize(
int width,
int height);
54 std::unique_ptr<unsigned char[]> _offscreenbuf;
57 std::vector< geometry::Range2d<int> > _drawbounds;
58 std::unique_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
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
KdeAggGlue()
Definition: kde_glue_agg.cpp:41
Definition: klash_part.cpp:329
Base class for render handlers.
Definition: Renderer.h:188
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:37