NCBI C++ ToolKit
|
#include <corelib/ncbistl.hpp>
#include <corelib/ncbistd.hpp>
#include <gui/gui_export.h>
#include <gui/objutils/registry.hpp>
#include <gui/objutils/objects.hpp>
#include <gui/objects/GBProjectHandle.hpp>
#include "wx/valgen.h"
#include "wx/statline.h"
#include <wx/panel.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SProjectSelectorParams |
SProjectSelectorParams - holds data for CProjectSelectorPanel. More... | |
class | CProjectSelectorPanel |
CProjectSelectorPanel - a panel that allows the user to specify how the project items created by a plug-in should be packaged. More... | |
Macros | |
#define | SYMBOL_CPROJECTSELECTORPANEL_STYLE wxTAB_TRAVERSAL |
#define | SYMBOL_CPROJECTSELECTORPANEL_TITLE _("Project Panel") |
#define | SYMBOL_CPROJECTSELECTORPANEL_IDNAME ID_CPROJECTSELECTORPANEL |
#define | SYMBOL_CPROJECTSELECTORPANEL_SIZE wxDefaultSize |
#define | SYMBOL_CPROJECTSELECTORPANEL_POSITION wxDefaultPosition |
#define SYMBOL_CPROJECTSELECTORPANEL_IDNAME ID_CPROJECTSELECTORPANEL |
Definition at line 53 of file project_selector_panel.hpp.
#define SYMBOL_CPROJECTSELECTORPANEL_POSITION wxDefaultPosition |
Definition at line 55 of file project_selector_panel.hpp.
#define SYMBOL_CPROJECTSELECTORPANEL_SIZE wxDefaultSize |
Definition at line 54 of file project_selector_panel.hpp.
#define SYMBOL_CPROJECTSELECTORPANEL_STYLE wxTAB_TRAVERSAL |
Definition at line 51 of file project_selector_panel.hpp.
#define SYMBOL_CPROJECTSELECTORPANEL_TITLE _("Project Panel") |
Definition at line 52 of file project_selector_panel.hpp.