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

if 'map' in self.parent.openDialogs: if self.parent.openDialogs['map'].mPanel.rasterTypeRadio.GetValue()\ and self.parent.openDialogs['map'].mPanel.select.GetValue(): if self.parent.openDialogs['map'].mPanel.drawMap.IsChecked(): self.rPanel.rasterSelect.SetValue(self.parent.openDialogs['map'].mPanel.select.GetValue()) More...

Inheritance diagram for dialogs.MainVectorDialog:
Collaboration diagram for dialogs.MainVectorDialog:

Public Member Functions

def __init__ (self, parent, id, settings)
 
def update (self)
 
def OnApply (self, event)
 
def updateDialog (self)
 Update information (not used) More...
 
- Public Member Functions inherited from dialogs.PsmapDialog
def __init__
 
def AddUnits (self, parent, dialogDict)
 
def AddPosition (self, parent, dialogDict)
 
def AddExtendedPosition (self, panel, gridBagSizer, dialogDict)
 Add widgets for setting position relative to paper and to map. More...
 
def AddFont
 

Data Fields

 objectType
 
 vPanel
 
 id
 
- Data Fields inherited from dialogs.PsmapDialog
 apply
 
 id
 
 parent
 
 instruction
 
 objectType
 
 unitConv
 
 spinCtrlSize
 
 gridBagSizerP
 
 gridBagSizerM
 

Detailed Description

if 'map' in self.parent.openDialogs: if self.parent.openDialogs['map'].mPanel.rasterTypeRadio.GetValue()\ and self.parent.openDialogs['map'].mPanel.select.GetValue(): if self.parent.openDialogs['map'].mPanel.drawMap.IsChecked(): self.rPanel.rasterSelect.SetValue(self.parent.openDialogs['map'].mPanel.select.GetValue())

Definition at line 1552 of file psmap/dialogs.py.

Constructor & Destructor Documentation

def dialogs.MainVectorDialog.__init__ (   self,
  parent,
  id,
  settings 
)

Definition at line 1553 of file psmap/dialogs.py.

Member Function Documentation

def dialogs.MainVectorDialog.updateDialog (   self)

Update information (not used)

Definition at line 1573 of file psmap/dialogs.py.

Referenced by dialogs.MapinfoDialog.update().

Field Documentation

dialogs.MainVectorDialog.id

Definition at line 1558 of file psmap/dialogs.py.

dialogs.MainVectorDialog.objectType

Definition at line 1555 of file psmap/dialogs.py.

dialogs.MainVectorDialog.vPanel

Definition at line 1556 of file psmap/dialogs.py.


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