SaveAsSettingsDialog Class Reference
[Roadnav Dialog Classes]

Dialog box showing 'save as' settings. More...

#include <SaveAsSettingsDialog.h>

Collaboration diagram for SaveAsSettingsDialog:

Collaboration graph
[legend]

List of all members.

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.
MapFramem_pParent


Detailed Description

Dialog box showing 'save as' settings.

Definition at line 31 of file MainPage.txt.


Constructor & Destructor Documentation

SaveAsSettingsDialog::SaveAsSettingsDialog ( MapFrame parent  ) 


Member Function Documentation

void SaveAsSettingsDialog::OnOk ( wxCommandEvent &  event  )  [private]

Ok pressed.

Definition at line 229 of file SaveAsSettingsDialog.cpp.

void SaveAsSettingsDialog::OnSizeType ( wxCommandEvent &  event  )  [private]

Radio button pressed.

Definition at line 262 of file SaveAsSettingsDialog.cpp.


Member Data Documentation

Selected image width in pixels.

Definition at line 47 of file SaveAsSettingsDialog.h.

Selected image height in pixels.

Definition at line 50 of file SaveAsSettingsDialog.h.

wxSpinCtrl* SaveAsSettingsDialog::m_pctlWidth [private]

Spinner for width.

Definition at line 57 of file SaveAsSettingsDialog.h.

wxSpinCtrl* SaveAsSettingsDialog::m_pctlHeight [private]

Spinner for height.

Definition at line 60 of file SaveAsSettingsDialog.h.

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.

Definition at line 68 of file SaveAsSettingsDialog.h.


The documentation for this class was generated from the following files:

Generated on Sun Jul 27 17:26:16 2008 for Roadnav by  doxygen 1.5.5