38 bool init(
int argc,
char **argv[]);
45 void render(
int minx,
int miny,
int maxx,
int maxy);
46 void configure(GtkWidget *
const widget, GdkEventConfigure *
const event);
49 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
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
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:188
void render()
Definition: gtk_glue_agg.cpp:144
Definition: klash_part.cpp:329
bool needsDrawingArea()
Definition: gtk_glue_agg.h:39
virtual void beforeRendering(movie_root *stage)
Definition: gtk_glue_agg.cpp:136
Definition: gtk_glue.h:40
Definition: gtk_glue_agg.h:32
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