NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objects/submit/Seq_submit.hpp>
#include <gui/utils/command_processor.hpp>
#include <gui/objutils/reg_settings.hpp>
#include <objmgr/seq_entry_handle.hpp>
#include <gui/framework/pkg_wb_connect.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <wx/dialog.h>
#include <wx/button.h>
#include <wx/checkbox.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CValidatorReportCfgDlg |
Macros | |
#define | ID_CVALIDATORREPORTCFGDLG 10384 |
#define | ID_REPORT_BTN 10385 |
#define | ID_VALID_REPORT_DISMISS 10386 |
#define | ID_VALID_REPORT_SEQUESTER_BTN 10387 |
#define | ID_VALID_REPORT_SEGREGATE_BTN 10388 |
#define | SYMBOL_CVALIDATORREPORTCFGDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CVALIDATORREPORTCFGDLG_TITLE _("Validator Report") |
#define | SYMBOL_CVALIDATORREPORTCFGDLG_IDNAME ID_CVALIDATORREPORTCFGDLG |
#define | SYMBOL_CVALIDATORREPORTCFGDLG_SIZE wxSize(400, 300) |
#define | SYMBOL_CVALIDATORREPORTCFGDLG_POSITION wxDefaultPosition |
#define ID_CVALIDATORREPORTCFGDLG 10384 |
Control identifiers
Definition at line 68 of file validator_report_cfg_dlg.hpp.
#define ID_REPORT_BTN 10385 |
Definition at line 69 of file validator_report_cfg_dlg.hpp.
#define ID_VALID_REPORT_DISMISS 10386 |
Definition at line 70 of file validator_report_cfg_dlg.hpp.
#define ID_VALID_REPORT_SEGREGATE_BTN 10388 |
Definition at line 72 of file validator_report_cfg_dlg.hpp.
#define ID_VALID_REPORT_SEQUESTER_BTN 10387 |
Definition at line 71 of file validator_report_cfg_dlg.hpp.
#define SYMBOL_CVALIDATORREPORTCFGDLG_IDNAME ID_CVALIDATORREPORTCFGDLG |
Definition at line 75 of file validator_report_cfg_dlg.hpp.
#define SYMBOL_CVALIDATORREPORTCFGDLG_POSITION wxDefaultPosition |
Definition at line 77 of file validator_report_cfg_dlg.hpp.
#define SYMBOL_CVALIDATORREPORTCFGDLG_SIZE wxSize(400, 300) |
Definition at line 76 of file validator_report_cfg_dlg.hpp.
#define SYMBOL_CVALIDATORREPORTCFGDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 73 of file validator_report_cfg_dlg.hpp.
#define SYMBOL_CVALIDATORREPORTCFGDLG_TITLE _("Validator Report") |
Definition at line 74 of file validator_report_cfg_dlg.hpp.