registry_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: registry_.hpp,v $
- * PRODUCTION Revision 1000.2 2004/06/01 19:47:54 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.4
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef registry__hpp
- #define registry__hpp
- #include <FL/Fl.H>
- /* $Id: registry_.hpp,v 1000.2 2004/06/01 19:47:54 gouriano Exp $ */
- #include <FL/Fl_Double_Window.H>
- #include <FL/Fl_Menu_Bar.H>
- #include <FL/Fl_Tile.H>
- #include <FL/Fl_Group.H>
- #include <FL/Fl_Return_Button.H>
- class NCBI_GUIDIALOGS_EXPORT CRegistryDlg : public CDialog {
- public:
- CRegistryDlg(IRegistryData& data);
- private:
- Fl_Double_Window* x_CreateWindow();
- inline void cb__i(Fl_Double_Window*, void*);
- static void cb_(Fl_Double_Window*, void*);
- static Fl_Menu_Item menu_[];
- CTreeBrowser *m_Tree;
- inline void cb_m_Tree_i(CTreeBrowser*, void*);
- static void cb_m_Tree(CTreeBrowser*, void*);
- CRegistryItemPanel *m_List;
- inline void cb_OK_i(Fl_Return_Button*, void*);
- static void cb_OK(Fl_Return_Button*, void*);
- CRef<IRegistryData> m_Data;
- multimap<string, string> m_Keys;
- void x_FillTree(const list<string>& keys);
- void x_AddKey(const string& key, CTreeBrowser::Node* parent = NULL);
- void x_OnChooseKey();
- string x_NodeToKey(CTreeBrowser::Node* node);
- };
- #endif