NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/objutils/convert_feat.hpp>
#include <objtools/edit/string_constraint.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/string_constraint_panel.hpp>
#include <gui/packages/pkg_sequence_edit/ok_cancel_panel.hpp>
#include <wx/sizer.h>
#include <wx/checkbox.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CConvertFeatDlg |
Macros | |
#define | ID_CCONVERTFEATDLG 10147 |
#define | ID_CF_FEATURETYPEFROM 10278 |
#define | ID_CF_FEATURETYPETO 10279 |
#define | ID_CF_FUNCTION_DESC 10280 |
#define | ID_CF_LEAVE_ORIGINAL 10283 |
#define | ID_CF_ADD_UNVERIFIED 10284 |
#define | ID_CF_CONSTRAINT 10281 |
#define | ID_CF_OKC 10282 |
#define | SYMBOL_CCONVERTFEATDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CCONVERTFEATDLG_TITLE _("Convert Features") |
#define | SYMBOL_CCONVERTFEATDLG_IDNAME ID_CCONVERTFEATDLG |
#define | SYMBOL_CCONVERTFEATDLG_SIZE wxSize(400, 300) |
#define | SYMBOL_CCONVERTFEATDLG_POSITION wxDefaultPosition |
#define ID_CCONVERTFEATDLG 10147 |
Control identifiers
Definition at line 67 of file convert_feat_dlg.hpp.
#define ID_CF_ADD_UNVERIFIED 10284 |
Definition at line 72 of file convert_feat_dlg.hpp.
#define ID_CF_CONSTRAINT 10281 |
Definition at line 73 of file convert_feat_dlg.hpp.
#define ID_CF_FEATURETYPEFROM 10278 |
Definition at line 68 of file convert_feat_dlg.hpp.
#define ID_CF_FEATURETYPETO 10279 |
Definition at line 69 of file convert_feat_dlg.hpp.
#define ID_CF_FUNCTION_DESC 10280 |
Definition at line 70 of file convert_feat_dlg.hpp.
#define ID_CF_LEAVE_ORIGINAL 10283 |
Definition at line 71 of file convert_feat_dlg.hpp.
#define ID_CF_OKC 10282 |
Definition at line 74 of file convert_feat_dlg.hpp.
#define SYMBOL_CCONVERTFEATDLG_IDNAME ID_CCONVERTFEATDLG |
Definition at line 77 of file convert_feat_dlg.hpp.
#define SYMBOL_CCONVERTFEATDLG_POSITION wxDefaultPosition |
Definition at line 79 of file convert_feat_dlg.hpp.
#define SYMBOL_CCONVERTFEATDLG_SIZE wxSize(400, 300) |
Definition at line 78 of file convert_feat_dlg.hpp.
#define SYMBOL_CCONVERTFEATDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 75 of file convert_feat_dlg.hpp.
#define SYMBOL_CCONVERTFEATDLG_TITLE _("Convert Features") |
Definition at line 76 of file convert_feat_dlg.hpp.