NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <gui/widgets/data/report_dialog.hpp>
#include <gui/objutils/cmd_composite.hpp>
#include <gui/objutils/cmd_change_bioseq_inst.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objmgr/seq_align_handle.hpp>
#include <wx/dialog.h>
#include <wx/sizer.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CAddLinkageToGaps |
Macros | |
#define | ID_ADD_LINKAGE_TO_GAPS wxID_ANY |
#define | SYMBOL_CADD_LINKAGE_TO_GAPS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CADD_LINKAGE_TO_GAPS_TITLE _("Add Linkage To Gaps") |
#define | SYMBOL_CADD_LINKAGE_TO_GAPS_IDNAME ID_ADD_LINKAGE_TO_GAPS |
#define | SYMBOL_CADD_LINKAGE_TO_GAPS_SIZE wxSize(400,100) |
#define | SYMBOL_CADD_LINKAGE_TO_GAPS_POSITION wxDefaultPosition |
#define | ID_ADD_LINKAGE_TO_GAPS_GAP_TYPE 11508 |
#define | ID_ADD_LINKAGE_TO_GAPS_LINKAGE 11509 |
#define ID_ADD_LINKAGE_TO_GAPS wxID_ANY |
Control identifiers
Definition at line 52 of file add_linkage_to_gaps.hpp.
#define ID_ADD_LINKAGE_TO_GAPS_GAP_TYPE 11508 |
Definition at line 59 of file add_linkage_to_gaps.hpp.
#define ID_ADD_LINKAGE_TO_GAPS_LINKAGE 11509 |
Definition at line 60 of file add_linkage_to_gaps.hpp.
#define SYMBOL_CADD_LINKAGE_TO_GAPS_IDNAME ID_ADD_LINKAGE_TO_GAPS |
Definition at line 55 of file add_linkage_to_gaps.hpp.
#define SYMBOL_CADD_LINKAGE_TO_GAPS_POSITION wxDefaultPosition |
Definition at line 57 of file add_linkage_to_gaps.hpp.
#define SYMBOL_CADD_LINKAGE_TO_GAPS_SIZE wxSize(400,100) |
Definition at line 56 of file add_linkage_to_gaps.hpp.
#define SYMBOL_CADD_LINKAGE_TO_GAPS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 53 of file add_linkage_to_gaps.hpp.
#define SYMBOL_CADD_LINKAGE_TO_GAPS_TITLE _("Add Linkage To Gaps") |
Definition at line 54 of file add_linkage_to_gaps.hpp.