Port histogram window to 2.x
[lttv.git] / lttv / modules / gui / histogram / histodrawing.h
index 179c92e47abffcb3a3349a8367109d6cbdcf6aa6..b2f17338faf28ec45bb6d065b04c7ef9e25f9b83 100644 (file)
@@ -24,8 +24,8 @@
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>
 #include <ltt/ltt.h>
-#include <lttv/tracecontext.h>
-#include <lttv/state.h>
+//#include <lttv/tracecontext.h>
+#include <lttv/traceset.h>
 #include <lttvwindow/lttvwindow.h>
 #include "histocfv.h"
 #include "histodrawitem.h"
@@ -146,35 +146,17 @@ GtkWidget *histo_drawing_get_drawing_area(histoDrawing_t *drawing);
 /* Clear the drawing : make it 1xwidth. */
 void histo_drawing_clear(histoDrawing_t *drawing,guint clear_from,guint clear_to);
 
-/* Insert a square corresponding to a new process in the list */
-static void drawing_insert_square(histoDrawing_t *drawing,
-        guint y,
-        guint height);
-
-/* Remove a square corresponding to a removed process in the list */
-static void drawing_remove_square(histoDrawing_t *drawing,
-        guint y,
-        guint height);
-
 void histo_drawing_update_ruler(histoDrawing_t *drawing, TimeWindow *time_window);
 
 void histo_drawing_update_vertical_ruler(histoDrawing_t *drawing);//, TimeWindow *time_window);
 
 void histo_drawing_request_expose(EventsRequest *events_request,
-                            LttvTracesetState *tss,
+                            LttvTraceset *traceset,
                             LttTime end_time);
 
 void histo_drawing_data_request_begin(EventsRequest *events_request,
-                                LttvTracesetState *tss);
-void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss);
-
-
-
-static void
-tree_row_activated(GtkTreeModel *treemodel,
-                   GtkTreePath *arg1,
-                   GtkTreeViewColumn *arg2,
-                   gpointer user_data);
+                                LttvTraceset *traceset);
+void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTraceset *traceset);
 
 
 /* histo_convert_pixels_to_time
This page took 0.023942 seconds and 4 git commands to generate.