GRASS Programmer's Manual  6.4.2(2012)
gui_modules.gmodeler.PropertiesDialog Class Reference

Model properties dialog. More...

Public Member Functions

def __init__
def OnCloseWindow
def GetValues
 Get values.
def Init
 Initialize dialog.

Data Fields

 metaBox
 cmdBox
 name
 desc
 author
 overwrite
 btnOk
 btnCancel

Detailed Description

Model properties dialog.

Definition at line 3626 of file gmodeler.py.


Constructor & Destructor Documentation

def gui_modules.gmodeler.PropertiesDialog.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  title = _('Model properties'),
  size = (350, 400,
  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER 
)

Definition at line 3629 of file gmodeler.py.


Member Function Documentation

Get values.

Definition at line 3724 of file gmodeler.py.

def gui_modules.gmodeler.PropertiesDialog.Init (   self,
  prop 
)

Initialize dialog.

Definition at line 3731 of file gmodeler.py.

Definition at line 3721 of file gmodeler.py.


Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines