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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: score_dlg_.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 19:52:52  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0105
  10. #ifndef score_dlg__hpp
  11. #define score_dlg__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: score_dlg_.hpp,v 1000.1 2004/06/01 19:52:52 gouriano Exp $ */
  14. #include <FL/Fl_Double_Window.H>
  15. #include <FL/Fl_Button.H>
  16. #include <FL/Fl_Return_Button.H>
  17. class NCBI_GUIWIDGETS_HIT_MATRIX_EXPORT CScoreDlg : public CDialog {
  18. public:
  19.   void SetTitle(const string& title);
  20. private:
  21.   Fl_Double_Window* x_CreateWindow();
  22.   inline void cb_Cancel_i(Fl_Button*, void*);
  23.   static void cb_Cancel(Fl_Button*, void*);
  24.   inline void cb_Ok_i(Fl_Return_Button*, void*);
  25.   static void cb_Ok(Fl_Return_Button*, void*);
  26. public:
  27.   CBrowser *m_List;
  28. private:
  29.   string m_TitleStr;
  30. public:
  31.   void SetItems(const vector<string>& items, int curr);
  32. private:
  33.   int m_SelectedIndex;
  34. public:
  35.   int GetSelectedIndex();
  36.   CScoreDlg();
  37. private:
  38.   virtual void x_OnOK();
  39.   virtual void x_OnCancel();
  40. };
  41. #endif