NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/gui_export.h>
#include <gui/widgets/wx/fixed_base.hpp>
#include <wx/dialog.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSequenceGotoDlg |
class | CSequenceGotoData |
class | CSequenceGotoEvent |
Macros | |
#define | SYMBOL_CSEQUENCEGOTODLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CSEQUENCEGOTODLG_TITLE _("Go to sequence") |
#define | SYMBOL_CSEQUENCEGOTODLG_IDNAME ID_CSEQUENCEGOTODLG |
#define | SYMBOL_CSEQUENCEGOTODLG_SIZE wxSize(400, 300) |
#define | SYMBOL_CSEQUENCEGOTODLG_POSITION wxDefaultPosition |
#define | CSequenceGotoEventHandler(func) (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(CSequenceGotoEventFunction, &func) |
#define | EVT_SEQ_GOTO(id, fn) wx__DECLARE_EVT1(wxEVT_COMMAND_SEQ_GOTO, id, CSequenceGotoEventHandler(fn)) |
#define | EVT_SEQ_GOTO_CLOSE(id, fn) wx__DECLARE_EVT1(wxEVT_COMMAND_SEQ_GOTO_CLOSE, id, CSequenceGotoEventHandler(fn)) |
Typedefs | |
typedef void(wxEvtHandler::* | CSequenceGotoEventFunction) (CSequenceGotoEvent &) |
#define CSequenceGotoEventHandler | ( | func | ) | (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(CSequenceGotoEventFunction, &func) |
Definition at line 208 of file sequence_goto_dlg.hpp.
#define EVT_SEQ_GOTO | ( | id, | |
fn | |||
) | wx__DECLARE_EVT1(wxEVT_COMMAND_SEQ_GOTO, id, CSequenceGotoEventHandler(fn)) |
Definition at line 211 of file sequence_goto_dlg.hpp.
#define EVT_SEQ_GOTO_CLOSE | ( | id, | |
fn | |||
) | wx__DECLARE_EVT1(wxEVT_COMMAND_SEQ_GOTO_CLOSE, id, CSequenceGotoEventHandler(fn)) |
Definition at line 214 of file sequence_goto_dlg.hpp.
#define SYMBOL_CSEQUENCEGOTODLG_IDNAME ID_CSEQUENCEGOTODLG |
Definition at line 70 of file sequence_goto_dlg.hpp.
#define SYMBOL_CSEQUENCEGOTODLG_POSITION wxDefaultPosition |
Definition at line 72 of file sequence_goto_dlg.hpp.
#define SYMBOL_CSEQUENCEGOTODLG_SIZE wxSize(400, 300) |
Definition at line 71 of file sequence_goto_dlg.hpp.
#define SYMBOL_CSEQUENCEGOTODLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Control identifiers
Definition at line 68 of file sequence_goto_dlg.hpp.
#define SYMBOL_CSEQUENCEGOTODLG_TITLE _("Go to sequence") |
Definition at line 69 of file sequence_goto_dlg.hpp.
typedef void(wxEvtHandler::* CSequenceGotoEventFunction) (CSequenceGotoEvent &) |
Definition at line 206 of file sequence_goto_dlg.hpp.