GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
dialogs.DecorationDialog Class Reference
Inheritance diagram for dialogs.DecorationDialog:
Collaboration diagram for dialogs.DecorationDialog:

Public Member Functions

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

Data Fields

 parent
 
 chkbox
 
 resizeBtn
 
 btnOK
 

Detailed Description

 

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

Constructor & Destructor Documentation

def dialogs.DecorationDialog.__init__ (   self,
  parent,
  title,
  overlayController,
  ddstyle,
  kwargs 
)

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

Member Function Documentation

def dialogs.DecorationDialog.CloseDialog (   self)
def dialogs.DecorationDialog.GetOptData (   self,
  dcmd,
  layer,
  params,
  propwin 
)
def dialogs.DecorationDialog.OnOK (   self,
  event 
)

Button 'OK' pressed.

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

References dialogs.DecorationDialog.CloseDialog().

def dialogs.DecorationDialog.OnResize (   self,
  event 
)

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

Referenced by dialogs.DecorationDialog.CloseDialog().

Field Documentation

dialogs.DecorationDialog.btnOK

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

dialogs.DecorationDialog.chkbox

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

dialogs.DecorationDialog.resizeBtn

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


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