NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/objutils/convert_feat.hpp>
#include <gui/packages/pkg_sequence_edit/bulk_cmd_dlg.hpp>
#include <gui/packages/pkg_sequence_edit/field_constraint_panel.hpp>
#include <gui/packages/pkg_sequence_edit/ok_cancel_panel.hpp>
#include <wx/sizer.h>
#include <wx/checkbox.h>
#include <wx/radiobut.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CConvertCdsWithGapsToMiscFeat |
class | CConvertBadCdsAndRnaToMiscFeat |
Macros | |
#define | ID_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT wxID_ANY |
#define | SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_TITLE _("Convert Coding Regions With Gaps to Misc Features") |
#define | SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_IDNAME ID_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT |
#define | SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_SIZE wxSize(400, 300) |
#define | SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_POSITION wxDefaultPosition |
#define ID_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT wxID_ANY |
Control identifiers
Definition at line 66 of file convert_cds_with_gaps_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_IDNAME ID_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT |
Definition at line 69 of file convert_cds_with_gaps_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_POSITION wxDefaultPosition |
Definition at line 71 of file convert_cds_with_gaps_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_SIZE wxSize(400, 300) |
Definition at line 70 of file convert_cds_with_gaps_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 67 of file convert_cds_with_gaps_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_WITH_GAPS_TO_MISC_FEAT_TITLE _("Convert Coding Regions With Gaps to Misc Features") |
Definition at line 68 of file convert_cds_with_gaps_to_misc_feat.hpp.