NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/core/search_tool_base.hpp>
#include <gui/core/data_mining_service.hpp>
#include <gui/widgets/wx/message_box.hpp>
#include <gui/utils/app_job_dispatcher.hpp>
#include <gui/utils/event_translator.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
ON_EVENT (CAppJobNotification, CAppJobNotification::eStateChanged, &CSearchToolBase::OnAJNotification) ON_EVENT(CAppJobNotification | |
Variables | |
static const char * | kDefaultErrMessage = "CSearchToolBase: Tool Execution Failed" |
IDMSearchTool. More... | |
ON_EVENT | ( | CAppJobNotification | , |
CAppJobNotification::eStateChanged | , | ||
&CSearchToolBase::OnAJNotification | |||
) |
USING_SCOPE | ( | objects | ) |
|
static |
Definition at line 51 of file search_tool_base.cpp.
Referenced by CSearchJobBase::x_PrepareSearch().