GRASS Programmer's Manual
6.4.2(2012)
|
GRASS start-up screen. More...
Public Member Functions | |
def | __init__ |
def | GetRCValue |
Return GRASS variable (read from GISRC) | |
def | OnWizard |
Location wizard started. | |
def | OnManageLoc |
Location management choice control handler. | |
def | RenameMapset |
Rename selected mapset. | |
def | RenameLocation |
Rename selected location. | |
def | DeleteMapset |
Delete selected mapset. | |
def | DeleteLocation |
def | UpdateLocations |
Update list of locations. | |
def | UpdateMapsets |
Update list of mapsets. | |
def | OnSelectLocation |
Location selected. | |
def | OnSelectMapset |
Mapset selected. | |
def | OnSetDatabase |
Database set. | |
def | OnBrowse |
def | OnCreateMapset |
Create new mapset. | |
def | OnStart |
def | OnExit |
def | OnHelp |
def | OnCloseWindow |
Close window event. | |
Data Fields | |
gisbase | |
grassrc | |
gisdbase | |
listOfLocations | |
listOfMapsets | |
listOfMapsetsSelectable | |
locale | |
panel | |
hbitmap | |
select_box | |
crashes when LOCATION doesn't exist | |
manage_box | |
lwelcome | |
ltitle | |
ldbase | |
llocation | |
lmapset | |
lcreate | |
ldefine | |
lmanageloc | |
bstart | |
bexit | |
bhelp | |
bbrowse | |
bmapset | |
bwizard | |
manageloc | |
tgisdbase | |
lpanel | |
lblocations | |
mpanel | |
lbmapsets | |
FormerMapsetSelection |
GRASS start-up screen.
Definition at line 49 of file gis_set.py.
def gis_set.GRASSStartup.__init__ | ( | self, | |
parent = None , |
|||
id = wx.ID_ANY , |
|||
style = wx.DEFAULT_FRAME_STYLE |
|||
) |
Definition at line 51 of file gis_set.py.
def gis_set.GRASSStartup.DeleteLocation | ( | self | ) |
Delete selected location
Definition at line 539 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.listOfLocations, gis_set.GRASSStartup.OnSelectLocation(), and gis_set.GRASSStartup.UpdateLocations().
Referenced by gis_set.GRASSStartup.OnManageLoc().
def gis_set.GRASSStartup.DeleteMapset | ( | self | ) |
Delete selected mapset.
Definition at line 510 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.listOfLocations, gis_set.GRASSStartup.listOfMapsets, and gis_set.GRASSStartup.OnSelectLocation().
Referenced by gis_set.GRASSStartup.OnManageLoc().
def gis_set.GRASSStartup.GetRCValue | ( | self, | |
value | |||
) |
Return GRASS variable (read from GISRC)
Definition at line 399 of file gis_set.py.
References gis_set.GRASSStartup.grassrc.
def gis_set.GRASSStartup.OnBrowse | ( | self, | |
event | |||
) |
'Browse' button clicked
Definition at line 690 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, and gis_set.GRASSStartup.OnSetDatabase().
def gis_set.GRASSStartup.OnCloseWindow | ( | self, | |
event | |||
) |
Close window event.
Definition at line 806 of file gis_set.py.
Referenced by gui_modules.ghelp.AboutWindow.__init__().
def gis_set.GRASSStartup.OnCreateMapset | ( | self, | |
event | |||
) |
Create new mapset.
Definition at line 703 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.listOfLocations, and gis_set.GRASSStartup.OnSelectLocation().
def gis_set.GRASSStartup.OnExit | ( | self, | |
event | |||
) |
'Exit' button clicked
Definition at line 788 of file gis_set.py.
def gis_set.GRASSStartup.OnHelp | ( | self, | |
event | |||
) |
'Help' button clicked
Definition at line 793 of file gis_set.py.
References gis_set.GRASSStartup.gisbase.
Referenced by gui_modules.menuform.mainFrame.OnKeyUp().
def gis_set.GRASSStartup.OnManageLoc | ( | self, | |
event | |||
) |
Location management choice control handler.
Definition at line 418 of file gis_set.py.
References gis_set.GRASSStartup.DeleteLocation(), gis_set.GRASSStartup.DeleteMapset(), gis_set.GRASSStartup.RenameLocation(), and gis_set.GRASSStartup.RenameMapset().
def gis_set.GRASSStartup.OnSelectLocation | ( | self, | |
event | |||
) |
Location selected.
Definition at line 630 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.listOfLocations, gis_set.GRASSStartup.listOfMapsets, gis_set.GRASSStartup.listOfMapsetsSelectable, and gis_set.GRASSStartup.UpdateMapsets().
Referenced by gis_set.GRASSStartup.DeleteLocation(), gis_set.GRASSStartup.DeleteMapset(), gis_set.GRASSStartup.OnCreateMapset(), gis_set.GRASSStartup.OnSetDatabase(), and gis_set.GRASSStartup.RenameMapset().
def gis_set.GRASSStartup.OnSelectMapset | ( | self, | |
event | |||
) |
Mapset selected.
Definition at line 672 of file gis_set.py.
References gis_set.GRASSStartup.FormerMapsetSelection, and gis_set.GRASSStartup.listOfMapsetsSelectable.
def gis_set.GRASSStartup.OnSetDatabase | ( | self, | |
event | |||
) |
Database set.
Definition at line 682 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.OnSelectLocation(), and gis_set.GRASSStartup.UpdateLocations().
Referenced by gis_set.GRASSStartup.OnBrowse(), and gis_set.GRASSStartup.OnWizard().
def gis_set.GRASSStartup.OnStart | ( | self, | |
event | |||
) |
'Start GRASS' button clicked
Definition at line 733 of file gis_set.py.
References gis_set.GRASSStartup.listOfLocations, and gis_set.GRASSStartup.listOfMapsets.
def gis_set.GRASSStartup.OnWizard | ( | self, | |
event | |||
) |
Location wizard started.
Definition at line 407 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.OnSetDatabase(), and gis_set.GRASSStartup.UpdateMapsets().
def gis_set.GRASSStartup.RenameLocation | ( | self | ) |
Rename selected location.
Definition at line 474 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.listOfLocations, gis_set.GRASSStartup.UpdateLocations(), and gis_set.GRASSStartup.UpdateMapsets().
Referenced by gis_set.GRASSStartup.OnManageLoc().
def gis_set.GRASSStartup.RenameMapset | ( | self | ) |
Rename selected mapset.
Definition at line 433 of file gis_set.py.
References gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.listOfLocations, gis_set.GRASSStartup.listOfMapsets, and gis_set.GRASSStartup.OnSelectLocation().
Referenced by gis_set.GRASSStartup.OnManageLoc().
def gis_set.GRASSStartup.UpdateLocations | ( | self, | |
dbase | |||
) |
Update list of locations.
Definition at line 565 of file gis_set.py.
References gis_set.GRASSStartup.listOfLocations.
Referenced by gis_set.GRASSStartup.DeleteLocation(), gis_set.GRASSStartup.OnSetDatabase(), and gis_set.GRASSStartup.RenameLocation().
def gis_set.GRASSStartup.UpdateMapsets | ( | self, | |
location | |||
) |
Update list of mapsets.
Definition at line 585 of file gis_set.py.
References gis_set.GRASSStartup.FormerMapsetSelection, gis_set.GRASSStartup.gisdbase, gis_set.GRASSStartup.listOfMapsets, and gis_set.GRASSStartup.listOfMapsetsSelectable.
Referenced by gis_set.GRASSStartup.OnSelectLocation(), gis_set.GRASSStartup.OnWizard(), and gis_set.GRASSStartup.RenameLocation().
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 585 of file gis_set.py.
Referenced by gis_set.GRASSStartup::OnSelectMapset(), and gis_set.GRASSStartup::UpdateMapsets().
Definition at line 51 of file gis_set.py.
Referenced by gis_set.GRASSStartup::OnHelp().
Definition at line 51 of file gis_set.py.
Referenced by gis_set.GRASSStartup.DeleteLocation(), gis_set.GRASSStartup.DeleteMapset(), gis_set.GRASSStartup.OnBrowse(), gis_set.GRASSStartup.OnCreateMapset(), gis_set.GRASSStartup.OnSelectLocation(), gis_set.GRASSStartup.OnSetDatabase(), gis_set.GRASSStartup.OnWizard(), gis_set.GRASSStartup.RenameLocation(), gis_set.GRASSStartup.RenameMapset(), gui_modules.gselect.LocationSelect.UpdateItems(), gui_modules.gselect.MapsetSelect.UpdateItems(), and gis_set.GRASSStartup.UpdateMapsets().
Definition at line 51 of file gis_set.py.
Referenced by gis_set.GRASSStartup.GetRCValue().
Definition at line 51 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 51 of file gis_set.py.
Referenced by gis_set.GRASSStartup.DeleteLocation(), gis_set.GRASSStartup.DeleteMapset(), gis_set.GRASSStartup.OnCreateMapset(), gis_set.GRASSStartup.OnSelectLocation(), gis_set.GRASSStartup.OnStart(), gis_set.GRASSStartup.RenameLocation(), gis_set.GRASSStartup.RenameMapset(), and gis_set.GRASSStartup.UpdateLocations().
Definition at line 51 of file gis_set.py.
Referenced by gis_set.GRASSStartup.DeleteMapset(), gis_set.GRASSStartup.OnSelectLocation(), gis_set.GRASSStartup.OnStart(), gis_set.GRASSStartup.RenameMapset(), and gis_set.GRASSStartup.UpdateMapsets().
Definition at line 51 of file gis_set.py.
Referenced by gis_set.GRASSStartup.OnSelectLocation(), gis_set.GRASSStartup.OnSelectMapset(), and gis_set.GRASSStartup.UpdateMapsets().
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 51 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.
Definition at line 51 of file gis_set.py.
Referenced by gui_modules.prompt.GPromptPopUp.__init__(), gui_modules.prompt.GPromptSTC.__init__(), gui_modules.gdialogs.ImportDialog.doLayout(), gui_modules.prompt.GPrompt.GetPanel(), gui_modules.gmodeler.ModelSearchDialog.GetPanel(), gui_modules.gdialogs.NewVectorDialog.OnTable(), gui_modules.psmap_dialogs.MapinfoDialog.update(), gui_modules.psmap_dialogs.ScalebarDialog.update(), gui_modules.psmap_dialogs.MapinfoDialog.updateDialog(), and gui_modules.psmap_dialogs.ScalebarDialog.updateDialog().
crashes when LOCATION doesn't exist
Definition at line 52 of file gis_set.py.
Definition at line 52 of file gis_set.py.