NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/align_ci.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/submit/Seq_submit.hpp>
#include <objtools/alnmgr/aln_container.hpp>
#include <objtools/edit/cds_fix.hpp>
#include <gui/packages/pkg_sequence_edit/apply_rna_its_dlg.hpp>
#include <gui/packages/pkg_sequence_edit/featedit_util.hpp>
#include <gui/packages/pkg_sequence_edit/miscedit_util.hpp>
#include <gui/objutils/cmd_create_feat.hpp>
#include <gui/objutils/cmd_propagate_feat.hpp>
#include <gui/core/selection_service_impl.hpp>
#include <gui/core/project_service.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/data/report_dialog.hpp>
#include <util/static_map.hpp>
#include <wx/textctrl.h>
#include <wx/arrstr.h>
#include <wx/sizer.h>
#include <wx/radiobox.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/msgdlg.h>
#include <wx/valgen.h>
#include <wx/button.h>
#include <wx/event.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
typedef SStaticPair< const char *, CApplyRNAITSDlg::ERNA_ITSType > | TITSLabelPair |
typedef CStaticArrayMap< string, CApplyRNAITSDlg::ERNA_ITSType > | TITSMap |
typedef SStaticPair< const char *, CApplyRNAITSDlg::ERNA_IGSType > | TIGSLabelPair |
typedef CStaticArrayMap< string, CApplyRNAITSDlg::ERNA_IGSType > | TIGSMap |
Functions | |
USING_SCOPE (ncbi::objects) | |
DEFINE_STATIC_ARRAY_MAP (TITSMap, sm_ITSMap, s_Rna_ITSStrings) | |
DEFINE_STATIC_ARRAY_MAP (TIGSMap, sm_IGSMap, s_Rna_IGSStrings) | |
Variables | |
static const TITSLabelPair | s_Rna_ITSStrings [] |
static const TIGSLabelPair | s_Rna_IGSStrings [] |
static const char * | kApplyChoice = "ApplyRNA_ITS" |
typedef SStaticPair<const char*, CApplyRNAITSDlg::ERNA_IGSType> TIGSLabelPair |
Definition at line 104 of file apply_rna_its_dlg.cpp.
Definition at line 112 of file apply_rna_its_dlg.cpp.
typedef SStaticPair<const char*, CApplyRNAITSDlg::ERNA_ITSType> TITSLabelPair |
Definition at line 63 of file apply_rna_its_dlg.cpp.
Definition at line 81 of file apply_rna_its_dlg.cpp.
DEFINE_STATIC_ARRAY_MAP | ( | TIGSMap | , |
sm_IGSMap | , | ||
s_Rna_IGSStrings | |||
) |
DEFINE_STATIC_ARRAY_MAP | ( | TITSMap | , |
sm_ITSMap | , | ||
s_Rna_ITSStrings | |||
) |
USING_SCOPE | ( | ncbi::objects | ) |
|
static |
Definition at line 421 of file apply_rna_its_dlg.cpp.
Referenced by CApplyRNAITSDlg::LoadSettings(), and CApplyRNAITSDlg::SaveSettings().
|
static |
Definition at line 105 of file apply_rna_its_dlg.cpp.
|
static |
Definition at line 64 of file apply_rna_its_dlg.cpp.