DlgPgRenderingStatistics.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. // DlgPgRenderingStatistics.h : header file
  13. //
  14. #ifndef DLGPGRENDERINGSTATISTICS_H
  15. #define DLGPGRENDERINGSTATISTICS_H 1
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CDlgPgRenderingStatistics dialog
  18. class CDlgPgRenderingStatistics : public CPropertyPage
  19. {
  20. DECLARE_DYNCREATE(CDlgPgRenderingStatistics)
  21. // Construction
  22. public:
  23. CUpdateableRT m_udStatsUpdated;
  24. CDlgPgRenderingStatistics();
  25. ~CDlgPgRenderingStatistics();
  26. BOOL OnIdle(LONG lCount);
  27. // Dialog Data
  28. //{{AFX_DATA(CDlgPgRenderingStatistics)
  29. enum { IDD = IDD_PG_RENDERING_STATISTICS };
  30. CString m_strRenderingStatistics;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generate virtual function overrides
  34. //{{AFX_VIRTUAL(CDlgPgRenderingStatistics)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CDlgPgRenderingStatistics)
  42. // NOTE: the ClassWizard will add member functions here
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. #endif // DLGPGRENDERINGSTATISTICS_H