NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/utils/command_processor.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objtools/validator/validator_barcode.hpp>
#include <gui/packages/pkg_sequence_edit/string_constraint_panel.hpp>
#include <wx/imaglist.h>
#include <wx/scrolwin.h>
#include <wx/vscroll.h>
#include <wx/textwrapper.h>
#include <wx/dcbuffer.h>
#include <wx/platform.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBarcodeTool |
class | CBarcodePanel |
class | CApplyFBOL |
Macros | |
#define | ID_BARCODE_TOOL_SELECT 12000 |
#define | ID_BARCODE_TOOL_SELECT_ALL 12001 |
#define | ID_BARCODE_TOOL_UNSELECT_ALL 12002 |
#define | ID_BARCODE_TOOL_DISMISS 12003 |
#define | ID_BARCODE_TOOL_APPLY_DBXREFS 12004 |
#define | ID_BARCODE_TOOL_REMOVE_KEYWORD 12005 |
#define | ID_BARCODE_TOOL_ADD_KEYWORD 12006 |
#define ID_BARCODE_TOOL_ADD_KEYWORD 12006 |
Definition at line 56 of file barcode_tool.hpp.
#define ID_BARCODE_TOOL_APPLY_DBXREFS 12004 |
Definition at line 54 of file barcode_tool.hpp.
#define ID_BARCODE_TOOL_DISMISS 12003 |
Definition at line 53 of file barcode_tool.hpp.
#define ID_BARCODE_TOOL_REMOVE_KEYWORD 12005 |
Definition at line 55 of file barcode_tool.hpp.
#define ID_BARCODE_TOOL_SELECT 12000 |
Definition at line 50 of file barcode_tool.hpp.
#define ID_BARCODE_TOOL_SELECT_ALL 12001 |
Definition at line 51 of file barcode_tool.hpp.
#define ID_BARCODE_TOOL_UNSELECT_ALL 12002 |
Definition at line 52 of file barcode_tool.hpp.