NCBI C++ ToolKit
|
#include <corelib/ncbistl.hpp>
#include <corelib/ncbiobj.hpp>
#include <gui/gui_export.h>
#include <gui/utils/job_future.hpp>
#include <gui/widgets/wx/richtextctrl.hpp>
#include <wx/panel.h>
#include <wx/dnd.h>
#include <wx/timer.h>
#include <set>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBamLoadOptionPanel |
CBamLoadOptionPanel. More... | |
class | CBamLoadOptionPanel::CDropTarget |
Macros | |
#define | SYMBOL_CBAMLOADOPTIONPANEL_STYLE wxTAB_TRAVERSAL |
#define | SYMBOL_CBAMLOADOPTIONPANEL_TITLE _("BAM Load Option Panel") |
#define | SYMBOL_CBAMLOADOPTIONPANEL_IDNAME ID_CBAMLOADOPTIONPANEL |
#define | SYMBOL_CBAMLOADOPTIONPANEL_SIZE wxDefaultSize |
#define | SYMBOL_CBAMLOADOPTIONPANEL_POSITION wxDefaultPosition |
#define SYMBOL_CBAMLOADOPTIONPANEL_IDNAME ID_CBAMLOADOPTIONPANEL |
Definition at line 59 of file bam_load_option_panel.hpp.
#define SYMBOL_CBAMLOADOPTIONPANEL_POSITION wxDefaultPosition |
Definition at line 61 of file bam_load_option_panel.hpp.
#define SYMBOL_CBAMLOADOPTIONPANEL_SIZE wxDefaultSize |
Definition at line 60 of file bam_load_option_panel.hpp.
#define SYMBOL_CBAMLOADOPTIONPANEL_STYLE wxTAB_TRAVERSAL |
Definition at line 57 of file bam_load_option_panel.hpp.
#define SYMBOL_CBAMLOADOPTIONPANEL_TITLE _("BAM Load Option Panel") |
Definition at line 58 of file bam_load_option_panel.hpp.