mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Event_Hooks.h
index 441a4a5138b79f64c335dcb02ba8cc602da011df..13b3d3aecf966efd621cc3c05b6f637b07a215fc 100644 (file)
@@ -1,9 +1,18 @@
+/* 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);
 
@@ -38,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.024965 seconds and 4 git commands to generate.