draw icon working
[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 MainWindow *Parent_Window;
10
11 ProcessList *Process_List;
12 Drawing_t *Drawing;
13
14 //GtkWidget *HBox_V;
15 GtkWidget *Inside_HBox_V;
16
17 GtkAdjustment *VAdjust_C ;
18
19 /* Trace information */
20 //TraceSet *Trace_Set;
21 //TraceStatistics *Trace_Statistics;
22
23 /* Shown events information */
24 guint First_Event, Last_Event;
25 TimeWindow Time_Window;
26 LttTime Current_Time;
27
28
29 /* TEST DATA, TO BE READ FROM THE TRACE */
30 gint Number_Of_Events ;
31 guint Currently_Selected_Event ;
32 gboolean Selected_Event ;
33 guint Number_Of_Process;
34
35 } ;
36
37
38 #endif //_CFV_PRIVATE_H
This page took 0.045532 seconds and 4 git commands to generate.