X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fviewer.h;h=ae4349c260a53779d69fbdc5ceb3c12db81cc081;hb=a43d67bae425508678e5ae2ffe5dd1e84286b915;hp=4495c6b84390923172254fa1563dab00c63387e6;hpb=420d0f5fb51be897157e95072e93a6fb34b6b93b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/viewer.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/viewer.h index 4495c6b8..ae4349c2 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/viewer.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/viewer.h @@ -268,7 +268,7 @@ void lttvwindow_unregister_current_time_notify(MainWindow * main_win, * @param main_win the main window the viewer belongs to. */ -void lttvwindow_register_show(MainWindow *main_win, +void lttvwindow_register_show_notify(MainWindow *main_win, LttvHook hook, gpointer hook_data); @@ -280,7 +280,7 @@ void lttvwindow_register_show(MainWindow *main_win, * @param main_win the main window the viewer belongs to. */ -void lttvwindow_unregister_show(MainWindow * main_win, +void lttvwindow_unregister_show_notify(MainWindow * main_win, LttvHook hook, gpointer hook_data); @@ -360,6 +360,20 @@ void lttvwindow_report_dividor(MainWindow *main_win, gint position); //FIXME : can we do this through normal GTK signals ? void lttvwindow_report_focus(MainWindow *main_win, gpointer paned); + +/** + * Function to request data in a specific time interval to the main window. + * The main window will use this time interval and the others present + * to get the data from the process trace. + * @param main_win the main window the viewer belongs to. + * @param paned a pointer to a pane where the viewer is contained. + */ + +void lttvwindow_time_interval_request(MainWindow *main_win, + TimeWindow time_requested, guint num_events, + LttvHook after_process_traceset, + gpointer after_process_traceset_data); + /** * Function to get the life span of the traceset * @param main_win the main window the viewer belongs to.