GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dialogs.OptDialog Class Reference
Inheritance diagram for dialogs.OptDialog:
Collaboration diagram for dialogs.OptDialog:

Public Member Functions

def __init__
 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
 Handler for changing map selection. More...
 
def OnSetOpt
 Handler for changing any other option. More...
 
def UpdateSettings
 Apply settings to each map and to entire plot. More...
 
def OnSave
 Button 'Save' pressed. More...
 
def OnApply
 Button 'Apply' pressed. More...
 
def OnOk
 Button 'OK' pressed. More...
 
def OnCancel
 Button 'Cancel' pressed. More...
 

Data Fields

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

Detailed Description

Definition at line 451 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 453 of file wxplot/dialogs.py.

Member Function Documentation

def dialogs.OptDialog.OnCancel (   self,
  event 
)

Button 'Cancel' pressed.

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

Referenced by dialogs.DxfImportDialog.OnRun().

Field Documentation

dialogs.OptDialog.axislist

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

dialogs.OptDialog.linestyledict

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

dialogs.OptDialog.mapchoice

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

dialogs.OptDialog.parent

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

dialogs.OptDialog.plottype
dialogs.OptDialog.ptfilldict

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

dialogs.OptDialog.pttypelist

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

dialogs.OptDialog.wxId

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