NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <serial/serialbase.hpp>
#include <objmgr/scope.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <wx/panel.h>
#include <wx/choice.h>
#include <wx/listbox.h>
#include <wx/checkbox.h>
#include <wx/textctrl.h>
#include <wx/radiobox.h>
#include <wx/button.h>
#include "gene_panel.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CFeatureGenePanel |
Macros | |
#define | SYMBOL_CFEATUREGENEPANEL_STYLE wxTAB_TRAVERSAL |
#define | SYMBOL_CFEATUREGENEPANEL_TITLE _("FeatureGenePanel") |
#define | SYMBOL_CFEATUREGENEPANEL_IDNAME ID_CFEATUREGENEPANEL |
#define | SYMBOL_CFEATUREGENEPANEL_SIZE wxDefaultSize |
#define | SYMBOL_CFEATUREGENEPANEL_POSITION wxDefaultPosition |
#define SYMBOL_CFEATUREGENEPANEL_IDNAME ID_CFEATUREGENEPANEL |
Definition at line 67 of file featuregenepanel.hpp.
#define SYMBOL_CFEATUREGENEPANEL_POSITION wxDefaultPosition |
Definition at line 69 of file featuregenepanel.hpp.
#define SYMBOL_CFEATUREGENEPANEL_SIZE wxDefaultSize |
Definition at line 68 of file featuregenepanel.hpp.
#define SYMBOL_CFEATUREGENEPANEL_STYLE wxTAB_TRAVERSAL |
Includes
Forward declarations
Control identifiers
Definition at line 65 of file featuregenepanel.hpp.
#define SYMBOL_CFEATUREGENEPANEL_TITLE _("FeatureGenePanel") |
Definition at line 66 of file featuregenepanel.hpp.