NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objects/pub/Pub.hpp>
#include <objects/biblio/Title.hpp>
#include <objects/biblio/Author.hpp>
#include <objects/biblio/ArticleId.hpp>
#include <objmgr/seq_entry_handle.hpp>
#include <gui/objutils/macro_fn_do.hpp>
#include <objtools/cleanup/capitalization_string.hpp>
#include <gui/packages/pkg_sequence_edit/seqtable_util.hpp>
#include <gui/widgets/edit/field_name_panel.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=CConstRef< objects::CSeq_submit >(NULL)) |
IEditingActionDesc* CreateActionDesc | ( | CSeq_entry_Handle | seh, |
const string & | field, | ||
CConstRef< objects::CSeq_submit > | submit = CConstRef< objects::CSeq_submit >(NULL) |
||
) |
Definition at line 3083 of file editing_action_desc.cpp.
References kEmptyStr, NULL, NStr::ReplaceInPlace(), and NStr::StartsWith().
Referenced by CreateAction().
USING_SCOPE | ( | objects | ) |