NCBI C++ ToolKit
Classes | Macros | Typedefs | Functions
feature_field_name_panel.hpp File Reference
#include <corelib/ncbistd.hpp>
#include <objects/seqfeat/Genetic_code_table.hpp>
#include <gui/widgets/edit/field_name_panel.hpp>
#include <gui/widgets/edit/feature_type_panel.hpp>
#include <wx/listbox.h>
#include <wx/stattext.h>
+ Include dependency graph for feature_field_name_panel.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  CFeatureFieldNamePanel
 

Macros

#define SYMBOL_CFEATUREFIELDNAMEPANEL_STYLE   wxTAB_TRAVERSAL
 
#define SYMBOL_CFEATUREFIELDNAMEPANEL_TITLE   _("FeatureFieldNamePanel")
 
#define SYMBOL_CFEATUREFIELDNAMEPANEL_IDNAME   ID_CFEATUREFIELDNAMEPANEL
 
#define SYMBOL_CFEATUREFIELDNAMEPANEL_SIZE   wxDefaultSize
 
#define SYMBOL_CFEATUREFIELDNAMEPANEL_POSITION   wxDefaultPosition
 
#define CUpdateFeatListEventHandler(func)    (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(CUpdateFeatListEventFunction, &func)
 
#define EVT_UPDATE_FEATURE_LIST(id, fn)    wx__DECLARE_EVT1(wxEVT_COMMAND_UPDATE_FEATLIST, id, CUpdateFeatListEventHandler(fn))
 

Typedefs

typedef void(wxEvtHandler::* CUpdateFeatListEventFunction) (wxCommandEvent &)
 

Functions

 DECLARE_EXPORTED_EVENT_TYPE (, wxEVT_COMMAND_UPDATE_FEATLIST, wxCommandEvent)
 

Macro Definition Documentation

◆ CUpdateFeatListEventHandler

#define CUpdateFeatListEventHandler (   func)     (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(CUpdateFeatListEventFunction, &func)

Definition at line 163 of file feature_field_name_panel.hpp.

◆ EVT_UPDATE_FEATURE_LIST

#define EVT_UPDATE_FEATURE_LIST (   id,
  fn 
)     wx__DECLARE_EVT1(wxEVT_COMMAND_UPDATE_FEATLIST, id, CUpdateFeatListEventHandler(fn))

Definition at line 166 of file feature_field_name_panel.hpp.

◆ SYMBOL_CFEATUREFIELDNAMEPANEL_IDNAME

#define SYMBOL_CFEATUREFIELDNAMEPANEL_IDNAME   ID_CFEATUREFIELDNAMEPANEL

Definition at line 64 of file feature_field_name_panel.hpp.

◆ SYMBOL_CFEATUREFIELDNAMEPANEL_POSITION

#define SYMBOL_CFEATUREFIELDNAMEPANEL_POSITION   wxDefaultPosition

Definition at line 66 of file feature_field_name_panel.hpp.

◆ SYMBOL_CFEATUREFIELDNAMEPANEL_SIZE

#define SYMBOL_CFEATUREFIELDNAMEPANEL_SIZE   wxDefaultSize

Definition at line 65 of file feature_field_name_panel.hpp.

◆ SYMBOL_CFEATUREFIELDNAMEPANEL_STYLE

#define SYMBOL_CFEATUREFIELDNAMEPANEL_STYLE   wxTAB_TRAVERSAL

Control identifiers

Definition at line 62 of file feature_field_name_panel.hpp.

◆ SYMBOL_CFEATUREFIELDNAMEPANEL_TITLE

#define SYMBOL_CFEATUREFIELDNAMEPANEL_TITLE   _("FeatureFieldNamePanel")

Definition at line 63 of file feature_field_name_panel.hpp.

Typedef Documentation

◆ CUpdateFeatListEventFunction

typedef void(wxEvtHandler::* CUpdateFeatListEventFunction) (wxCommandEvent &)

Definition at line 161 of file feature_field_name_panel.hpp.

Function Documentation

◆ DECLARE_EXPORTED_EVENT_TYPE()

DECLARE_EXPORTED_EVENT_TYPE ( wxEVT_COMMAND_UPDATE_FEATLIST  ,
wxCommandEvent   
)
Modified on Fri Sep 20 14:58:25 2024 by modify_doxy.py rev. 669887