NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/widgets/seq_text/seq_text_widget.hpp>
#include <gui/widgets/seq_text/seq_text_ds.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/object_manager.hpp>
#include <wx/dialog.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSeqTextDemoDlg |
Macros | |
#define | ID_SEQ_TEXT_DEMO_DLG 10000 |
#define | ID_WIDGET 10001 |
#define | ID_ACC_TEXT 10004 |
#define | ID_ACC 10005 |
#define | ID_FILE_TEXT 10006 |
#define | ID_FILE 10003 |
#define | SYMBOL_CSEQTEXTDEMODLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
#define | SYMBOL_CSEQTEXTDEMODLG_TITLE _("CSeqTextDemoDlg") |
#define | SYMBOL_CSEQTEXTDEMODLG_IDNAME ID_SEQ_TEXT_DEMO_DLG |
#define | SYMBOL_CSEQTEXTDEMODLG_SIZE wxSize(600, 600) |
#define | SYMBOL_CSEQTEXTDEMODLG_POSITION wxDefaultPosition |
#define | wxCLOSE_BOX 0x1000 |
Functions | |
USING_SCOPE (ncbi::objects) | |
#define ID_ACC 10005 |
Definition at line 68 of file seq_text_demo_dlg.hpp.
#define ID_ACC_TEXT 10004 |
Definition at line 67 of file seq_text_demo_dlg.hpp.
#define ID_FILE 10003 |
Definition at line 70 of file seq_text_demo_dlg.hpp.
#define ID_FILE_TEXT 10006 |
Definition at line 69 of file seq_text_demo_dlg.hpp.
#define ID_SEQ_TEXT_DEMO_DLG 10000 |
Control identifiers
Definition at line 65 of file seq_text_demo_dlg.hpp.
#define ID_WIDGET 10001 |
Definition at line 66 of file seq_text_demo_dlg.hpp.
#define SYMBOL_CSEQTEXTDEMODLG_IDNAME ID_SEQ_TEXT_DEMO_DLG |
Definition at line 73 of file seq_text_demo_dlg.hpp.
#define SYMBOL_CSEQTEXTDEMODLG_POSITION wxDefaultPosition |
Definition at line 75 of file seq_text_demo_dlg.hpp.
#define SYMBOL_CSEQTEXTDEMODLG_SIZE wxSize(600, 600) |
Definition at line 74 of file seq_text_demo_dlg.hpp.
#define SYMBOL_CSEQTEXTDEMODLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
Definition at line 71 of file seq_text_demo_dlg.hpp.
#define SYMBOL_CSEQTEXTDEMODLG_TITLE _("CSeqTextDemoDlg") |
Definition at line 72 of file seq_text_demo_dlg.hpp.
#define wxCLOSE_BOX 0x1000 |
Compatibility
Definition at line 82 of file seq_text_demo_dlg.hpp.
USING_SCOPE | ( | ncbi::objects | ) |