missing file
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 13 Oct 2003 04:56:03 +0000 (04:56 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 13 Oct 2003 04:56:03 +0000 (04:56 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@300 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h [new file with mode: 0644]

diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h
new file mode 100644 (file)
index 0000000..822b194
--- /dev/null
@@ -0,0 +1,37 @@
+#ifndef _CFV_PRIVATE_H
+#define _CFV_PRIVATE_H
+
+
+
+struct _ControlFlowData {
+
+       GtkWidget *Scrolled_Window_VC;
+       
+       ProcessList *Process_List;
+       Drawing_t *Drawing;
+
+       //GtkWidget *HBox_V;
+       GtkWidget *Inside_HBox_V;
+
+       GtkAdjustment *VAdjust_C ;
+       
+       /* Trace information */
+       //TraceSet *Trace_Set;
+       //TraceStatistics *Trace_Statistics;
+       
+       /* Shown events information */
+       guint First_Event, Last_Event;
+       TimeWindow Time_Window;
+       LttTime Current_Time;
+       
+       
+       /* TEST DATA, TO BE READ FROM THE TRACE */
+       gint Number_Of_Events ;
+       guint Currently_Selected_Event  ;
+       gboolean Selected_Event ;
+       guint Number_Of_Process;
+
+} ;
+
+
+#endif //_CFV_PRIVATE_H
This page took 0.026692 seconds and 4 git commands to generate.