continue work on resourceview
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 30d6df80f3f09580d1f1af404dbc77d565a28ddc..5bd9705e0ebc7bee540aefb6caec34a6a60afa18 100644 (file)
@@ -27,6 +27,7 @@
 #include <lttv/tracecontext.h>
 #include <lttv/hook.h>
 #include <lttv/stats.h>
+#include <lttv/filter.h>
 //#include <lttvwindow/gtkmultivpaned.h>
 #include <lttvwindow/mainwindow.h>
 
@@ -68,7 +69,7 @@ struct _MainWindow{
 
 struct _Tab{
   GtkWidget *label;
-  
+  GtkWidget *top_widget;
   GtkWidget *vbox; /* contains viewer_container and scrollbar */
   //GtkWidget *multivpaned;
   GtkWidget *viewer_container;
@@ -99,6 +100,12 @@ struct _Tab{
   GtkWidget *MText6;
   GtkWidget *MEntry6;
   GtkWidget *MText7;
+  GtkWidget *MEventBox8;
+  GtkWidget *MText8;
+  GtkWidget *MEntry7;
+  GtkWidget *MText9;
+  GtkWidget *MEntry8;
+  GtkWidget *MText10;
    
   // startTime is the left of the visible area. Corresponds to the scrollbar
   // value.
@@ -126,6 +133,7 @@ struct _Tab{
   GSList *events_requests;
   gboolean events_request_pending;
   LttvAttribute *interrupted_state;
+  gboolean stop_foreground;
 };
 
 #endif /* _MAIN_WINDOW_PRIVATE_ */
This page took 0.023381 seconds and 4 git commands to generate.