NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/core/object_loading_task.hpp>
#include <gui/core/prefetch_seq_descr.hpp>
#include <gui/core/project_service.hpp>
#include <objects/seq/Annotdesc.hpp>
#include <objects/general/User_object.hpp>
#include <objects/general/Object_id.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <objmgr/object_manager.hpp>
#include <objmgr/scope.hpp>
#include <gui/utils/app_job_impl.hpp>
#include <objtools/edit/seq_entry_edit.hpp>
#include <gui/core/project_item_extension.hpp>
#include <gui/utils/extension_impl.hpp>
#include <gui/objutils/project_item_extra.hpp>
#include <wx/filename.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static void | s_CallExtensionProjectItemCreated (vector< IProjectItemExtension * > &clients, CProjectItem &item, IServiceLocator *srvLocator) |
|
static |
Definition at line 71 of file object_loading_task.cpp.
References IExtension::GetExtensionIdentifier(), ITERATE, and NCBI_CATCH.
Referenced by CObjectLoadingTask::AddObjects().
USING_SCOPE | ( | objects | ) |