NCBI C++ ToolKit
|
#include "wx/wxprec.h"
#include "wx/wx.h"
#include <ncbi_pch.hpp>
#include <objects/seqfeat/Org_ref.hpp>
#include <objects/seqfeat/OrgName.hpp>
#include <objects/taxon3/taxon3.hpp>
#include <objtools/edit/source_edit.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/message_box.hpp>
#include <gui/widgets/wx/auto_complete_text_ctrl.hpp>
#include <gui/widgets/wx/taxon_text_completer.hpp>
#include <gui/widgets/edit/utilities.hpp>
#include "biosourcepanel.hpp"
#include "src_other_pnl.hpp"
#include "loc_gcode_panel.hpp"
#include <wx/statbox.h>
#include <wx/treebook.h>
#include <serial/objostr.hpp>
#include <serial/serial.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static void | s_MoreCleanupForTaxnameChange (CBioSource &source) |
Variables | |
static CBioSource | dummy |
|
static |
Definition at line 230 of file biosourcepanel.cpp.
References COrgMod_Base::eSubtype_gb_acronym, COrgMod_Base::eSubtype_gb_anamorph, COrgMod_Base::eSubtype_gb_synonym, COrgName_Base::IsSetName(), COrgName_Base::ResetName(), and rapidjson::source.
Referenced by CBioSourcePanel::x_SetOrganismInfo().
USING_SCOPE | ( | objects | ) |
|
static |
Definition at line 96 of file biosourcepanel.cpp.