GRASS Programmer's Manual  6.4.4(2014)-r
dialogs.ProfileRasterDialog Class Reference
Inheritance diagram for dialogs.ProfileRasterDialog:
Collaboration diagram for dialogs.ProfileRasterDialog:

Public Member Functions

def __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. More...
 
def OnSelection (self, event)
 Choose maps to profile. More...
 

Data Fields

 parent
 
 colorList
 
 rasterList
 

Detailed Description

Definition at line 32 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 35 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 98 of file wxplot/dialogs.py.

References widgets.GetValue(), dialogs.ProfileRasterDialog.rasterList, base.BasePlotFrame.rasterList, and utils.split().

Field Documentation

dialogs.ProfileRasterDialog.colorList

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

Referenced by base.BasePlotFrame.InitRasterOpts().

dialogs.ProfileRasterDialog.parent

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


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