GRASS Programmer's Manual  6.4.4(2014)-r
dialogs.SetOpacityDialog Class Reference

Set opacity of map layers. More...

Inheritance diagram for dialogs.SetOpacityDialog:
Collaboration diagram for dialogs.SetOpacityDialog:

Public Member Functions

def __init__
 
def GetOpacity (self)
 Button 'OK' pressed. More...
 
def OnApply (self, event)
 

Data Fields

 parent
 
 opacity
 
 value
 

Detailed Description

Set opacity of map layers.

Definition at line 1972 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 1976 of file gui_core/dialogs.py.

Member Function Documentation

def dialogs.SetOpacityDialog.GetOpacity (   self)

Button 'OK' pressed.

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

Referenced by dialogs.SetOpacityDialog.OnApply().

Field Documentation

dialogs.SetOpacityDialog.opacity

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


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