NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objects/macro/Feat_qual_legal.hpp>
#include <gui/packages/pkg_sequence_edit/convert_feat_dlg.hpp>
#include <gui/packages/pkg_sequence_edit/miscedit_util.hpp>
#include <gui/widgets/edit/feature_field_name_panel.hpp>
#include <gui/objutils/cmd_change_seq_feat.hpp>
#include <gui/objutils/cmd_create_feat.hpp>
#include <gui/objutils/cmd_create_desc.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <objtools/edit/cds_fix.hpp>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/choice.h>
#include <wx/combobox.h>
#include <wx/msgdlg.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static CSeqFeatData::ESubtype | s_GetFeatureSubtypeFromString (const string &key) |
|
static |
Definition at line 436 of file convert_feat_dlg.cpp.
References NStr::EqualNocase(), CSeqFeatData::eSubtype_gene, CSeqFeatData::eSubtype_mat_peptide_aa, CSeqFeatData::eSubtype_preprotein, CSeqFeatData::eSubtype_region, CSeqFeatData::eSubtype_sig_peptide_aa, CSeqFeatData::eSubtype_site, CSeqFeatData::eSubtype_snoRNA, CSeqFeatData::eSubtype_transit_peptide_aa, ncbi::grid::netcache::search::fields::key, and CSeqFeatData::SubtypeNameToValue().
Referenced by CConvertFeatDlg::UpdateEditor().
USING_SCOPE | ( | objects | ) |