NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <wx/listbook.h>
#include <wx/choicebk.h>
#include <wx/checklst.h>
#include <objects/macro/String_constraint.hpp>
#include <gui/widgets/edit/cds_gene_prot_field_name_panel.hpp>
#include <gui/widgets/edit/rna_field_name_panel.hpp>
#include <gui/packages/pkg_sequence_edit/bulk_cmd_dlg.hpp>
#include <gui/packages/pkg_sequence_edit/string_constraint_panel.hpp>
#include <gui/packages/pkg_sequence_edit/parse_text_options_dlg.hpp>
#include <gui/widgets/edit/edit_text_options_panel.hpp>
#include <gui/packages/pkg_sequence_edit/remove_text_outside_string_panel.hpp>
#include <gui/packages/pkg_sequence_edit/cap_change_panel.hpp>
#include <gui/widgets/edit/field_name_panel.hpp>
#include <gui/widgets/edit/feature_field_name_panel.hpp>
#include <gui/packages/pkg_sequence_edit/editing_action_constraint.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IConstraintPanelBase |
class | CConstraintPanel |
struct | SFieldTypeAndMatcher |
class | CCompoundConstraintPanel |
class | CAdvancedConstraintPanel |
Macros | |
#define | ID_CONSTRAINT_CHOICEBOOK 14002 |
#define | ID_CONSTRAINT_ADD 14003 |
#define | ID_CONSTRAINT_REMOVE 14004 |
#define | ID_CONSTRAINT_LIST 14005 |
#define ID_CONSTRAINT_ADD 14003 |
Definition at line 64 of file constraint_panel.hpp.
#define ID_CONSTRAINT_CHOICEBOOK 14002 |
Control identifiers
Definition at line 63 of file constraint_panel.hpp.
#define ID_CONSTRAINT_LIST 14005 |
Definition at line 66 of file constraint_panel.hpp.
#define ID_CONSTRAINT_REMOVE 14004 |
Definition at line 65 of file constraint_panel.hpp.