mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.h
CommitLineData
f0d936c0 1#ifndef _CFV_H
2#define _CFV_H
3
1ab818de 4#include <gtk/gtk.h>
f7afe191 5#include "lttv/common.h"
6#include "lttv/mainWindow.h"
7#include "Process_List.h"
1ab818de 8
f0d936c0 9typedef struct _ControlFlowData ControlFlowData;
10
11/* Control Flow Data constructor */
12ControlFlowData *GuiControlFlow(void);
558aa013 13void
78417791 14GuiControlFlow_Destructor_Full(ControlFlowData *Control_Flow_Data);
15void
558aa013 16GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data);
17GtkWidget *GuiControlFlow_get_Widget(ControlFlowData *Control_Flow_Data);
f7afe191 18ProcessList *GuiControlFlow_get_Process_List(ControlFlowData *Control_Flow_Data);
19TimeWindow *GuiControlFlow_get_Time_Window(ControlFlowData *Control_Flow_Data);
20LttTime *GuiControlFlow_get_Current_Time(ControlFlowData *Control_Flow_Data);
21
1ab818de 22
f0d936c0 23#endif // _CFV_H
This page took 0.044714 seconds and 4 git commands to generate.