35 wxString m_IgnoreLabel;
36 wxString m_ImportButIgnoreValueLabel;
37 wxString m_DoNotImportLabel;
38 wxString m_AllObjectsLabel;
40 void ResetFilePicker(
const wxWizardPageSimple* page);
42 void SetXYFieldsOptions()
const;
44 void GetXYFieldsSelection()
const;
46 void SetTargetsOptions()
const;
48 void GetTargetSelection()
const;
50 void SetLayerOptions()
const;
52 void GetLayerSelection()
const;
54 void SetKindFieldOptions()
const;
56 void GetKindFieldSelection()
const;
58 void SetKindOptions()
const;
60 void GetKindSelection()
const;
62 void SetAttributeOptions()
const;
64 void GetAttributeSelection()
const;
66 void SetEnumerationOptions()
const;
68 void GetEnumerationSelection()
const;
71 int GetPageIndex(wxWizardPage* page);
73 void OnWizardBeforePageChanged(wxWizardEvent& event);
75 void OnWizardFinished(wxWizardEvent& event);
77 void EnableNextButton(
bool state =
true);
79 void EnableBackButton(
bool state =
true);
81 inline void SetControlEnable(
int id,
bool state);
83 void OnFileChanged(wxFileDirPickerEvent& event);
85 virtual void ToggleKindFieldSelection(wxCommandEvent& event);
92 wxWizardPage* GetFirstPage()
const {
93 return m_pages.Item(0);