NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <gui/objutils/cmd_composite.hpp>
#include <gui/objutils/reg_settings.hpp>
#include <gui/utils/event_handler.hpp>
#include <gui/widgets/aln_multiple/alnmulti_widget.hpp>
#include <gui/widgets/aln_multiple/alnmulti_ds_builder.hpp>
#include <gui/widgets/aln_multiple/row_display_style.hpp>
#include <gui/packages/pkg_sequence_edit/update_seq_params.hpp>
#include <wx/panel.h>
#include <wx/dc.h>
#include <wx/dcclient.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CUpdateSeqPanel |
struct | CUpdateSeqPanel::SDrawingParams |
class | CUpdateSeqAlignWidget |
class | CDrawingPanel |
Macros | |
#define | SYMBOL_CUPDATESEQPANEL_STYLE wxTAB_TRAVERSAL |
#define | SYMBOL_CUPDATESEQPANEL_TITLE _("UpdateSeqPanel") |
#define | SYMBOL_CUPDATESEQPANEL_IDNAME ID_CUPDATESEQPANEL |
#define | SYMBOL_CUPDATESEQPANEL_SIZE wxSize(400, 300) |
#define | SYMBOL_CUPDATESEQPANEL_POSITION wxDefaultPosition |
#define SYMBOL_CUPDATESEQPANEL_IDNAME ID_CUPDATESEQPANEL |
Definition at line 71 of file update_seq_panel.hpp.
#define SYMBOL_CUPDATESEQPANEL_POSITION wxDefaultPosition |
Definition at line 73 of file update_seq_panel.hpp.
#define SYMBOL_CUPDATESEQPANEL_SIZE wxSize(400, 300) |
Definition at line 72 of file update_seq_panel.hpp.
#define SYMBOL_CUPDATESEQPANEL_STYLE wxTAB_TRAVERSAL |
Control identifiers
Definition at line 69 of file update_seq_panel.hpp.
#define SYMBOL_CUPDATESEQPANEL_TITLE _("UpdateSeqPanel") |
Definition at line 70 of file update_seq_panel.hpp.