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

Public Member Functions

def __init__
def OnOptions
 Sets option for decoration map overlays.
def OnResize
def OnCancel
 Cancel dialog.
def OnOK
 Button 'OK' pressed.
def GetOptData
 Process decoration layer data.

Data Fields

 ovlId
 cmd
 name
 parent
 chkbox
 btnOK
 newOverlay

Detailed Description

Controls setting options and displaying/hiding map overlay decorations

Definition at line 491 of file gui_core/dialogs.py.


Constructor & Destructor Documentation

def dialogs.DecorationDialog.__init__ (   self,
  parent,
  ovlId,
  title,
  cmd,
  name = None,
  pos = wx.DefaultPosition,
  size = wx.DefaultSize,
  style = wx.DEFAULT_DIALOG_STYLE,
  checktxt = '',
  ctrltxt = '' 
)

Definition at line 497 of file gui_core/dialogs.py.


Member Function Documentation

def dialogs.DecorationDialog.OnResize (   self,
  event 
)

Definition at line 631 of file gui_core/dialogs.py.

References widgets.GetValue().

Referenced by dialogs.DecorationDialog.OnCancel().


Field Documentation


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