|
GRASS Programmer's Manual
6.4.2(2012)
|
Wizard page for selecting projection (select coordinate system option) More...


Public Member Functions | |
| def | __init__ |
| def | OnPageChanging |
| def | OnText |
| Projection name changed. | |
| def | OnEnterPage |
| def | OnSearch |
| Search projection by desc. | |
| def | OnItemSelected |
| Projection selected. | |
Public Member Functions inherited from gui_modules.location_wizard.TitledPage | |
| def | DoLayout |
| Do page layout. | |
Public Member Functions inherited from gui_modules.location_wizard.BaseClass | |
| def | __init__ |
| def | MakeLabel |
| Make aligned label. | |
| def | MakeTextCtrl |
| Generic text control. | |
| def | MakeButton |
| Generic button. | |
Data Fields | |
| parent | |
| proj | |
| projdesc | |
| p4proj | |
| tproj | |
| searchb | |
| projlist | |
Data Fields inherited from gui_modules.location_wizard.TitledPage | |
| page | |
| title | |
| pagesizer | |
| sizer | |
Wizard page for selecting projection (select coordinate system option)
Definition at line 354 of file location_wizard.py.
| def gui_modules.location_wizard.ProjectionsPage.__init__ | ( | self, | |
| wizard, | |||
| parent | |||
| ) |
Reimplemented from gui_modules.location_wizard.TitledPage.
Definition at line 356 of file location_wizard.py.
| def gui_modules.location_wizard.ProjectionsPage.OnEnterPage | ( | self, | |
| event | |||
| ) |
Definition at line 436 of file location_wizard.py.
References gui_modules.location_wizard.ProjectionsPage.proj.
| def gui_modules.location_wizard.ProjectionsPage.OnItemSelected | ( | self, | |
| event | |||
| ) |
Projection selected.
Definition at line 455 of file location_wizard.py.
References gui_modules.location_wizard.ProjectionsPage.proj.
Referenced by gui_modules.prompt.GPromptSTC.__init__().
| def gui_modules.location_wizard.ProjectionsPage.OnPageChanging | ( | self, | |
| event | |||
| ) |
Definition at line 407 of file location_wizard.py.
References gui_modules.location_wizard.ProjectionsPage.proj.
| def gui_modules.location_wizard.ProjectionsPage.OnSearch | ( | self, | |
| event | |||
| ) |
Search projection by desc.
Definition at line 445 of file location_wizard.py.
References gui_modules.location_wizard.ProjectionsPage.proj, and gui_modules.location_wizard.ProjectionsPage.projdesc.
| def gui_modules.location_wizard.ProjectionsPage.OnText | ( | self, | |
| event | |||
| ) |
Projection name changed.
Definition at line 411 of file location_wizard.py.
References gui_modules.location_wizard.ProjectionsPage.p4proj, gui_modules.location_wizard.ProjectionsPage.proj, and gui_modules.location_wizard.ProjectionsPage.projdesc.
Referenced by gui_modules.menuform.FloatValidator.__init__().
| gui_modules.location_wizard.ProjectionsPage.p4proj |
Definition at line 362 of file location_wizard.py.
Referenced by gui_modules.location_wizard.ProjectionsPage.OnText().
| gui_modules.location_wizard.ProjectionsPage.parent |
Definition at line 359 of file location_wizard.py.
Referenced by gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.wxvdigit.VDigitError.NoMap(), gui_modules.menuform.mainFrame.OnCancel(), gui_modules.menuform.mainFrame.OnDone(), wxgui.GMFrame.OnPsMap(), gui_modules.menuform.mainFrame.OnRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.menuform.cmdPanel.OnUpdateSelection(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.menuform.UpdateQThread.run(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), and gui_modules.wxvdigit.VDigitError.WriteLine().
| gui_modules.location_wizard.ProjectionsPage.proj |
Definition at line 360 of file location_wizard.py.
Referenced by gui_modules.location_wizard.ProjectionsPage.OnEnterPage(), gui_modules.location_wizard.ProjectionsPage.OnItemSelected(), gui_modules.location_wizard.ProjectionsPage.OnPageChanging(), gui_modules.location_wizard.ProjectionsPage.OnSearch(), and gui_modules.location_wizard.ProjectionsPage.OnText().
| gui_modules.location_wizard.ProjectionsPage.projdesc |
Definition at line 361 of file location_wizard.py.
Referenced by gui_modules.location_wizard.ProjParamsPage.OnEnterPage(), gui_modules.location_wizard.ProjectionsPage.OnSearch(), and gui_modules.location_wizard.ProjectionsPage.OnText().
| gui_modules.location_wizard.ProjectionsPage.projlist |
Definition at line 372 of file location_wizard.py.
| gui_modules.location_wizard.ProjectionsPage.searchb |
Definition at line 368 of file location_wizard.py.
| gui_modules.location_wizard.ProjectionsPage.tproj |
Definition at line 365 of file location_wizard.py.