NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <exception>
#include <wx/xrc/xmlres.h>
#include <wx/valgen.h>
#include <wx/window.h>
#include <wx/combobox.h>
#include <wx/choice.h>
#include <wx/listbox.h>
#include <wx/checklst.h>
#include <wx/textctrl.h>
#include <wx/checkbox.h>
#include <wx/radiobox.h>
#include <wx/radiobut.h>
#include <wx/button.h>
#include <wx/msgdlg.h>
#include <wx/wupdlock.h>
#include <wx/tglbtn.h>
#include <wx/stattext.h>
#include <wx/filedlg.h>
#include <gui/widgets/wx/sys_path.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/objutils/macro_fn_aecr.hpp>
#include <gui/objutils/macro_fn_feature.hpp>
#include <gui/objutils/macro_fn_entry.hpp>
#include "structuredcomment_panel.hpp"
#include <gui/widgets/edit/rawseqtodeltabyn_panel.hpp>
#include <gui/widgets/edit/macro_applysrc_table.hpp>
#include <gui/widgets/edit/macro_panel_args.hpp>
#include <gui/widgets/edit/macro_editor_context.hpp>
#include <gui/widgets/edit/macro_authors_panel.hpp>
#include <gui/widgets/edit/macro_update_protein_panel.hpp>
#include <gui/widgets/edit/macro_panel_loader.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (NMacroArgs) | |
static EMacroFieldType | s_GetSelectedMolinfoType (const string &name) |
static string | s_GetRadioBoxLabelForItem (const wxRadioBox &radio_box, unsigned item) |
Definition at line 767 of file macro_panel_loader.cpp.
References NStr::ReplaceInPlace(), NStr::ToLower(), and rapidjson::value.
Referenced by CMacroPanelLoader::SetCtrlValue(), and CMacroPanelLoader::x_GetRadioboxSelection().
|
static |
Definition at line 304 of file macro_panel_loader.cpp.
References eMolinfoClass, eMolinfoCompleteness, eMolinfoMolecule, eMolinfoStrand, eMolinfoTech, eMolinfoTopology, eNotSet, and type.
Referenced by CMacroPanelLoader::x_UpdateCtrlsOnLBoxSelChange().
USING_SCOPE | ( | NMacroArgs | ) |