NCBI C++ ToolKit
|
#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>
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) | |
#define CUpdateFeatListEventHandler | ( | func | ) | (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(CUpdateFeatListEventFunction, &func) |
Definition at line 163 of file feature_field_name_panel.hpp.
#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.
#define SYMBOL_CFEATUREFIELDNAMEPANEL_IDNAME ID_CFEATUREFIELDNAMEPANEL |
Definition at line 64 of file feature_field_name_panel.hpp.
#define SYMBOL_CFEATUREFIELDNAMEPANEL_POSITION wxDefaultPosition |
Definition at line 66 of file feature_field_name_panel.hpp.
#define SYMBOL_CFEATUREFIELDNAMEPANEL_SIZE wxDefaultSize |
Definition at line 65 of file feature_field_name_panel.hpp.
#define SYMBOL_CFEATUREFIELDNAMEPANEL_STYLE wxTAB_TRAVERSAL |
Control identifiers
Definition at line 62 of file feature_field_name_panel.hpp.
#define SYMBOL_CFEATUREFIELDNAMEPANEL_TITLE _("FeatureFieldNamePanel") |
Definition at line 63 of file feature_field_name_panel.hpp.
typedef void(wxEvtHandler::* CUpdateFeatListEventFunction) (wxCommandEvent &) |
Definition at line 161 of file feature_field_name_panel.hpp.
DECLARE_EXPORTED_EVENT_TYPE | ( | wxEVT_COMMAND_UPDATE_FEATLIST | , |
wxCommandEvent | |||
) |