GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.ProfileRasterDialog Class Reference

Public Member Functions

def __init__
 Dialog to select raster maps to profile.
def OnSelection
 Choose maps to profile.

Data Fields

 parent
 colorList
 rasterList

Detailed Description

Definition at line 30 of file wxplot/dialogs.py.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().


Field Documentation


The documentation for this class was generated from the following file: