NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/packages/pkg_sequence/seq_text_view.hpp>
#include <wx/msgdlg.h>
#include <objmgr/util/sequence.hpp>
#include <gui/core/project_service.hpp>
#include <gui/framework/workbench.hpp>
#include <gui/objutils/utils.hpp>
#include <gui/objects/GBWorkspace.hpp>
#include <gui/objects/WorkspaceFolder.hpp>
#include <gui/widgets/seq_text/seq_text_panel.hpp>
#include <gui/widgets/wx/fileartprov.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
Variables | |
CProjectViewTypeDescriptor | s_SeqTextViewTypeDescr ("Sequence Text View", "seq_text_view", "Sequence Text View", "The Sequence Text View provides a text representation of sequence, " "with color coding to highlight specific annotation types.", "SEQ_TEXT_VIEW", "Generic", false, "Seq-loc", eSimilarObjectsAccepted) |
USING_SCOPE | ( | objects | ) |
CProjectViewTypeDescriptor s_SeqTextViewTypeDescr("Sequence Text View", "seq_text_view", "Sequence Text View", "The Sequence Text View provides a text representation of sequence, " "with color coding to highlight specific annotation types.", "SEQ_TEXT_VIEW", "Generic", false, "Seq-loc", eSimilarObjectsAccepted) | ( | "Sequence Text View" | , |
"seq_text_view" | , | ||
"Sequence Text View" | , | ||
"The Sequence Text View provides a text representation of | sequence, | ||
" "with color coding to highlight specific annotation types." | , | ||
"SEQ_TEXT_VIEW" | , | ||
"Generic" | , | ||
false | , | ||
"Seq-loc" | , | ||
eSimilarObjectsAccepted | |||
) |
Referenced by CSeqTextViewFactory::GetProjectViewTypeDescriptor(), and CSeqTextView::GetTypeDescriptor().