mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.h
index 1855fb2731135a1a137df0fd17ce7f9e5bb4c729..548ae8907facd0bbe5da10f2eccacc6b9b9d494a 100644 (file)
@@ -2,6 +2,9 @@
 #define _CFV_H
 
 #include <gtk/gtk.h>
+#include "lttv/common.h"
+#include "lttv/mainWindow.h"
+#include "Process_List.h"
 
 typedef struct _ControlFlowData ControlFlowData;
 
@@ -12,5 +15,9 @@ GuiControlFlow_Destructor_Full(ControlFlowData *Control_Flow_Data);
 void
 GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data);
 GtkWidget *GuiControlFlow_get_Widget(ControlFlowData *Control_Flow_Data);
+ProcessList *GuiControlFlow_get_Process_List(ControlFlowData *Control_Flow_Data);
+TimeWindow *GuiControlFlow_get_Time_Window(ControlFlowData *Control_Flow_Data);
+LttTime *GuiControlFlow_get_Current_Time(ControlFlowData *Control_Flow_Data);
+
 
 #endif // _CFV_H
This page took 0.023192 seconds and 4 git commands to generate.