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

Relation properties dialog. More...

Public Member Functions

def __init__
def GetOption
 Get selected option.
def IsValid
 Check if relation is valid.
def OnOption
 Set option.

Data Fields

 parent
 shape
 valid
 panel
 fromBox
 toBox
 option
 btnCancel
 btnOk

Detailed Description

Relation properties dialog.

Definition at line 244 of file gmodeler/dialogs.py.


Constructor & Destructor Documentation

def dialogs.ModelRelationDialog.__init__ (   self,
  parent,
  shape,
  id = wx.ID_ANY,
  title = _("Relation properties"),
  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER,
  kwargs 
)

Definition at line 247 of file gmodeler/dialogs.py.


Member Function Documentation

Get selected option.

Definition at line 358 of file gmodeler/dialogs.py.

Check if relation is valid.

Definition at line 362 of file gmodeler/dialogs.py.

References dialogs.ModelRelationDialog.valid.

def dialogs.ModelRelationDialog.OnOption (   self,
  event 
)

Set option.

Definition at line 366 of file gmodeler/dialogs.py.


Field Documentation


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