dlg_blastpoll.hpp
来自「ncbi源码」· HPP 代码 · 共 120 行
HPP
120 行
/* * =========================================================================== * PRODUCTION $Log: dlg_blastpoll.hpp,v $ * PRODUCTION Revision 1000.4 2004/06/01 20:54:25 gouriano * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.8 * PRODUCTION * =========================================================================== */#ifndef __dlg_blastpoll__hpp#define __dlg_blastpoll__hpp/* $Id: dlg_blastpoll.hpp,v 1000.4 2004/06/01 20:54:25 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: * CNetBlastReq -- passes Blast requests to Blast server */#include <gui/utils/dialog.hpp>#include <gui/core/doc_loader.hpp>#include <gui/core/idocument.hpp>#include <gui/plugin/PluginCommand.hpp>#include <gui/plugin/PluginReply.hpp>#include <FL/Fl.H>#include <FL/Fl_Box.H>#include <FL/Fl_Browser.H>#include <FL/Fl_Button.H>#include <FL/Fl_Double_Window.H>#include <FL/Fl_Group.H>#include <FL/Fl_Input.H>#include <memory>#include "blast_rid_cache.hpp"BEGIN_NCBI_SCOPEclass CBlastPollTable;class CBlastPollItem;#include "dlg_blastpoll_.hpp"END_NCBI_SCOPE/* * =========================================================================== * $Log: dlg_blastpoll.hpp,v $ * Revision 1000.4 2004/06/01 20:54:25 gouriano * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.8 * * Revision 1.8 2004/04/23 16:31:54 dicuccio * Added #include for RID cache instead of predeclaration * * Revision 1.7 2004/04/22 12:22:08 dicuccio * Added BLAST RID caching. Added better formatting for BLAST results * * Revision 1.6 2004/03/05 17:32:14 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/02/18 19:02:36 jcherry * Query is now a Seq-loc, to which alignments get remapped * * Revision 1.4 2003/11/17 16:25:16 clausen * Added m_Descr * * Revision 1.3 2003/10/31 22:56:36 ucko * Move include of idocument.hpp to header to precede use in CConstRef<> * * Revision 1.2 2003/10/31 17:32:08 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.6 2003/10/22 12:53:37 dicuccio * Fixed missing headers * * Revision 1.5 2003/07/11 11:45:48 dicuccio * #include <memory> for auto_ptr<> * * Revision 1.4 2003/07/10 13:06:20 dicuccio * Fixed compilation issues for gcc-3.3: restructured callback mechanism, replaced * multiple parallel arrays with an array of classes. * * Revision 1.3 2003/06/20 19:45:19 dicuccio * Fixed bizarre compile error related to namespaces on MSVC * * =========================================================================== */#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?