X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV-private.h;h=d830b7cb7892ba717d5f6bfd840828e0a1596088;hb=14963be07f6a9c7c2db0d988f557b870ebd5dead;hp=1a745026f452b4662029bd9e0d74881ce60d2f5a;hpb=5daf38784242b42303ea90076ffcc49fc579cb87;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h index 1a745026..d830b7cb 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h @@ -5,33 +5,22 @@ struct _ControlFlowData { - GtkWidget *Scrolled_Window_VC; - MainWindow *Parent_Window; - - ProcessList *Process_List; - Drawing_t *Drawing; - - //GtkWidget *HBox_V; - //GtkWidget *Inside_HBox_V; - GtkWidget *HPaned; - - 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; + GtkWidget *scrolled_window; + MainWindow *mw; + + ProcessList *process_list; + Drawing_t *Drawing; + + GtkWidget *h_paned; + + GtkAdjustment *v_adjust ; + + /* Shown events information */ + TimeWindow time_window; + LttTime current_time; + + //guint currently_Selected_Event ; + guint number_of_process; } ;