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=04fe2f56d114309d1ce1ea4fe02a334a1a03bd29;hpb=189a5d08183ffed5caf82d625a3b9a86bda96989;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 04fe2f56..d830b7cb 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h @@ -5,32 +5,22 @@ struct _ControlFlowData { - GtkWidget *Scrolled_Window_VC; - MainWindow *Parent_Window; - - 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; + 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; } ;