|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Public Member Functions | |
| def | __init__ |
| Dialog to select raster maps to profile. | |
| def | OnSelection |
| Choose maps to profile. | |
Data Fields | |
| parent | |
| colorList | |
| rasterList | |
Definition at line 30 of file wxplot/dialogs.py.
| def dialogs.ProfileRasterDialog.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
title = _("Select raster maps to profile"), |
|||
style = wx.DEFAULT_DIALOG_STYLE, |
|||
| kwargs | |||
| ) |
Dialog to select raster maps to profile.
Definition at line 33 of file wxplot/dialogs.py.
| def dialogs.ProfileRasterDialog.OnSelection | ( | self, | |
| event | |||
| ) |
Choose maps to profile.
Convert these into a list
Definition at line 96 of file wxplot/dialogs.py.
References dialogs.ProfileRasterDialog.rasterList, base.BasePlotFrame.rasterList, and utils.split().
Definition at line 41 of file wxplot/dialogs.py.
Referenced by base.BasePlotFrame.InitRasterOpts(), and base.BasePlotFrame.InitRasterPairs().
Definition at line 40 of file wxplot/dialogs.py.
Definition at line 45 of file wxplot/dialogs.py.
Referenced by profile.ProfileFrame.OnCreateProfile(), dialogs.ProfileRasterDialog.OnSelection(), profile.ProfileFrame.OnSelectRaster(), profile.ProfileFrame.SaveProfileToFile(), and profile.ProfileFrame.SetupProfile().