|
GRASS Programmer's Manual
6.4.2(2012)
|
Wizard page for selecting georeferenced file to use for setting coordinate system parameters. More...


Public Member Functions | |
| def | __init__ |
| def | OnEnterPage |
| def | OnPageChanging |
| def | OnText |
| File changed. | |
| def | OnBrowse |
| Choose file. | |
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 | |
| georeffile | |
| lfile | |
| tfile | |
| bbrowse | |
Data Fields inherited from gui_modules.location_wizard.TitledPage | |
| page | |
| title | |
| pagesizer | |
| sizer | |
Wizard page for selecting georeferenced file to use for setting coordinate system parameters.
Definition at line 1126 of file location_wizard.py.
| def gui_modules.location_wizard.GeoreferencedFilePage.__init__ | ( | self, | |
| wizard, | |||
| parent | |||
| ) |
Reimplemented from gui_modules.location_wizard.TitledPage.
Definition at line 1130 of file location_wizard.py.
| def gui_modules.location_wizard.GeoreferencedFilePage.OnBrowse | ( | self, | |
| event | |||
| ) |
Choose file.
Definition at line 1188 of file location_wizard.py.
| def gui_modules.location_wizard.GeoreferencedFilePage.OnEnterPage | ( | self, | |
| event | |||
| ) |
Definition at line 1159 of file location_wizard.py.
References gui_modules.location_wizard.GeoreferencedFilePage.georeffile.
| def gui_modules.location_wizard.GeoreferencedFilePage.OnPageChanging | ( | self, | |
| event | |||
| ) |
Definition at line 1168 of file location_wizard.py.
References gui_modules.location_wizard.GeoreferencedFilePage.georeffile.
| def gui_modules.location_wizard.GeoreferencedFilePage.OnText | ( | self, | |
| event | |||
| ) |
File changed.
Definition at line 1175 of file location_wizard.py.
References gui_modules.location_wizard.GeoreferencedFilePage.georeffile.
Referenced by gui_modules.menuform.FloatValidator.__init__().
| gui_modules.location_wizard.GeoreferencedFilePage.bbrowse |
Definition at line 1138 of file location_wizard.py.
| gui_modules.location_wizard.GeoreferencedFilePage.georeffile |
Definition at line 1133 of file location_wizard.py.
Referenced by gui_modules.location_wizard.GeoreferencedFilePage.OnEnterPage(), gui_modules.location_wizard.GeoreferencedFilePage.OnPageChanging(), and gui_modules.location_wizard.GeoreferencedFilePage.OnText().
| gui_modules.location_wizard.GeoreferencedFilePage.lfile |
Definition at line 1136 of file location_wizard.py.
| gui_modules.location_wizard.GeoreferencedFilePage.tfile |
Definition at line 1137 of file location_wizard.py.