NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/packages/pkg_sequence/windowmasker_tool.hpp>
#include <gui/packages/pkg_sequence/windowmasker_panel.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/submit/Seq_submit.hpp>
#include <gui/widgets/wx/message_box.hpp>
#include <serial/typeinfo.hpp>
#include <objmgr/object_manager.hpp>
#include <gui/objutils/user_type.hpp>
#include <gui/objutils/label.hpp>
#include <gui/objutils/utils.hpp>
#include <objmgr/seq_vector.hpp>
#include <objmgr/util/sequence.hpp>
#include <algo/winmask/seq_masker.hpp>
#include <objects/seqfeat/Imp_feat.hpp>
#include <gui/widgets/wx/sys_path.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <connect/ncbi_conn_stream.hpp>
#include <gui/widgets/loaders/winmask_files.hpp>
#include <wx/filename.h>
#include <wx/dir.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CWindowMaskerJob |
CWindowMaskerJob. More... | |
struct | SMaskResult |
Functions | |
USING_SCOPE (ncbi::objects) | |
wxString | s_GetPath (int taxId) |
Variables | |
static const TProcessHandle | kInvalidProcHandle |
wxString s_GetPath | ( | int | taxId | ) |
Definition at line 121 of file windowmasker_tool.cpp.
References CWinMaskerFileStorage::GetInstance(), CWinMaskerFileStorage::GetPath(), and wxT.
Referenced by CWindowMaskerJob::x_CreateProjectItems(), and CWindowMaskerTool::x_ValidateParams().
USING_SCOPE | ( | ncbi::objects | ) |
|
static |
Definition at line 237 of file windowmasker_tool.cpp.
Referenced by CWindowMaskerJob::RequestCancel(), and CWindowMaskerJob::x_CreateProjectItems().