define window for showing a mussa alignment
[mussa.git] / qui / MussaWindow.hpp
index 26e16bc097aa8bf6afa3c61c5abb99ac4dc69ed5..d748b0d69525f6ccd60a2f01e26c004875ca52f2 100644 (file)
@@ -48,6 +48,9 @@ public slots:
   void setSoftThreshold(int thres);
 
   void showMussaToolbar();
+
+  //! open new window showing our alignment
+  void viewMussaAlignment();
   
 protected:
   Mussa *analysis;
@@ -68,8 +71,9 @@ protected:
   QAction *saveMotifListAction;
   QAction *showMussaViewToolbarAction;
   QAction *toggleMotifsAction;
-  QAction *whatsThisAction;
   QAction *saveBrowserPixmapAction;
+  QAction *whatsThisAction;
+  QAction *viewMussaAlignmentAction;
 
   //! initialze the actions
   void setupActions();