NCBI C++ ToolKit
Classes | Macros | Typedefs
sequence_goto_dlg.hpp File Reference
#include <corelib/ncbistd.hpp>
#include <gui/gui_export.h>
#include <gui/widgets/wx/fixed_base.hpp>
#include <wx/dialog.h>
+ Include dependency graph for sequence_goto_dlg.hpp:
+ This graph shows which files directly or indirectly include this file:

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 &)
 

Macro Definition Documentation

◆ CSequenceGotoEventHandler

#define CSequenceGotoEventHandler (   func)     (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(CSequenceGotoEventFunction, &func)

Definition at line 208 of file sequence_goto_dlg.hpp.

◆ EVT_SEQ_GOTO

#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.

◆ EVT_SEQ_GOTO_CLOSE

#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.

◆ SYMBOL_CSEQUENCEGOTODLG_IDNAME

#define SYMBOL_CSEQUENCEGOTODLG_IDNAME   ID_CSEQUENCEGOTODLG

Definition at line 70 of file sequence_goto_dlg.hpp.

◆ SYMBOL_CSEQUENCEGOTODLG_POSITION

#define SYMBOL_CSEQUENCEGOTODLG_POSITION   wxDefaultPosition

Definition at line 72 of file sequence_goto_dlg.hpp.

◆ SYMBOL_CSEQUENCEGOTODLG_SIZE

#define SYMBOL_CSEQUENCEGOTODLG_SIZE   wxSize(400, 300)

Definition at line 71 of file sequence_goto_dlg.hpp.

◆ SYMBOL_CSEQUENCEGOTODLG_STYLE

#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.

◆ SYMBOL_CSEQUENCEGOTODLG_TITLE

#define SYMBOL_CSEQUENCEGOTODLG_TITLE   _("Go to sequence")

Definition at line 69 of file sequence_goto_dlg.hpp.

Typedef Documentation

◆ CSequenceGotoEventFunction

typedef void(wxEvtHandler::* CSequenceGotoEventFunction) (CSequenceGotoEvent &)

Definition at line 206 of file sequence_goto_dlg.hpp.

Modified on Fri Sep 20 14:58:30 2024 by modify_doxy.py rev. 669887