NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seq/seq_macros.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objmgr/object_manager.hpp>
#include <gui/widgets/edit/bioseq_editor.hpp>
#include <objtools/edit/string_constraint.hpp>
#include <objects/seq/Seq_data.hpp>
#include <objects/general/Dbtag.hpp>
#include <objects/general/Object_id.hpp>
#include <gui/packages/pkg_sequence_edit/editing_actions.hpp>
#include <gui/packages/pkg_sequence_edit/editing_action_seqid.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) | |
CEditingActionSeqid * | CreateActionSeqid (CSeq_entry_Handle seh, const string &field) |
CEditingActionSeqid* CreateActionSeqid | ( | CSeq_entry_Handle | seh, |
const string & | field | ||
) |
Definition at line 226 of file editing_action_seqid.cpp.
References NULL, NStr::StartsWith(), and NStr::TrimPrefixInPlace().
Referenced by CreateAction().
USING_SCOPE | ( | objects | ) |