quick option to show sequence properties window
[mussa.git] / qui / seqbrowser / SequenceBrowser.hpp
index 1251dd2261c58559471bd7f0cfdd052c533b0d9c..37e95fb672349758cfda17ab125608ec81fbf3e7 100644 (file)
@@ -15,6 +15,7 @@
 #include "alg/mussa.hpp"
 #include "alg/glsequence.hpp"
 #include "alg/glseqbrowser.hpp"
+#include "qui/seqbrowser/seqproperties/PropertiesWindow.hpp"
 
 class QMouseEvent;
 class QRubberBand;
@@ -45,6 +46,7 @@ public slots:
   void copySelectedSequenceAsFasta();
   void copySelectedSequenceAsString();
   void displayContextMenu(const QPoint &p);
+  void editSequenceProperties();
   void setClipPlane(int z);
   //! set the center of the current viewport
   void setViewportCenter(float x);
@@ -80,5 +82,7 @@ protected:
   QMenu *popupMenu;
   QAction *copySelectedSequenceAsFastaAction;
   QAction *copySelectedSequenceAsStringAction;
+  QAction *editSequencePropertiesAction;
+  PropertiesWindowRef properties;
 };
 #endif