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/widgets/edit/feature_type_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 | CConvertCdsToMiscFeat |
Macros | |
#define | ID_CONVERT_CDS_TO_MISC_FEAT 10147 |
#define | ID_CDS_TO_MISCFEAT_RADIOBUTTON 10148 |
#define | ID_CDS_TO_MISCFEAT_RADIOBUTTON1 10149 |
#define | ID_CDS_TO_MISCFEAT_RADIO_ALL 10150 |
#define | ID_CDS_TO_MISCFEAT_RADIO_WHERE 10151 |
#define | SYMBOL_CONVERT_CDS_TO_MISC_FEAT_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CONVERT_CDS_TO_MISC_FEAT_TITLE _("Convert CDS to Misc Features") |
#define | SYMBOL_CONVERT_CDS_TO_MISC_FEAT_IDNAME ID_CONVERT_CDS_TO_MISC_FEAT |
#define | SYMBOL_CONVERT_CDS_TO_MISC_FEAT_SIZE wxSize(400, 300) |
#define | SYMBOL_CONVERT_CDS_TO_MISC_FEAT_POSITION wxDefaultPosition |
#define ID_CDS_TO_MISCFEAT_RADIO_ALL 10150 |
Definition at line 69 of file convert_cds_to_misc_feat.hpp.
#define ID_CDS_TO_MISCFEAT_RADIO_WHERE 10151 |
Definition at line 70 of file convert_cds_to_misc_feat.hpp.
#define ID_CDS_TO_MISCFEAT_RADIOBUTTON 10148 |
Definition at line 67 of file convert_cds_to_misc_feat.hpp.
#define ID_CDS_TO_MISCFEAT_RADIOBUTTON1 10149 |
Definition at line 68 of file convert_cds_to_misc_feat.hpp.
#define ID_CONVERT_CDS_TO_MISC_FEAT 10147 |
Definition at line 66 of file convert_cds_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_TO_MISC_FEAT_IDNAME ID_CONVERT_CDS_TO_MISC_FEAT |
Definition at line 73 of file convert_cds_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_TO_MISC_FEAT_POSITION wxDefaultPosition |
Definition at line 75 of file convert_cds_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_TO_MISC_FEAT_SIZE wxSize(400, 300) |
Definition at line 74 of file convert_cds_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_TO_MISC_FEAT_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 71 of file convert_cds_to_misc_feat.hpp.
#define SYMBOL_CONVERT_CDS_TO_MISC_FEAT_TITLE _("Convert CDS to Misc Features") |
Definition at line 72 of file convert_cds_to_misc_feat.hpp.