GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.psmap_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 gui_modules.psmap_dialogs.MainVectorDialog:
Collaboration diagram for gui_modules.psmap_dialogs.MainVectorDialog:

Public Member Functions

def __init__
def update
def OnApply
def updateDialog
 Update information (not used)
- Public Member Functions inherited from gui_modules.psmap_dialogs.PsmapDialog
def __init__
def AddUnits
def AddPosition
def AddFont

Data Fields

 objectType
 vPanel
 id
- Data Fields inherited from gui_modules.psmap_dialogs.PsmapDialog
 apply
 id
 parent
 instruction
 objectType
 unitConv
 spinCtrlSize

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 2942 of file psmap_dialogs.py.

Constructor & Destructor Documentation

def gui_modules.psmap_dialogs.MainVectorDialog.__init__ (   self,
  parent,
  id,
  settings 
)

Definition at line 2943 of file psmap_dialogs.py.

Member Function Documentation

def gui_modules.psmap_dialogs.MainVectorDialog.updateDialog (   self)

Update information (not used)

Definition at line 2963 of file psmap_dialogs.py.

Referenced by gui_modules.psmap_dialogs.MapinfoDialog.update().

Field Documentation

gui_modules.psmap_dialogs.MainVectorDialog.id

Definition at line 2948 of file psmap_dialogs.py.

gui_modules.psmap_dialogs.MainVectorDialog.objectType

Definition at line 2945 of file psmap_dialogs.py.

gui_modules.psmap_dialogs.MainVectorDialog.vPanel

Definition at line 2946 of file psmap_dialogs.py.


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