NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/core/run_tool_dlg.hpp>
#include <gui/framework/item_selection_panel.hpp>
#include <gui/framework/menu_service.hpp>
#include <gui/framework/service.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/message_box.hpp>
#include <gui/objutils/registry.hpp>
#include <gui/objutils/reg_settings.hpp>
#include <gui/objutils/usage_report_job.hpp>
#include <gui/core/quick_launch_list.hpp>
#include <gui/core/recent_tool_list.hpp>
#include "add_quick_launch_dlg.hpp"
#include <wx/sizer.h>
#include <wx/button.h>
#include <wx/icon.h>
#include <wx/msgdlg.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CToolManagerItem |
CToolManagerItem. More... | |
class | CToolRecentItem |
CRecentToolItem. More... | |
class | ToolCmp |
Typedefs | |
typedef CGroupMapWidget::SGroupDescr | TGroupDescr |
Variables | |
static const char * | kRecentTools = "Recent" |
Definition at line 268 of file run_tool_dlg.cpp.
|
static |
Definition at line 616 of file run_tool_dlg.cpp.
Referenced by CRunToolDlg::x_LoadSettings(), and CRunToolDlg::x_SaveSettings().