NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/objutils/convert_feat.hpp>
#include <gui/packages/pkg_sequence_edit/bulk_cmd_dlg.hpp>
#include <gui/widgets/edit/feature_type_panel.hpp>
#include <gui/packages/pkg_sequence_edit/field_constraint_panel.hpp>
#include <gui/packages/pkg_sequence_edit/ok_cancel_panel.hpp>
#include <gui/packages/pkg_sequence_edit/cap_change_panel.hpp>
#include <wx/sizer.h>
#include <wx/checkbox.h>
#include <wx/radiobut.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CLowerQuals |
Macros | |
#define | ID_LOWERCASE_QUALS 10147 |
#define | SYMBOL_LOWERCASE_QUALS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_LOWERCASE_QUALS_TITLE _("Lowercase Qualifiers") |
#define | SYMBOL_LOWERCASE_QUALS_IDNAME ID_LOWERCASE_QUALS |
#define | SYMBOL_LOWERCASE_QUALS_SIZE wxSize(400, 300) |
#define | SYMBOL_LOWERCASE_QUALS_POSITION wxDefaultPosition |
#define ID_LOWERCASE_QUALS 10147 |
Control identifiers
Definition at line 67 of file lowercase_qualifiers.hpp.
#define SYMBOL_LOWERCASE_QUALS_IDNAME ID_LOWERCASE_QUALS |
Definition at line 70 of file lowercase_qualifiers.hpp.
#define SYMBOL_LOWERCASE_QUALS_POSITION wxDefaultPosition |
Definition at line 72 of file lowercase_qualifiers.hpp.
#define SYMBOL_LOWERCASE_QUALS_SIZE wxSize(400, 300) |
Definition at line 71 of file lowercase_qualifiers.hpp.
#define SYMBOL_LOWERCASE_QUALS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 68 of file lowercase_qualifiers.hpp.
#define SYMBOL_LOWERCASE_QUALS_TITLE _("Lowercase Qualifiers") |
Definition at line 69 of file lowercase_qualifiers.hpp.