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

Public Member Functions

def __init__ (self, parent, id, title, plottype='', style=wx.DEFAULT_DIALOG_STYLE, kwargs)
 Dialog to set various options for data plotted, including: line width, color, style; marker size, color, fill, and style; grid and legend options. More...
 
def OnSetMap (self, event)
 Handler for changing map selection. More...
 
def OnSetOpt (self, event)
 Handler for changing any other option. More...
 
def UpdateSettings (self)
 Apply settings to each map and to entire plot. More...
 
def OnSave (self, event)
 Button 'Save' pressed. More...
 
def OnApply (self, event)
 Button 'Apply' pressed. More...
 
def OnOk (self, event)
 Button 'OK' pressed. More...
 
def OnCancel (self, event)
 Button 'Cancel' pressed. More...
 

Data Fields

 parent
 
 linestyledict
 
 ptfilldict
 
 plottype
 
 pttypelist
 
 axislist
 
 wxId
 
 raster
 
 rasterList
 
 properties
 
 map
 
 mapchoice
 

Detailed Description

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

Constructor & Destructor Documentation

def dialogs.OptDialog.__init__ (   self,
  parent,
  id,
  title,
  plottype = '',
  style = wx.DEFAULT_DIALOG_STYLE,
  kwargs 
)

Dialog to set various options for data plotted, including: line width, color, style; marker size, color, fill, and style; grid and legend options.

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

Member Function Documentation

def dialogs.OptDialog.OnCancel (   self,
  event 
)

Button 'Cancel' pressed.

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

Referenced by dialogs.DxfImportDialog.OnRun().

Field Documentation

dialogs.OptDialog.axislist

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

dialogs.OptDialog.linestyledict

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

dialogs.OptDialog.mapchoice

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

dialogs.OptDialog.parent

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

dialogs.OptDialog.plottype
dialogs.OptDialog.ptfilldict

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

dialogs.OptDialog.pttypelist

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

dialogs.OptDialog.wxId

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