GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
preferences.PropertiesDialog Class Reference

Model properties dialog. More...

Inheritance diagram for preferences.PropertiesDialog:
Collaboration diagram for preferences.PropertiesDialog:

Public Member Functions

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

Data Fields

 metaBox
 
 cmdBox
 
 name
 
 desc
 
 author
 
 overwrite
 
 btnOk
 
 btnCancel
 

Detailed Description

Model properties dialog.

Definition at line 417 of file gmodeler/preferences.py.

Constructor & Destructor Documentation

def preferences.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 423 of file gmodeler/preferences.py.

Member Function Documentation

def preferences.PropertiesDialog.GetValues (   self)

Get values.

Definition at line 515 of file gmodeler/preferences.py.

def preferences.PropertiesDialog.Init (   self,
  prop 
)

Initialize dialog.

Definition at line 522 of file gmodeler/preferences.py.

Referenced by wxnviz.Nviz.__init__().

def preferences.PropertiesDialog.OnCloseWindow (   self,
  event 
)

Field Documentation

preferences.PropertiesDialog.author

Definition at line 437 of file gmodeler/preferences.py.

preferences.PropertiesDialog.btnCancel

Definition at line 447 of file gmodeler/preferences.py.

preferences.PropertiesDialog.btnOk

Definition at line 446 of file gmodeler/preferences.py.

preferences.PropertiesDialog.cmdBox

Definition at line 429 of file gmodeler/preferences.py.

preferences.PropertiesDialog.desc

Definition at line 434 of file gmodeler/preferences.py.

preferences.PropertiesDialog.metaBox

Definition at line 427 of file gmodeler/preferences.py.

preferences.PropertiesDialog.overwrite

Definition at line 441 of file gmodeler/preferences.py.

Referenced by dialogs.ImportDialog.doLayout().


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