[project @ 12]
[mussa.git] / mussa_overlord.hh
1 //                        ----------------------------------------
2 //                          ---------- mussa_overlord.hh -----------
3 //                        ----------------------------------------
4
5
6 #include "mussa_gui_conn_window.hh"
7
8
9
10
11 class MussaOverlord
12 {
13   private:
14     Mussa an_analysis;
15     string para_file_path, ana_name;
16     int window, threshold;
17
18
19   public:
20     char parse_args(int argc, char **argv);
21     void do_analysis();
22     void get_analysis();
23     void spawnConnView(int x_max, int y_max);
24 };