missing file
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV-private.h
1 #ifndef _CFV_PRIVATE_H
2 #define _CFV_PRIVATE_H
3
4
5
6 struct _ControlFlowData {
7
8 GtkWidget *Scrolled_Window_VC;
9
10 ProcessList *Process_List;
11 Drawing_t *Drawing;
12
13 //GtkWidget *HBox_V;
14 GtkWidget *Inside_HBox_V;
15
16 GtkAdjustment *VAdjust_C ;
17
18 /* Trace information */
19 //TraceSet *Trace_Set;
20 //TraceStatistics *Trace_Statistics;
21
22 /* Shown events information */
23 guint First_Event, Last_Event;
24 TimeWindow Time_Window;
25 LttTime Current_Time;
26
27
28 /* TEST DATA, TO BE READ FROM THE TRACE */
29 gint Number_Of_Events ;
30 guint Currently_Selected_Event ;
31 gboolean Selected_Event ;
32 guint Number_Of_Process;
33
34 } ;
35
36
37 #endif //_CFV_PRIVATE_H
This page took 0.029432 seconds and 4 git commands to generate.