Home
last modified time | relevance | path

Searched refs:DumpPostGISDialog (Results 1 – 3 of 3) sorted by relevance

/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DDialogs.cpp5348 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()
H A DClassdef.h3636 class DumpPostGISDialog:public wxDialog
3649 DumpPostGISDialog() in DumpPostGISDialog() function
3652 DumpPostGISDialog(MyFrame * parent, wxString & table);
3654 virtual ~ DumpPostGISDialog() in ~DumpPostGISDialog()
H A DTableTree.cpp3969 DumpPostGISDialog postgis_dlg; in OnCmdDumpPostGIS()