|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Wizard page for setting GIS data directory and location name. More...


Public Member Functions | |
| def | __init__ |
| def | OnChangeName |
| Name for new location was changed. More... | |
| def | OnBrowse |
| Choose GRASS data directory. More... | |
| def | OnPageChanging |
Public Member Functions inherited from wizard.TitledPage | |
| def | __init__ |
| def | DoLayout |
| Do page layout. More... | |
Data Fields | |
| grassdatabase | |
| location | |
| locTitle | |
| bbrowse | |
| tgisdbase | |
| tlocation | |
| tlocTitle | |
Data Fields inherited from wizard.TitledPage | |
| page | |
| title | |
| pagesizer | |
| sizer | |
Wizard page for setting GIS data directory and location name.
| def wizard.DatabasePage.__init__ | ( | self, | |
| wizard, | |||
| parent, | |||
| grassdatabase | |||
| ) |
| def wizard.DatabasePage.OnBrowse | ( | self, | |
| event | |||
| ) |
Choose GRASS data directory.
Definition at line 175 of file wizard.py.
References manager.GCPWizard.grassdatabase, wizard.DatabasePage.grassdatabase, manager.LocationPage.grassdatabase, manager.GroupPage.grassdatabase, manager.GCP.grassdatabase, and manager.VectGroup.grassdatabase.
| def wizard.DatabasePage.OnChangeName | ( | self, | |
| event | |||
| ) |
| def wizard.DatabasePage.OnPageChanging | ( | self, | |
event = None |
|||
| ) |
Definition at line 185 of file wizard.py.
References manager.GCPWizard.grassdatabase, wizard.DatabasePage.grassdatabase, manager.LocationPage.grassdatabase, manager.GroupPage.grassdatabase, manager.GCP.grassdatabase, manager.VectGroup.grassdatabase, dialogs.RegionDef.location, wizard.DatabasePage.location, gselect.MapsetSelect.location, and wizard.DatabasePage.locTitle.
| wizard.DatabasePage.grassdatabase |
Definition at line 96 of file wizard.py.
Referenced by wizard.DatabasePage.OnBrowse(), and wizard.DatabasePage.OnPageChanging().
| wizard.DatabasePage.location |
Definition at line 97 of file wizard.py.
Referenced by wizard.DatabasePage.OnPageChanging().
| wizard.DatabasePage.locTitle |
Definition at line 98 of file wizard.py.
Referenced by wizard.DatabasePage.OnPageChanging().