#include <string>
#include <vector>
#include <map>
#include <wx/window.h>
#include <wx/panel.h>
#include <wx/event.h>
#include <gui/widgets/edit/macro_argument.hpp>
#include <gui/widgets/edit/publisher_subscriber.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
|
enum class | ECustomPanelType {
eCustomPanelNotSet
, eAddAuthorsPanel
, eAddStructCommPanel
, eAddAssmGapsByNPanel
,
eApplySrcQualTable
, eApplyStrCommTable
, eApplyPubQualTable
, eApplyDBLinkTable
,
eApplyMolinfoQualTable
, eApplyFeatQualTable
, eApplyCDSGeneProtTable
, eApplyRNAQualTable
,
eApplyMiscQualTable
, eAddGapFeaturesByNPanel
, eUpdateProteinsPanel
} |
|
◆ ECustomPanelType
Enumerator |
---|
eCustomPanelNotSet | |
eAddAuthorsPanel | |
eAddStructCommPanel | |
eAddAssmGapsByNPanel | |
eApplySrcQualTable | |
eApplyStrCommTable | |
eApplyPubQualTable | |
eApplyDBLinkTable | |
eApplyMolinfoQualTable | |
eApplyFeatQualTable | |
eApplyCDSGeneProtTable | |
eApplyRNAQualTable | |
eApplyMiscQualTable | |
eAddGapFeaturesByNPanel | |
eUpdateProteinsPanel | |
Definition at line 58 of file macro_panel_loader.hpp.