#include <MyPerformanceOptDialog.h>
Public Types | |
enum | { IDD = IDD_PERFORMANCEOPTDIALOG } |
Public Methods | |
void | SetMinDistPerc (float minDistPerc) |
Sets minimal rendering distance in percent of field x-range. | |
float | GetMinDistPerc () |
Returns minimal rendering distance. | |
void | SetUseDisplayLists (bool useDisplayLists) |
Set flag which indicates if display lists are used. | |
void | SetIsCorrectOrder (bool isCorrectOrder) |
Set flag which indicates if correct rendering order is used. | |
bool | GetIsCorrectOrder () |
Returns flag which indicates if correct rendering order is used. | |
bool | GetUseDisplayLists () |
Returns flag which indicates if display lists are used. | |
MyPerformanceOptDialog (CWnd *pParent=NULL) | |
Standard constructor. | |
Public Attributes | |
BOOL | m_UseDisplayLists |
BOOL | m_IsCorrectOrder |
int | m_MinDistPerc |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |