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

Set opacity of map layers. More...

Public Member Functions

def __init__
def GetOpacity
 Button 'OK' pressed.

Data Fields

 parent
 opacity
 value

Detailed Description

Set opacity of map layers.

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


Constructor & Destructor Documentation

def dialogs.SetOpacityDialog.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  title = _("Set Map Layer Opacity"),
  size = wx.DefaultSize,
  pos = wx.DefaultPosition,
  style = wx.DEFAULT_DIALOG_STYLE,
  opacity = 100 
)

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


Member Function Documentation

Button 'OK' pressed.

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


Field Documentation


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