NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/edit/single_sequence_panel.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objects/seq/Seq_inst.hpp>
#include <objects/seq/Bioseq.hpp>
#include <objects/seq/Seq_ext.hpp>
#include <objects/seq/Delta_ext.hpp>
#include <objects/seq/Delta_seq.hpp>
#include <objects/seq/Seq_literal.hpp>
#include <objects/seq/MolInfo.hpp>
#include <gui/objutils/cmd_change_bioseq_inst.hpp>
#include <gui/objutils/cmd_create_desc.hpp>
#include <gui/objutils/descriptor_change.hpp>
#include <wx/sizer.h>
#include <wx/textctrl.h>
#include <wx/choice.h>
#include <wx/stattext.h>
#include <wx/checkbox.h>
#include <wx/icon.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
bool | s_HasGaps (objects::CBioseq_Handle bh) |
bool s_HasGaps | ( | objects::CBioseq_Handle | bh | ) |
Definition at line 302 of file single_sequence_panel.cpp.
Referenced by CSingleSequencePanel::SetValue().