NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/utils/command_processor.hpp>
#include <objects/seq/Seq_inst.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <gui/widgets/data/report_dialog.hpp>
#include <gui/packages/pkg_sequence_edit/string_constraint_panel.hpp>
#include <wx/msgdlg.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CRemoveSequencesDlg |
class | CRemoveProteins |
Macros | |
#define | ID_REMOVE_SEQ_SELECT 12000 |
#define | ID_REMOVE_SEQ_SELECT_ALL 12001 |
#define | ID_REMOVE_SEQ_UNSELECT_ALL 12002 |
#define | ID_REMOVE_SEQ_LEFT 12003 |
#define | ID_REMOVE_SEQ_RIGHT 12004 |
#define ID_REMOVE_SEQ_LEFT 12003 |
Definition at line 48 of file remove_sequences.hpp.
#define ID_REMOVE_SEQ_RIGHT 12004 |
Definition at line 49 of file remove_sequences.hpp.
#define ID_REMOVE_SEQ_SELECT 12000 |
Definition at line 45 of file remove_sequences.hpp.
#define ID_REMOVE_SEQ_SELECT_ALL 12001 |
Definition at line 46 of file remove_sequences.hpp.
#define ID_REMOVE_SEQ_UNSELECT_ALL 12002 |
Definition at line 47 of file remove_sequences.hpp.