28 #include <boost/scoped_array.hpp>
39 bool init(
int argc,
char **argv[]);
46 void render(
int minx,
int miny,
int maxx,
int maxy);
47 void configure(GtkWidget *
const widget, GdkEventConfigure *
const event);
50 GdkImage* _offscreenbuf;
GtkAggGlue()
Definition: gtk_glue_agg.cpp:41
~GtkAggGlue()
Definition: gtk_glue_agg.cpp:48
void configure(GtkWidget *const widget, GdkEventConfigure *const event)
Definition: gtk_glue_agg.cpp:170
Definition: klash_part.cpp:329
void setRenderHandlerSize(int width, int height)
Definition: gtk_glue_agg.cpp:105
Base class for render handlers.
Definition: Renderer.h:190
void render()
Definition: gtk_glue_agg.cpp:144
Definition: klash_part.cpp:329
bool needsDrawingArea()
Definition: gtk_glue_agg.h:40
virtual void beforeRendering(movie_root *stage)
Definition: gtk_glue_agg.cpp:136
Definition: gtk_glue.h:40
Definition: gtk_glue_agg.h:33
Renderer * createRenderHandler()
Definition: gtk_glue_agg.cpp:74
bool init(int argc, char **argv[])
Definition: gtk_glue_agg.cpp:56
void prepDrawingArea(GtkWidget *drawing_area)
Definition: gtk_glue_agg.cpp:63
This class represents the 'Stage' and top-level movie.
Definition: movie_root.h:150