Add window titles
[mussa.git] / alg / mussa.hpp
index 84fcd92ab9a0670416048a14b323c104202811c6..cc806073fd92658475ad85608f77af7d10fae7b5 100644 (file)
@@ -54,6 +54,8 @@ public:
     void load(boost::filesystem::path ana_path);
     // ! return path to the where the analysis is stored
     boost::filesystem::path get_analysis_path() const;
+    //! set analysis path
+    void set_analysis_path(boost::filesystem::path);
 
     //! clear parameters and initialize data lists
     void clear();
@@ -66,7 +68,11 @@ public:
     //! set analysis name
     void set_name(std::string a_name);
     //! return name for this analysis
-    std::string get_name();
+    std::string get_name() const;
+    //! return a reasonable window title for this analysis
+    /*! this returns the "variable" portion for a title
+     */
+    std::string get_title() const;
 
     //! return number of sequences in this analyzis
     /*! this returns either the_seqs.size() or seq_files.size()