GRASS Programmer's Manual
6.4.2(2012)
|
Wizard page for selecting method of setting coordinate system parameters (select coordinate system option) More...
Public Member Functions | |
def | __init__ |
def | OnParamEntry |
Parameter value changed. | |
def | OnPageChange |
Go to next page. | |
def | OnEnterPage |
Page entered. | |
def | SetVal |
Set value. | |
![]() | |
def | DoLayout |
Do page layout. | |
![]() | |
def | __init__ |
def | MakeLabel |
Make aligned label. | |
def | MakeTextCtrl |
Generic text control. | |
def | MakeButton |
Generic button. |
Data Fields | |
parent | |
panel | |
prjParamSizer | |
pparam | |
p4projparams | |
projdesc | |
radio1 | |
radio2 | |
paramSBox | |
![]() | |
page | |
title | |
pagesizer | |
sizer |
Wizard page for selecting method of setting coordinate system parameters (select coordinate system option)
Definition at line 658 of file location_wizard.py.
def gui_modules.location_wizard.ProjParamsPage.__init__ | ( | self, | |
wizard, | |||
parent | |||
) |
Reimplemented from gui_modules.location_wizard.TitledPage.
Definition at line 662 of file location_wizard.py.
def gui_modules.location_wizard.ProjParamsPage.OnEnterPage | ( | self, | |
event | |||
) |
Page entered.
Definition at line 751 of file location_wizard.py.
References gui_modules.location_wizard.ProjParamsPage.prjParamSizer, gui_modules.location_wizard.ProjectionsPage.projdesc, and gui_modules.location_wizard.ProjParamsPage.projdesc.
def gui_modules.location_wizard.ProjParamsPage.OnPageChange | ( | self, | |
event = None |
|||
) |
Go to next page.
Definition at line 732 of file location_wizard.py.
References gui_modules.location_wizard.ProjParamsPage.p4projparams.
def gui_modules.location_wizard.ProjParamsPage.OnParamEntry | ( | self, | |
event | |||
) |
Parameter value changed.
Definition at line 707 of file location_wizard.py.
References gui_modules.location_wizard.ProjParamsPage.pparam.
def gui_modules.location_wizard.ProjParamsPage.SetVal | ( | self, | |
event | |||
) |
Set value.
Definition at line 837 of file location_wizard.py.
gui_modules.location_wizard.ProjParamsPage.p4projparams |
Definition at line 672 of file location_wizard.py.
Referenced by gui_modules.location_wizard.ProjParamsPage.OnPageChange().
gui_modules.location_wizard.ProjParamsPage.panel |
Definition at line 667 of file location_wizard.py.
Referenced by gui_modules.prompt.GPromptPopUp.__init__(), gui_modules.prompt.GPromptSTC.__init__(), and gui_modules.prompt.GPrompt.GetPanel().
gui_modules.location_wizard.ProjParamsPage.paramSBox |
Definition at line 756 of file location_wizard.py.
gui_modules.location_wizard.ProjParamsPage.parent |
Definition at line 666 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.ProjParamsPage.pparam |
Definition at line 670 of file location_wizard.py.
Referenced by gui_modules.location_wizard.ProjParamsPage.OnParamEntry().
gui_modules.location_wizard.ProjParamsPage.prjParamSizer |
Definition at line 668 of file location_wizard.py.
Referenced by gui_modules.location_wizard.ProjParamsPage.OnEnterPage().
gui_modules.location_wizard.ProjParamsPage.projdesc |
Definition at line 673 of file location_wizard.py.
Referenced by gui_modules.location_wizard.ProjParamsPage.OnEnterPage().
gui_modules.location_wizard.ProjParamsPage.radio1 |
Definition at line 684 of file location_wizard.py.
gui_modules.location_wizard.ProjParamsPage.radio2 |
Definition at line 687 of file location_wizard.py.