TriangularisationCombo.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* Copyright (c) 2002-2012 Croteam Ltd.
  2. This program is free software; you can redistribute it and/or modify
  3. it under the terms of version 2 of the GNU General Public License as published by
  4. the Free Software Foundation
  5. This program is distributed in the hope that it will be useful,
  6. but WITHOUT ANY WARRANTY; without even the implied warranty of
  7. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  8. GNU General Public License for more details.
  9. You should have received a copy of the GNU General Public License along
  10. with this program; if not, write to the Free Software Foundation, Inc.,
  11. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
  12. // CSGDesitnationCombo.h : header file
  13. //
  14. #if !defined(AFX_TRIANGULARISATIONCOMBO_H__1FB481F3_78B0_11D2_8437_004095812ACC__INCLUDED_)
  15. #define AFX_TRIANGULARISATIONCOMBO_H__1FB481F3_78B0_11D2_8437_004095812ACC__INCLUDED_
  16. #if _MSC_VER >= 1000
  17. #pragma once
  18. #endif // _MSC_VER >= 1000
  19. // TriangularisationCombo.h : header file
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CTriangularisationCombo window
  23. class CTriangularisationCombo : public CComboBox
  24. {
  25. // Construction
  26. public:
  27. CTriangularisationCombo();
  28. BOOL OnIdle(LONG lCount);
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CTriangularisationCombo)
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. public:
  39. virtual ~CTriangularisationCombo();
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CTriangularisationCombo)
  43. afx_msg void OnSelchange();
  44. afx_msg void OnDropdown();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_TRIANGULARISATIONCOMBO_H__1FB481F3_78B0_11D2_8437_004095812ACC__INCLUDED_)