NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objmgr/seq_entry_handle.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/edit_feat_loc_panel.hpp>
#include <gui/packages/pkg_sequence_edit/ok_cancel_panel.hpp>
#include <objtools/edit/loc_edit.hpp>
#include <gui/packages/pkg_sequence_edit/miscedit_util.hpp>
#include <gui/packages/pkg_sequence_edit/string_constraint_panel.hpp>
#include <gui/packages/pkg_sequence_edit/field_choice_panel.hpp>
#include <gui/widgets/edit/feature_field_name_panel.hpp>
#include <gui/packages/pkg_sequence_edit/cap_change_panel.hpp>
#include <wx/sizer.h>
#include <wx/radiobut.h>
#include <wx/choice.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CExonFromCds |
Macros | |
#define | ID_CEXONFROMCDS wxID_ANY |
#define | SYMBOL_CEXONFROMCDS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CEXONFROMCDS_TITLE _("Exon From CDS") |
#define | SYMBOL_CEXONFROMCDS_IDNAME ID_CEXONFROMCDS |
#define | SYMBOL_CEXONFROMCDS_SIZE wxSize(900, 500) |
#define | SYMBOL_CEXONFROMCDS_POSITION wxDefaultPosition |
#define ID_CEXONFROMCDS wxID_ANY |
Control identifiers
Definition at line 74 of file exon_from_cds.hpp.
#define SYMBOL_CEXONFROMCDS_IDNAME ID_CEXONFROMCDS |
Definition at line 77 of file exon_from_cds.hpp.
#define SYMBOL_CEXONFROMCDS_POSITION wxDefaultPosition |
Definition at line 79 of file exon_from_cds.hpp.
#define SYMBOL_CEXONFROMCDS_SIZE wxSize(900, 500) |
Definition at line 78 of file exon_from_cds.hpp.
#define SYMBOL_CEXONFROMCDS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 75 of file exon_from_cds.hpp.
#define SYMBOL_CEXONFROMCDS_TITLE _("Exon From CDS") |
Definition at line 76 of file exon_from_cds.hpp.