Searched refs:DumpPostGISDialog (Results 1 – 3 of 3) sorted by relevance
5348 bool DumpPostGISDialog::Create(MyFrame * parent, wxString & table) in Create()5371 void DumpPostGISDialog::CreateControls() in CreateControls()5433 (wxObjectEventFunction) & DumpPostGISDialog::OnLowercase); in CreateControls()5435 (wxObjectEventFunction) & DumpPostGISDialog::OnCreateTable); in CreateControls()5437 (wxObjectEventFunction) & DumpPostGISDialog::OnSpatialIndex); in CreateControls()5439 (wxObjectEventFunction) & DumpPostGISDialog::OnOk); in CreateControls()5442 void DumpPostGISDialog::OnLowercase(wxCommandEvent & WXUNUSED(event)) in OnLowercase()5455 void DumpPostGISDialog::OnCreateTable(wxCommandEvent & WXUNUSED(event)) in OnCreateTable()5478 void DumpPostGISDialog::OnSpatialIndex(wxCommandEvent & WXUNUSED(event)) in OnSpatialIndex()5491 void DumpPostGISDialog::OnOk(wxCommandEvent & WXUNUSED(event)) in OnOk()
3636 class DumpPostGISDialog:public wxDialog3649 DumpPostGISDialog() in DumpPostGISDialog() function3652 DumpPostGISDialog(MyFrame * parent, wxString & table);3654 virtual ~ DumpPostGISDialog() in ~DumpPostGISDialog()
3969 DumpPostGISDialog postgis_dlg; in OnCmdDumpPostGIS()