mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Event_Hooks.h
index 7b68c7a57dc90a64fbb99ced6108d1616ecd0f81..13b3d3aecf966efd621cc3c05b6f637b07a215fc 100644 (file)
@@ -1,7 +1,19 @@
+/* Event_hooks.c defines the hooks that are given to processTrace as parameter.
+ * These hooks call the Drawing API to draw the information on the screen,
+ * using information from Context, but mostly state (running, waiting...).
+ */
+
 
 #ifndef _EVENT_HOOKS_H
 #define _EVENT_HOOKS_H
 
+#include <gtk/gtk.h>
+#include <lttv/mainWindow.h>
+#include "Process_List.h"
+#include "Drawing.h"
+
+void send_test_data(ProcessList *Process_List, Drawing_t *Drawing);
+
 GtkWidget *hGuiControlFlow(mainWindow *pmParentWindow);
 
 int Event_Selected_Hook(void *hook_data, void *call_data);
@@ -35,4 +47,8 @@ int Draw_Event_Hook(void *hook_data, void *call_data);
 
 int Draw_After_Hook(void *hook_data, void *call_data);
 
+void Update_Time_Window_Hook(void *hook_data, void *call_data);
+void Update_Current_Time_Hook(void *hook_data, void *call_data);
+
+
 #endif // _EVENT_HOOKS_H
This page took 0.023602 seconds and 4 git commands to generate.