partial implementation of sequence track copy
authorDiane Trout <diane@caltech.edu>
Sat, 10 Jun 2006 02:38:47 +0000 (02:38 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 10 Jun 2006 02:38:47 +0000 (02:38 +0000)
commit9d08e955170fc7498163ea45c4f69930eae11da1
treeaecda2301c8839153d0436a69aa89baa3a944c9c
parentf75652f23387cc56ed7e436dd994da2441f40c08
partial implementation of sequence track copy
this includes the code to track the portion of a sequence track that
has been selected, and provides a MussaWindow option to "copy" the selection
as a fasta file.

However the selection doesn't go to the clipboard yet, and the
MussaAlignedWindow also needs the option.

The actual Qt Slot that calls the glseqbrowser::copySelectedTrackAsFasta
is in the SequenceBrowserWidget.
alg/glseqbrowser.cpp
alg/glseqbrowser.hpp
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_sequence.cpp
qui/MussaWindow.cpp
qui/MussaWindow.hpp
qui/seqbrowser/SequenceBrowserWidget.cpp
qui/seqbrowser/SequenceBrowserWidget.hpp