NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seqfeat/SubSource.hpp>
#include <objects/seqfeat/OrgMod.hpp>
#include <objects/seqfeat/RNA_gen.hpp>
#include <objects/macro/Feat_qual_legal.hpp>
#include <objtools/edit/field_handler.hpp>
#include <util/static_map.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/objutils/utils.hpp>
#include <gui/objutils/macro_util.hpp>
#include <gui/objutils/macro_fn_where.hpp>
#include <gui/objutils/convert_feat.hpp>
#include <gui/widgets/edit/molinfo_fieldtype.hpp>
#include <gui/widgets/edit/dblink_fieldtype.hpp>
#include <gui/widgets/edit/source_field_name_panel.hpp>
#include <gui/widgets/edit/rna_field_name_panel.hpp>
#include <gui/widgets/edit/feature_field_name_panel.hpp>
#include <gui/widgets/edit/field_type_constants.hpp>
#include <gui/widgets/edit/feature_type_panel.hpp>
#include <gui/widgets/edit/cds_gene_prot_field_name_panel.hpp>
#include <gui/widgets/edit/macro_editor_context.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static string | s_GetGeneField (const string &value) |
static string | s_GetProteinField (const string &value) |
static string | s_MapStrandValues (const string &value) |
Definition at line 1411 of file macro_editor_context.cpp.
References data, CMacroEditorContext::FindInBimapOrEmpty(), and rapidjson::value.
Referenced by CMacroEditorContext::x_GetAsnPathtoGene(), and CMacroEditorContext::x_GetGUIFieldForGene().
Definition at line 1504 of file macro_editor_context.cpp.
References data, CMacroEditorContext::FindInBimapOrEmpty(), and rapidjson::value.
Referenced by CMacroEditorContext::x_GetAsnPathToProtein(), and CMacroEditorContext::x_GetGUIFieldForProtein().
Definition at line 1660 of file macro_editor_context.cpp.
References data, CMacroEditorContext::FindInBimapOrEmpty(), and rapidjson::value.
Referenced by CMacroEditorContext::GetAsnMolinfoValue(), and CMacroEditorContext::GetGUIMolinfoValue().
USING_SCOPE | ( | objects | ) |