Main Page   Class Hierarchy   Compound List   File List   Compound Members  

MyPerformanceOptDialog.h

00001 #if !defined(AFX_MYPERFORMANCEOPTDIALOG_H__8BAB7DFF_E653_449A_BED8_466367B2736B__INCLUDED_)
00002 #define AFX_MYPERFORMANCEOPTDIALOG_H__8BAB7DFF_E653_449A_BED8_466367B2736B__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // MyPerformanceOptDialog.h : header file
00008 //
00009 
00011 // MyPerformanceOptDialog dialog
00012 
00014 class MyPerformanceOptDialog : public CDialog
00015 {
00016 // Construction
00017 public:
00019         void SetMinDistPerc(float minDistPerc);
00021         float GetMinDistPerc();
00023         void SetUseDisplayLists(bool useDisplayLists);
00025         void SetIsCorrectOrder(bool isCorrectOrder);
00027         bool GetIsCorrectOrder();
00029         bool GetUseDisplayLists();
00031         MyPerformanceOptDialog(CWnd* pParent = NULL);   // standard constructor
00032 
00033 // Dialog Data
00034         //{{AFX_DATA(MyPerformanceOptDialog)
00035         enum { IDD = IDD_PERFORMANCEOPTDIALOG };
00036         BOOL    m_UseDisplayLists;
00037         BOOL    m_IsCorrectOrder;
00038         int             m_MinDistPerc;
00039         //}}AFX_DATA
00040 
00041 
00042 // Overrides
00043         // ClassWizard generated virtual function overrides
00044         //{{AFX_VIRTUAL(MyPerformanceOptDialog)
00045         protected:
00046         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00047         //}}AFX_VIRTUAL
00048 
00049 // Implementation
00050 protected:
00051 
00052         // Generated message map functions
00053         //{{AFX_MSG(MyPerformanceOptDialog)
00054         virtual BOOL OnInitDialog();
00055         //}}AFX_MSG
00056         DECLARE_MESSAGE_MAP()
00057 };
00058 
00059 //{{AFX_INSERT_LOCATION}}
00060 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00061 
00062 #endif // !defined(AFX_MYPERFORMANCEOPTDIALOG_H__8BAB7DFF_E653_449A_BED8_466367B2736B__INCLUDED_)

Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002