registry_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: registry_.hpp,v $
  4.  * PRODUCTION Revision 1000.2  2004/06/01 19:47:54  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.4
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0105
  10. #ifndef registry__hpp
  11. #define registry__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: registry_.hpp,v 1000.2 2004/06/01 19:47:54 gouriano Exp $ */
  14. #include <FL/Fl_Double_Window.H>
  15. #include <FL/Fl_Menu_Bar.H>
  16. #include <FL/Fl_Tile.H>
  17. #include <FL/Fl_Group.H>
  18. #include <FL/Fl_Return_Button.H>
  19. class NCBI_GUIDIALOGS_EXPORT CRegistryDlg : public CDialog {
  20. public:
  21.   CRegistryDlg(IRegistryData& data);
  22. private:
  23.   Fl_Double_Window* x_CreateWindow();
  24.   inline void cb__i(Fl_Double_Window*, void*);
  25.   static void cb_(Fl_Double_Window*, void*);
  26.   static Fl_Menu_Item menu_[];
  27.   CTreeBrowser *m_Tree;
  28.   inline void cb_m_Tree_i(CTreeBrowser*, void*);
  29.   static void cb_m_Tree(CTreeBrowser*, void*);
  30.   CRegistryItemPanel *m_List;
  31.   inline void cb_OK_i(Fl_Return_Button*, void*);
  32.   static void cb_OK(Fl_Return_Button*, void*);
  33.   CRef<IRegistryData> m_Data;
  34.   multimap<string, string> m_Keys;
  35.   void x_FillTree(const list<string>& keys);
  36.   void x_AddKey(const string& key, CTreeBrowser::Node* parent = NULL);
  37.   void x_OnChooseKey();
  38.   string x_NodeToKey(CTreeBrowser::Node* node);
  39. };
  40. #endif