net_blast_reply.hpp
来自「ncbi源码」· HPP 代码 · 共 142 行
HPP
142 行
/* * =========================================================================== * PRODUCTION $Log: net_blast_reply.hpp,v $ * PRODUCTION Revision 1000.3 2004/04/12 19:27:52 gouriano * PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.6 * PRODUCTION * =========================================================================== */#ifndef GUI_CORE_ALGO_NET_BLAST___NET_BLAST_REPLY__HPP#define GUI_CORE_ALGO_NET_BLAST___NET_BLAST_REPLY__HPP/* $Id: net_blast_reply.hpp,v 1000.3 2004/04/12 19:27:52 gouriano Exp $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work" under the * terms of the United States Copyright Act. It was written as part of * the author's official duties as a United States Government employee and * thus cannot be copyrighted. This software/database is freely available * to the public for use. The National Library of Medicine and the U.S. * Government have not placed any restriction on its use or reproduction. * * Although all reasonable efforts have been taken to ensure the accuracy * and reliability of the software and data, the NLM and the U.S. * Government do not and cannot warrant the performance or results that * may be obtained by using this software or data. The NLM and the U.S. * Government disclaim all warranties, express or implied, including * warranties of performance, merchantability or fitness for any particular * purpose. * * Please cite the author in any work or product based on this material. * * =========================================================================== * * Authors: Clifford Clausen, Michael DiCuccio * * File Description: * CDataPlugin_BlastReq -- passes Blast requests to Blast server */#include <gui/core/doc_loader.hpp>#include <gui/plugin/PluginCommand.hpp>#include <gui/plugin/PluginReply.hpp>#include <gui/plugin/PluginInfo.hpp>#include <memory>BEGIN_NCBI_SCOPEclass CBlastPollDlg;class CDataPlugin_BlastReply : public CDocLoader<CDataPlugin_BlastReply>{public: CDataPlugin_BlastReply(); void Load(objects::CPluginMessage& msg); static void GetInfo(objects::CPluginInfo& info);private: auto_ptr<CBlastPollDlg> m_PollView;};END_NCBI_SCOPE/* * =========================================================================== * $Log: net_blast_reply.hpp,v $ * Revision 1000.3 2004/04/12 19:27:52 gouriano * PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.6 * * Revision 1.6 2004/03/05 17:32:15 dicuccio * Large-scale clean-up to blast code. Reorganized blast polling dialog to be * multi-column; standardized options for BLAST network submissions; changed * plugin to accept multiple locations for submission and create a submission for * each * * Revision 1.5 2004/01/27 18:40:14 dicuccio * Code clean-up. Renamed plugin classes to follow standard pattern * * Revision 1.4 2003/11/06 20:12:12 dicuccio * Cleaned up handling of USING_SCOPE - removed from all headers * * Revision 1.3 2003/11/04 17:49:22 dicuccio * Changed calling parameters for plugins - pass CPluginMessage instead of paired * CPluginCommand/CPluginReply * * Revision 1.2 2003/10/31 17:32:09 clausen * Switched from passing scope to passing document * * Revision 1.1 2003/10/24 12:49:21 dicuccio * Moved files from algo/net_blast * * Revision 1.8 2003/07/14 11:14:20 shomrat * Plugin messageing system related changes * * Revision 1.7 2003/06/28 16:41:32 dicuccio * Added <memory> for auto_ptr<> * * Revision 1.6 2003/06/20 19:45:19 dicuccio * Fixed bizarre compile error related to namespaces on MSVC * * Revision 1.5 2003/06/20 14:52:11 dicuccio * Revised plugin registration. Made poll dialog a member of the plugin * * Revision 1.4 2003/06/04 18:29:48 clausen * Initial version * * Revision 1.3 2003/06/02 16:06:21 dicuccio * Rearranged src/objects/ subtree. This includes the following shifts: * - src/objects/asn2asn --> arc/app/asn2asn * - src/objects/testmedline --> src/objects/ncbimime/test * - src/objects/objmgr --> src/objmgr * - src/objects/util --> src/objmgr/util * - src/objects/alnmgr --> src/objtools/alnmgr * - src/objects/flat --> src/objtools/flat * - src/objects/validator --> src/objtools/validator * - src/objects/cddalignview --> src/objtools/cddalignview * In addition, libseq now includes six of the objects/seq... libs, and libmmdb * replaces the three libmmdb? libs. * * Revision 1.2 2003/05/09 16:54:00 dicuccio * Converted CDataPlugin_BlastReply from algorithm -> data loader plugin * * Revision 1.1 2003/05/07 12:38:59 clausen * Initial version of net blast * * * =========================================================================== */#endif // GUI_CORE_ALGO_NET_BLAST___NET_BLAST_REQ__HPP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?