#include <SaveAsSettingsDialog.h>

Public Member Functions | |
| SaveAsSettingsDialog (MapFrame *parent) | |
Public Attributes | |
| int | m_iWidth |
| Selected image width in pixels. | |
| int | m_iHeight |
| Selected image height in pixels. | |
Private Member Functions | |
| void | OnOk (wxCommandEvent &event) |
| Ok pressed. | |
| void | OnSizeType (wxCommandEvent &event) |
| Radio button pressed. | |
Private Attributes | |
| wxSpinCtrl * | m_pctlWidth |
| Spinner for width. | |
| wxSpinCtrl * | m_pctlHeight |
| Spinner for height. | |
| wxRadioButton * | m_pctlVisibleSize |
| Radio button to select what's visible on the screen. | |
| wxRadioButton * | m_pctlCustomSize |
| Radio button to specify a custom size for the saved map. | |
| MapFrame * | m_pParent |
Definition at line 31 of file MainPage.txt.
| SaveAsSettingsDialog::SaveAsSettingsDialog | ( | MapFrame * | parent | ) |
| void SaveAsSettingsDialog::OnOk | ( | wxCommandEvent & | event | ) | [private] |
| void SaveAsSettingsDialog::OnSizeType | ( | wxCommandEvent & | event | ) | [private] |
wxSpinCtrl* SaveAsSettingsDialog::m_pctlWidth [private] |
wxSpinCtrl* SaveAsSettingsDialog::m_pctlHeight [private] |
wxRadioButton* SaveAsSettingsDialog::m_pctlVisibleSize [private] |
Radio button to select what's visible on the screen.
Definition at line 63 of file SaveAsSettingsDialog.h.
wxRadioButton* SaveAsSettingsDialog::m_pctlCustomSize [private] |
Radio button to specify a custom size for the saved map.
Definition at line 66 of file SaveAsSettingsDialog.h.
MapFrame* SaveAsSettingsDialog::m_pParent [private] |
Definition at line 68 of file SaveAsSettingsDialog.h.
1.5.5