NCBI C++ ToolKit
|
#include <corelib/ncbiobj.hpp>
#include <util/range_coll.hpp>
#include <gui/widgets/aln_score/aln_scoring.hpp>
#include <gui/widgets/aln_multiple/sel_list_model_impl.hpp>
#include <gui/widgets/aln_multiple/alnmulti_ds.hpp>
#include <gui/widgets/aln_multiple/alnmulti_base_pane.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CAlnMultiModel |
class CAlnMultiModel - represents a visual model of an alignment. More... | |
struct | CAlnMultiModel::SRowRecord |
SRowRecord is a record representing a single alignment row. More... | |
class | CAlnMultiModelFactory |
CAlnMultiModelFactory - a factory to separate creation of the model from widget. More... | |
class | CPairSorter< TKey, TValue > |
CPairSorter. More... | |
Typedefs | |
typedef CSelListModelImpl< IAlnMultiDataSource::TNumrow > | TNumrowModelImpl |
Definition at line 49 of file alnmulti_model.hpp.