basic lttvwindow works
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index c383e2d4f321e8e23ee0749222eb443131504abc..ad11453ea262d5d785829c593177b662f4730ad4 100644 (file)
 #ifndef _CFV_PRIVATE_H
 #define _CFV_PRIVATE_H
 
+
 struct _ControlFlowData {
 
   GtkWidget *scrolled_window;
-  MainWindow *mw;
+  Tab *tab;
+
+  GtkWidget *h_paned;
 
   ProcessList *process_list;
-  Drawing_t *drawing;
 
-  GtkWidget *h_paned;
-    
+  Drawing_t *drawing;
   GtkAdjustment *v_adjust ;
   
   /* Shown events information */
-  TimeWindow time_window;
-  LttTime current_time;
+//  TimeWindow time_window;
+//  LttTime current_time;
   
   //guint currently_Selected_Event  ;
   guint number_of_process;
 
+  /* hooks for trace read */
+  LttvHooks *event;
+  LttvHooks *after_event;
+  LttvHooks *after_traceset;
+  EventRequest *event_request;
+
 } ;
 
 
This page took 0.022823 seconds and 4 git commands to generate.