#include <FractalDlg.h>
Public Types | |
| enum | { IDD = IDD_FRACTAL_DLG } |
Public Methods | |
| CFractalDlg (CWnd *pParent=NULL) | |
| int | inq_fractal_type (void) const |
| void | set_fractal_type (int type) |
Static Public Methods | |
| void | set_default_view (double x, double y, double width, double angle) |
| This is called once at the start of the program to initialise the default view, which is the view set when the reset button is pressed. | |
Public Attributes | |
| CComboBox | m_fractal_combo |
| double | m_zx |
| double | m_zy |
| double | m_view_x |
| double | m_view_y |
| double | m_view_width |
| double | m_view_angle |
| BOOL | m_invert_u |
Protected Methods | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
| afx_msg void | OnResetBtn () |
Private Attributes | |
| int | m_fractal_type |
| Fractal type, as specified by combo box. | |
It allows the user to set the parameters that control the fractal image being generated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
This is called once at the start of the program to initialise the default view, which is the view set when the reset button is pressed.
|
|
|
|
|
|
|
|
|
Fractal type, as specified by combo box. The order of the types listed in the combo box must match the order expected by CFractalViewerApp. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.16