#include <RampOptions.h>
Inherits COptionsPanel.
Public Types | |
| enum | { IDD = IDD_RAMP_OPTIONS } |
Public Types inherited from COptionsPanel | |
| enum | { IDD = IDD_NO_OPTIONS } |
Public Member Functions | |
| RampOptions (CWnd *pParent=NULL) | |
| virtual | ~RampOptions () |
| Bool | shouldApplyTheRamp () |
| Real | getRampWidth () |
| afx_msg void | OnApply () |
| afx_msg void | OnWidthChange () |
Public Member Functions inherited from COptionsPanel | |
| COptionsPanel (Int dlgid=0, CWnd *pParent=NULL) | |
Additional Inherited Members | |
Protected Member Functions inherited from COptionsPanel | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| afx_msg void | OnMove (int x, int y) |
| afx_msg void | OnEditRedo () |
| afx_msg void | OnUpdateEditRedo (CCmdUI *pCmdUI) |
| afx_msg void | OnEditUndo () |
| afx_msg void | OnUpdateEditUndo (CCmdUI *pCmdUI) |
Definition at line 46 of file RampOptions.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 51 of file RampOptions.h.
| RampOptions::RampOptions | ( | CWnd * | pParent = NULL | ) |
Definition at line 37 of file RampOptions.cpp.
|
virtual |
Definition at line 49 of file RampOptions.cpp.
|
inline |
Definition at line 56 of file RampOptions.h.
| void RampOptions::OnApply | ( | ) |
Definition at line 64 of file RampOptions.cpp.
| void RampOptions::OnWidthChange | ( | ) |
Definition at line 70 of file RampOptions.cpp.
| Bool RampOptions::shouldApplyTheRamp | ( | ) |
Definition at line 54 of file RampOptions.cpp.