GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.profile.OptDialog Class Reference

Public Member Functions

def __init__
 Dialog to set various profile options, including: line width, color, style; marker size, color, fill, and style; grid and legend options.
def UpdateSettings
def OnSave
 Button 'Save' pressed.
def OnApply
 Button 'Apply' pressed.
def OnCancel
 Button 'Cancel' pressed.

Data Fields

 pstyledict
 ptfilldict
 pttypelist
 axislist
 wxId
 parent
 raster
 properties

Detailed Description

Definition at line 1108 of file profile.py.

Constructor & Destructor Documentation

def gui_modules.profile.OptDialog.__init__ (   self,
  parent,
  id,
  title,
  pos = wx.DefaultPosition,
  size = wx.DefaultSize,
  style = wx.DEFAULT_DIALOG_STYLE 
)

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

Definition at line 1110 of file profile.py.

Member Function Documentation

def gui_modules.profile.OptDialog.OnApply (   self,
  event 
)
def gui_modules.profile.OptDialog.OnCancel (   self,
  event 
)

Button 'Cancel' pressed.

Definition at line 1454 of file profile.py.

Referenced by gui_modules.vdigit.VDigitCategoryDialog.OnOK().

Field Documentation

gui_modules.profile.OptDialog.axislist

Definition at line 1128 of file profile.py.

gui_modules.profile.OptDialog.properties

Definition at line 1139 of file profile.py.

Referenced by gui_modules.profile.OptDialog.UpdateSettings().

gui_modules.profile.OptDialog.pstyledict

Definition at line 1117 of file profile.py.

gui_modules.profile.OptDialog.ptfilldict

Definition at line 1118 of file profile.py.

gui_modules.profile.OptDialog.pttypelist

Definition at line 1120 of file profile.py.

gui_modules.profile.OptDialog.raster

Definition at line 1138 of file profile.py.

gui_modules.profile.OptDialog.wxId

Definition at line 1133 of file profile.py.

Referenced by gui_modules.profile.OptDialog.UpdateSettings().


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