#include <corelib/ncbistd.hpp>
#include <gui/gui_export.h>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/seqfeat/Gb_qual.hpp>
#include <wx/panel.h>
#include <wx/frame.h>
#include <wx/sizer.h>
#include <wx/bitmap.h>
#include <wx/icon.h>
#include <wx/choice.h>
#include <wx/textctrl.h>
#include <wx/stattext.h>
#include <wx/valtext.h>
#include <wx/scrolwin.h>
Go to the source code of this file.
Go to the SVN repository for this file.
◆ SYMBOL_CGBQUALPANEL_IDNAME
#define SYMBOL_CGBQUALPANEL_IDNAME ID_CGBQUALPANEL |
◆ SYMBOL_CGBQUALPANEL_POSITION
#define SYMBOL_CGBQUALPANEL_POSITION wxDefaultPosition |
◆ SYMBOL_CGBQUALPANEL_SIZE
#define SYMBOL_CGBQUALPANEL_SIZE wxSize(400, 300) |
◆ SYMBOL_CGBQUALPANEL_STYLE
#define SYMBOL_CGBQUALPANEL_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
◆ SYMBOL_CGBQUALPANEL_TITLE
#define SYMBOL_CGBQUALPANEL_TITLE _("GBQual Panel") |
◆ AlwaysHandledElsewhere()
bool AlwaysHandledElsewhere |
( |
objects::CSeqFeatData::EQualifier |
qual_type | ) |
|
◆ PreferredHandledElsewhere()
bool PreferredHandledElsewhere |
( |
objects::CSeqFeatData::ESubtype |
feat_subtype, |
|
|
objects::CSeqFeatData::EQualifier |
qual_type |
|
) |
| |