8 #ifndef __ImportPointDlg_H__
9 #define __ImportPointDlg_H__
15 #include "VTBuilder_UI.h"
28 ImportPointDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
29 const wxPoint& pos = wxDefaultPosition,
30 const wxSize& size = wxDefaultSize,
31 long style = wxDEFAULT_DIALOG_STYLE );
44 bool m_bLongitudeWest;
47 void RefreshProjString();
50 wxCheckBox* GetLongitudeWest() {
return (wxCheckBox*) FindWindow( ID_LONGITUDE_WEST ); }
51 wxButton* GetSetCrs() {
return (wxButton*) FindWindow( ID_SET_CRS ); }
52 wxRadioButton* GetFormatDms() {
return (wxRadioButton*) FindWindow( ID_FORMAT_DMS ); }
53 wxRadioButton* GetFormatDecimal() {
return (wxRadioButton*) FindWindow( ID_FORMAT_DECIMAL ); }
54 wxTextCtrl* GetCrs() {
return (wxTextCtrl*) FindWindow( ID_CRS ); }
55 wxChoice* GetImportField() {
return (wxChoice*) FindWindow( ID_IMPORT_FIELD ); }
56 wxChoice* GetElevation() {
return (wxChoice*) FindWindow( ID_ELEVATION ); }
57 wxChoice* GetNorthing() {
return (wxChoice*) FindWindow( ID_NORTHING ); }
58 wxChoice* GetEasting() {
return (wxChoice*) FindWindow( ID_EASTING ); }
65 void OnSetCRS( wxCommandEvent &
event );
66 void OnCheck( wxCommandEvent &event );
68 void UpdateEnabling();