NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/seqfeat/SeqFeatData.hpp>
#include <objects/seqfeat/Imp_feat.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <gui/packages/pkg_sequence_edit/bulk_other_add_panel.hpp>
#include <gui/packages/pkg_sequence_edit/subprep_util.hpp>
#include <gui/objutils/cmd_create_feat.hpp>
#include <gui/objutils/utils.hpp>
#include <gui/widgets/edit/feature_type_panel.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <wx/stattext.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (ncbi::objects) | |
static bool | s_IsRNAFeature (int feat_subtype) |
Definition at line 211 of file bulk_other_add_panel.cpp.
References CSeqFeatData::eSubtype_misc_RNA, CSeqFeatData::eSubtype_mRNA, CSeqFeatData::eSubtype_ncRNA, CSeqFeatData::eSubtype_otherRNA, CSeqFeatData::eSubtype_precursor_RNA, CSeqFeatData::eSubtype_preRNA, CSeqFeatData::eSubtype_rRNA, CSeqFeatData::eSubtype_tmRNA, and CSeqFeatData::eSubtype_tRNA.
USING_SCOPE | ( | ncbi::objects | ) |