NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seq/Annot_descr.hpp>
#include <objects/general/Object_id.hpp>
#include <objtools/edit/mail_report.hpp>
#include <gui/widgets/edit/feature_field_name_panel.hpp>
#include <gui/widgets/edit/field_type_constants.hpp>
#include <gui/widgets/edit/struct_comm_field_panel.hpp>
#include <gui/widgets/edit/struct_fieldvalue_panel.hpp>
#include <gui/widgets/edit/generic_report_dlg.hpp>
#include <gui/widgets/wx/async_call.hpp>
#include <gui/widgets/wx/sys_path.hpp>
#include <gui/widgets/wx/message_box.hpp>
#include <gui/widgets/loaders/table_annot_data_source.hpp>
#include <gui/widgets/loaders/table_object_loader.hpp>
#include <gui/widgets/wx/wnd_layout_registry.hpp>
#include <gui/widgets/data/report_dialog.hpp>
#include <gui/utils/execute_unit.hpp>
#include <gui/utils/app_popup.hpp>
#include <gui/utils/event_handler.hpp>
#include <gui/objutils/util_cmds.hpp>
#include <gui/packages/pkg_sequence_edit/field_choice_panel.hpp>
#include <gui/packages/pkg_sequence_edit/miscedit_util.hpp>
#include <gui/packages/pkg_sequence_edit/table_reader.hpp>
#include <gui/packages/pkg_sequence_edit/table_reader_macro.hpp>
#include <gui/packages/pkg_sequence_edit/featedit_util.hpp>
#include <gui/packages/pkg_sequence_edit/constraint_panel.hpp>
#include <gui/packages/pkg_sequence_edit/editing_actions.hpp>
#include <gui/packages/pkg_sequence_edit/editing_action_constraint.hpp>
#include "attrib_table_column_id_panel.hpp"
#include <wx/dialog.h>
#include <wx/imaglist.h>
#include <wx/richtext/richtextctrl.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Variables | |
const string | kSequenceIdAbbrevColLabel = "Seq-ID" |
CAttribTableColumnIdPanel type definition
CAttribTableColumnIdPanel event table definition
Definition at line 139 of file attrib_table_column_id_panel.cpp.
Referenced by CAttribTableColumnIdPanel::OnMatchTypeSelected(), CAttribTableColumnIdPanel::OnMergeIDColsClick(), CAttribTableColumnIdPanel::OnSplitFirstColClick(), CAttribTableColumnIdPanel::UpdateCol(), and CAttribTableColumnIdPanel::x_GuessQualifiers().