📄 version.hpp
字号:
/* * =========================================================================== * PRODUCTION $Log: version.hpp,v $ * PRODUCTION Revision 1000.1 2003/11/25 16:03:39 gouriano * PRODUCTION PRODUCTION: UPGRADED [ORIGINAL] Dev-tree R1.14 * PRODUCTION * =========================================================================== */#ifndef GUI_CORE___VERSION__HPP#define GUI_CORE___VERSION__HPP/* $Id: version.hpp,v 1000.1 2003/11/25 16:03:39 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: Mike DiCuccio * * File Description: * Versioning info for GBENCH */#include <corelib/ncbistd.hpp>BEGIN_NCBI_SCOPEclass NCBI_GUICORE_EXPORT CPluginVersion{public: enum { eMajor = 0, // absolute (in)compatibility eMinor = 9 // backward (in)compatibility }; static bool CheckVersion(int major, int minor);};END_NCBI_SCOPE#endif // GUI_CORE___VERSION__HPP/* * =========================================================================== * $Log: version.hpp,v $ * Revision 1000.1 2003/11/25 16:03:39 gouriano * PRODUCTION: UPGRADED [ORIGINAL] Dev-tree R1.14 * * Revision 1.14 2003/11/24 15:38:51 dicuccio * Renamed CVersion to CPluginVersion * * Revision 1.13 2003/07/31 16:42:49 dicuccio * Bumped version to 0.8 * * Revision 1.12 2003/06/25 16:59:41 dicuccio * Changed CPluginHandle into a pointer-to-implementation (the previous * implementation is now the pointer held). Lots of #include file clean-ups. * * Revision 1.11 2003/05/05 12:39:18 dicuccio * Bump version to 0.7 * * Revision 1.10 2003/02/20 19:44:06 dicuccio * Created new plugin architecture, mediated via an ASN.1 spec. Moved GBENCH * framework over to use new plugin architecture. * * Revision 1.9 2003/01/22 14:36:55 dicuccio * Bumped version to 0.5. Main highlights: * - improved rendering of features in graphical view * - improved handling of sequence mismatches in cross align view * - changed layout of cross alignment view * * Revision 1.8 2003/01/13 13:11:42 dicuccio * Namespace clean-up. Retired namespace gui -> converted to namespace ncbi. * Moved all FLUID-generated code into namespace ncbi. * * Revision 1.7 2003/01/10 17:48:22 dicuccio * Bump version to 0.4. Highlights: * - feature table view: filters now work; still a bit clumsy * - added support for FLTK command-line options: '-scheme', '-bg', '-fg' * - sequence now visible as you zoom in to alignment in cross alignment * viewer * * Revision 1.6 2003/01/03 18:49:12 dicuccio * Bump version to 0.3 * * Revision 1.5 2002/12/23 14:12:03 dicuccio * Bump version -> 0.2 * * Revision 1.4 2002/12/19 18:13:02 dicuccio * Added export specifiers for Win32. * * Revision 1.3 2002/12/09 20:40:06 dicuccio * Bumped version to 0.1 - major changes: added user-level seq-annots; expanded * file reading capability; additional viewers. * * Revision 1.2 2002/11/07 18:20:13 dicuccio * Moved #ifdef to top of file. * * Revision 1.1 2002/11/05 19:42:53 dicuccio * Initial revision * * =========================================================================== */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -