NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/framework/workbench.hpp>
#include <gui/widgets/data/report_dialog.hpp>
#include <gui/packages/pkg_sequence_edit/string_constraint_panel.hpp>
#include <gui/packages/pkg_sequence_edit/field_choice_panel.hpp>
#include <gui/widgets/edit/feature_field_name_panel.hpp>
#include <gui/widgets/edit/feature_type_panel.hpp>
#include <wx/dialog.h>
#include <wx/sizer.h>
#include <wx/button.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSelectFeatures |
Macros | |
#define | ID_CSELECTFEATURES 10409 |
#define | ID_SEL_FEAT_ACCEPT 10411 |
#define | ID_SEL_FEAT_CANCEL 10412 |
#define | SYMBOL_CSELECTFEATURES_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CSELECTFEATURES_TITLE _("Select Features") |
#define | SYMBOL_CSELECTFEATURES_IDNAME ID_CSELECTFEATURES |
#define | SYMBOL_CSELECTFEATURES_SIZE wxSize(400, 300) |
#define | SYMBOL_CSELECTFEATURES_POSITION wxDefaultPosition |
#define ID_CSELECTFEATURES 10409 |
Includes
Forward declarations
Control identifiers
Definition at line 63 of file select_features.hpp.
#define ID_SEL_FEAT_ACCEPT 10411 |
Definition at line 64 of file select_features.hpp.
#define ID_SEL_FEAT_CANCEL 10412 |
Definition at line 65 of file select_features.hpp.
#define SYMBOL_CSELECTFEATURES_IDNAME ID_CSELECTFEATURES |
Definition at line 68 of file select_features.hpp.
#define SYMBOL_CSELECTFEATURES_POSITION wxDefaultPosition |
Definition at line 70 of file select_features.hpp.
#define SYMBOL_CSELECTFEATURES_SIZE wxSize(400, 300) |
Definition at line 69 of file select_features.hpp.
#define SYMBOL_CSELECTFEATURES_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 66 of file select_features.hpp.
#define SYMBOL_CSELECTFEATURES_TITLE _("Select Features") |
Definition at line 67 of file select_features.hpp.