filter_dlg.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:3k
- /*
- * ===========================================================================
- * PRODUCTION $Log: filter_dlg.hpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 21:00:46 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.6
- * PRODUCTION
- * ===========================================================================
- */
- #ifndef GUI_CORE_VIEW_TABLE___FILTER_DLG__HPP
- #define GUI_CORE_VIEW_TABLE___FILTER_DLG__HPP
- /* $Id: filter_dlg.hpp,v 1000.1 2004/06/01 21:00:46 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:
- * User-modifiable header for extension of the Filter Dialog
- */
- #include <corelib/ncbistd.hpp>
- #include <gui/types.hpp>
- #include <gui/objutils/filter.hpp>
- #include <FL/Fl.H>
- #include <FL/Fl_Browser.H>
- #include <FL/Fl_Button.H>
- #include <FL/Fl_Choice.H>
- #include <FL/Fl_Group.H>
- #include <FL/Fl_Input.H>
- #include <FL/Fl_Light_Button.H>
- #include <FL/Fl_Return_Button.H>
- #include <FL/Fl_Double_Window.H>
- #include <memory>
- BEGIN_NCBI_SCOPE
- #include "filter_dlg_.hpp"
- END_NCBI_SCOPE
- #endif // GUI_CORE_VIEW_TABLE___FILTER_DLG__HPP
- /*
- * ===========================================================================
- * $Log: filter_dlg.hpp,v $
- * Revision 1000.1 2004/06/01 21:00:46 gouriano
- * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.6
- *
- * Revision 1.6 2004/05/17 13:29:05 dicuccio
- * Use Fl_Window or Fl_Double_Window instead of CChild
- *
- * Revision 1.5 2004/05/03 13:31:11 dicuccio
- * gui/utils --> gui/objutils where needed
- *
- * Revision 1.4 2003/09/29 15:41:09 dicuccio
- * Deprecated gui/scope.hpp. Merged gui/core/types.hpp into gui/types.hpp. Made
- * all menu bars flat (used FL_FLAT_BOX)
- *
- * Revision 1.3 2003/05/19 13:46:51 dicuccio
- * Moved gui/core/plugin/ --> gui/plugin/. Merged core libraries into
- * libgui_core.so
- *
- * Revision 1.2 2003/04/29 14:56:16 dicuccio
- * Reworked FLUID-generated code: better memory management, more explicit control
- * over the constructor
- *
- * Revision 1.1 2003/01/13 13:45:57 dicuccio
- * Initial revision
- *
- * ===========================================================================
- */