X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow-private.h;h=92b7d57ee4eaf8c88b64a87138aa91cd970acdb5;hb=20640e7057725a118fcca68e8675946561293a75;hp=4ac1c0dfd18fe5dbaf1a8e69cdb5eb581d94199c;hpb=6ced96ef9d5c1af6dbef8ef6e26f71ed6abdd676;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h index 4ac1c0df..92b7d57e 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h @@ -27,9 +27,11 @@ #include #include #include -#include +//#include #include +#define SCROLL_STEP_PER_PAGE 10.0 + struct _TracesetInfo { //FIXME? TracesetContext and stats in same or different variable ? LttvTracesetStats * traceset_context; @@ -65,17 +67,50 @@ struct _MainWindow{ struct _Tab{ - GtkWidget * label; - GtkMultiVPaned * multi_vpaned; + GtkWidget *label; + + GtkWidget *vbox; /* contains viewer_container and scrollbar */ + //GtkWidget *multivpaned; + GtkWidget *viewer_container; + GtkWidget *scrollbar; + + /* Paste zones */ + GtkTooltips *tooltips; + + /* time bar */ + GtkWidget *MTimebar; + GtkWidget *MEventBox1a; + GtkWidget *MText1a; + GtkWidget *MEventBox1b; + GtkWidget *MText1b; + GtkWidget *MEntry1; + GtkWidget *MText2; + GtkWidget *MEntry2; + GtkWidget *MText3a; + GtkWidget *MEventBox3b; + GtkWidget *MText3b; + GtkWidget *MEntry3; + GtkWidget *MText4; + GtkWidget *MEntry4; + GtkWidget *MText5a; + GtkWidget *MEventBox5b; + GtkWidget *MText5b; + GtkWidget *MEntry5; + GtkWidget *MText6; + GtkWidget *MEntry6; + GtkWidget *MText7; // startTime is the left of the visible area. Corresponds to the scrollbar // value. // Time_Width is a zoom dependant value (corresponding to page size) TimeWindow time_window; + gboolean time_manager_lock; // The current time is the time selected in the visible area by the user, // not the scrollbar value. LttTime current_time; + gboolean current_time_manager_lock; + LttvIAttribute * attributes; //struct _Tab * next;