NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/core/project_service.hpp>
#include <gui/core/document.hpp>
#include <gui/core/simple_project_view.hpp>
#include <gui/core/project_tree_view.hpp>
#include <gui/core/project_tree_panel.hpp>
#include <gui/framework/view_manager_service.hpp>
#include <gui/framework/window_manager_service.hpp>
#include <gui/objutils/label.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/objects/GBWorkspace.hpp>
#include <objects/gbproj/ProjectDescr.hpp>
#include <gui/objects/WorkspaceFolder.hpp>
#include <gui/objutils/usage_report_job.hpp>
#include <objects/seq/Annotdesc.hpp>
#include <objects/gbproj/FolderInfo.hpp>
#include <objects/general/Object_id.hpp>
#include <serial/objistr.hpp>
#include <serial/objostr.hpp>
#include <serial/serial.hpp>
#include <serial/iterator.hpp>
#include <wx/msgdlg.h>
#include <wx/filename.h>
#include <gui/widgets/wx/message_box.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
void | sAssertMainThread (const char *err_msg) |
Variables | |
static const char * | kMRUTag = "MRUProjectsWorkspaces" |
void sAssertMainThread | ( | const char * | err_msg | ) |
Definition at line 396 of file project_service.cpp.
References _ASSERT, CThread::GetSelf(), and NCBI_THROW.
Referenced by CProjectService::AddProjectView(), CProjectService::RemoveAllProjectViews(), and CProjectService::RemoveProjectView().
USING_SCOPE | ( | objects | ) |
|
static |
Definition at line 117 of file project_service.cpp.
Referenced by CProjectService::LoadSettings(), and CProjectService::SaveSettings().