NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/seqfeat/RNA_qual.hpp>
#include <objects/seqfeat/Gb_qual.hpp>
#include <objects/seqfeat/Code_break.hpp>
#include <objects/seqfeat/Genetic_code_table.hpp>
#include <objmgr/seq_entry_handle.hpp>
#include <objmgr/seq_feat_handle.hpp>
#include <gui/objutils/macro_fn_do.hpp>
#include <objtools/cleanup/capitalization_string.hpp>
#include <gui/packages/pkg_sequence_edit/seqtable_util.hpp>
#include <gui/widgets/edit/field_name_panel.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
IEditingActionFeat * | CreateActionFeat (CSeq_entry_Handle seh, string field, const CSeqFeatData::ESubtype subtype, const CSeqFeatData::E_Choice feat_type, const string &ncRNA_class) |
IEditingActionFeat * | CreateActionRna (CSeq_entry_Handle seh, string field, const CSeqFeatData::ESubtype subtype, const string &ncRNA_class) |
IEditingActionFeat * | CreateActionCdsGeneProt (CSeq_entry_Handle seh, string field, const CSeqFeatData::ESubtype subtype, const string &ncRNA_class=kEmptyStr) |
IEditingActionFeat* CreateActionCdsGeneProt | ( | CSeq_entry_Handle | seh, |
string | field, | ||
const CSeqFeatData::ESubtype | subtype, | ||
const string & | ncRNA_class = kEmptyStr |
||
) |
Definition at line 4084 of file editing_action_features.cpp.
References CSeqFeatData::GetTypeFromSubtype(), NULL, and NStr::ToLower().
Referenced by CreateAction().
IEditingActionFeat* CreateActionFeat | ( | CSeq_entry_Handle | seh, |
string | field, | ||
const CSeqFeatData::ESubtype | subtype, | ||
const CSeqFeatData::E_Choice | feat_type, | ||
const string & | ncRNA_class | ||
) |
Definition at line 3917 of file editing_action_features.cpp.
References NULL, and NStr::ToLower().
Referenced by CreateAction(), and CreateActionRna().
IEditingActionFeat* CreateActionRna | ( | CSeq_entry_Handle | seh, |
string | field, | ||
const CSeqFeatData::ESubtype | subtype, | ||
const string & | ncRNA_class | ||
) |
Definition at line 4063 of file editing_action_features.cpp.
References CreateActionFeat(), CSeqFeatData_Base::e_Rna, and NStr::ToLower().
Referenced by CreateAction().
USING_SCOPE | ( | objects | ) |