|
GRASS Programmer's Manual
6.4.2(2012)
|
Wizard page for setting GIS data directory and location name. More...


Public Member Functions | |
| def | __init__ |
| def | OnChangeName |
| Name for new location was changed. | |
| def | OnBrowse |
| Choose GRASS data directory. | |
| def | OnPageChanging |
Public Member Functions inherited from gui_modules.location_wizard.TitledPage | |
| def | __init__ |
| 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 | |
| grassdatabase | |
| location | |
| locTitle | |
| bbrowse | |
| tgisdbase | |
| tlocation | |
| tlocTitle | |
Data Fields inherited from gui_modules.location_wizard.TitledPage | |
| page | |
| title | |
| pagesizer | |
| sizer | |
Wizard page for setting GIS data directory and location name.
Definition at line 124 of file location_wizard.py.
| def gui_modules.location_wizard.DatabasePage.__init__ | ( | self, | |
| wizard, | |||
| parent, | |||
| grassdatabase | |||
| ) |
Definition at line 126 of file location_wizard.py.
| def gui_modules.location_wizard.DatabasePage.OnBrowse | ( | self, | |
| event | |||
| ) |
Choose GRASS data directory.
Definition at line 198 of file location_wizard.py.
References gui_modules.gcpmanager.GCPWizard.grassdatabase, gui_modules.location_wizard.DatabasePage.grassdatabase, gui_modules.gcpmanager.LocationPage.grassdatabase, gui_modules.gcpmanager.GroupPage.grassdatabase, gui_modules.gcpmanager.GCP.grassdatabase, and gui_modules.gcpmanager.VectGroup.grassdatabase.
| def gui_modules.location_wizard.DatabasePage.OnChangeName | ( | self, | |
| event | |||
| ) |
Name for new location was changed.
Definition at line 187 of file location_wizard.py.
| def gui_modules.location_wizard.DatabasePage.OnPageChanging | ( | self, | |
event = None |
|||
| ) |
Definition at line 208 of file location_wizard.py.
References gui_modules.gcpmanager.GCPWizard.grassdatabase, gui_modules.location_wizard.DatabasePage.grassdatabase, gui_modules.gcpmanager.LocationPage.grassdatabase, gui_modules.gcpmanager.GroupPage.grassdatabase, gui_modules.gcpmanager.GCP.grassdatabase, gui_modules.gcpmanager.VectGroup.grassdatabase, gui_modules.location_wizard.DatabasePage.location, gui_modules.gselect.MapsetSelect.location, and gui_modules.location_wizard.DatabasePage.locTitle.
| gui_modules.location_wizard.DatabasePage.bbrowse |
Definition at line 134 of file location_wizard.py.
| gui_modules.location_wizard.DatabasePage.grassdatabase |
Definition at line 129 of file location_wizard.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnBrowse(), and gui_modules.location_wizard.DatabasePage.OnPageChanging().
| gui_modules.location_wizard.DatabasePage.location |
Definition at line 130 of file location_wizard.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnPageChanging().
| gui_modules.location_wizard.DatabasePage.locTitle |
Definition at line 131 of file location_wizard.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnPageChanging().
| gui_modules.location_wizard.DatabasePage.tgisdbase |
Definition at line 137 of file location_wizard.py.
| gui_modules.location_wizard.DatabasePage.tlocation |
Definition at line 138 of file location_wizard.py.
| gui_modules.location_wizard.DatabasePage.tlocTitle |
Definition at line 139 of file location_wizard.py.