NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/pub/Pub_equiv.hpp>
#include <objects/biblio/Cit_gen.hpp>
#include <objects/biblio/Cit_art.hpp>
#include <objects/biblio/Cit_book.hpp>
#include <objects/biblio/Cit_proc.hpp>
#include <objects/biblio/Cit_pat.hpp>
#include <objects/biblio/Cit_let.hpp>
#include <objects/biblio/Auth_list.hpp>
#include <objects/biblio/biblio_macros.hpp>
#include <objects/valid/Comment_rule.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objmgr/object_manager.hpp>
#include <objtools/edit/string_constraint.hpp>
#include <objtools/edit/publication_edit.hpp>
#include <objects/general/Dbtag.hpp>
#include <objects/general/Object_id.hpp>
#include <objects/seq/Seq_data.hpp>
#include <objects/seqblock/GB_block.hpp>
#include <objects/seqblock/seqblock_macros.hpp>
#include <objects/general/general_macros.hpp>
#include <gui/widgets/edit/molinfo_fieldtype.hpp>
#include <gui/objutils/macro_fn_pubfields.hpp>
#include <gui/packages/pkg_sequence_edit/pubdesc_editor.hpp>
#include <gui/packages/pkg_sequence_edit/editing_actions.hpp>
#include <gui/packages/pkg_sequence_edit/editing_action_desc.hpp>
#include <gui/packages/pkg_sequence_edit/editing_action_constraint.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
IEditingActionDesc * | CreateActionDesc (CSeq_entry_Handle seh, const string &field, CConstRef< objects::CSeq_submit > submit) |
IEditingActionDesc* CreateActionDesc | ( | CSeq_entry_Handle | seh, |
const string & | field, | ||
CConstRef< objects::CSeq_submit > | submit | ||
) |
Definition at line 3083 of file editing_action_desc.cpp.
References kEmptyStr, NULL, NStr::ReplaceInPlace(), and NStr::StartsWith().
Referenced by CreateAction().
USING_SCOPE | ( | objects | ) |