NCBI C++ ToolKit
|
#include <util/icanceled.hpp>
#include <gui/core/open_view_manager.hpp>
#include <gui/core/project_view_factory.hpp>
#include <gui/objutils/reg_settings.hpp>
#include <gui/widgets/object_list/object_list_widget_sel.hpp>
#include <wx/panel.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | COpenViewManager |
class | COpenViewManager::COVMException |
class | CParamsPanel |
class | CConversionResultPanel |
Macros | |
#define | SYMBOL_CPARAMSPANEL_STYLE wxNO_BORDER|wxTAB_TRAVERSAL |
CParamsPanel. More... | |
#define | SYMBOL_CPARAMSPANEL_TITLE _("Parameters Panel") |
#define | SYMBOL_CPARAMSPANEL_IDNAME ID_CPARAMSPANEL |
#define | SYMBOL_CPARAMSPANEL_SIZE wxSize(400, 300) |
#define | SYMBOL_CPARAMSPANEL_POSITION wxDefaultPosition |
#define | SYM_CONVRESPANEL_STYLE wxNO_BORDER|wxTAB_TRAVERSAL |
CConversionResultPanel. More... | |
#define | SYM_CONVRESPANEL_TITLE _("Parameters Panel") |
#define | SYM_CONVRESPANEL_IDNAME ID_CCONVERSIONRESULTPANEL |
#define | SYM_CONVRESPANEL_SIZE wxSize(400, 300) |
#define | SYM_CONVRESPANEL_POSITION wxDefaultPosition |
Functions | |
USING_SCOPE (objects) | |
#define SYM_CONVRESPANEL_IDNAME ID_CCONVERSIONRESULTPANEL |
Definition at line 259 of file open_view_manager_impl.hpp.
#define SYM_CONVRESPANEL_POSITION wxDefaultPosition |
Definition at line 261 of file open_view_manager_impl.hpp.
#define SYM_CONVRESPANEL_SIZE wxSize(400, 300) |
Definition at line 260 of file open_view_manager_impl.hpp.
#define SYM_CONVRESPANEL_STYLE wxNO_BORDER|wxTAB_TRAVERSAL |
Definition at line 257 of file open_view_manager_impl.hpp.
#define SYM_CONVRESPANEL_TITLE _("Parameters Panel") |
Definition at line 258 of file open_view_manager_impl.hpp.
#define SYMBOL_CPARAMSPANEL_IDNAME ID_CPARAMSPANEL |
Definition at line 170 of file open_view_manager_impl.hpp.
#define SYMBOL_CPARAMSPANEL_POSITION wxDefaultPosition |
Definition at line 172 of file open_view_manager_impl.hpp.
#define SYMBOL_CPARAMSPANEL_SIZE wxSize(400, 300) |
Definition at line 171 of file open_view_manager_impl.hpp.
#define SYMBOL_CPARAMSPANEL_STYLE wxNO_BORDER|wxTAB_TRAVERSAL |
Definition at line 168 of file open_view_manager_impl.hpp.
#define SYMBOL_CPARAMSPANEL_TITLE _("Parameters Panel") |
Definition at line 169 of file open_view_manager_impl.hpp.
USING_SCOPE | ( | objects | ) |