GRASS Programmer's Manual  6.4.2(2012)
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)

Data Fields

 objectType
 vPanel
 id

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

Definition at line 2954 of file psmap_dialogs.py.

References gui_modules.psmap_dialogs.InstructionObject.id, gui_modules.gmodeler.ModelObject.id, gui_modules.psmap_dialogs.PsmapDialog.id, gui_modules.gmodeler.ModelAction.id, gui_modules.psmap_dialogs.MapFramePanel.id, gui_modules.psmap_dialogs.RasterPanel.id, gui_modules.psmap_dialogs.VectorPanel.id, gui_modules.psmap_dialogs.RasterDialog.id, gui_modules.psmap_dialogs.MainVectorDialog.id, gui_modules.gmodeler.ModelItem.id, gui_modules.psmap.PsMapFrame.instruction, gui_modules.psmap_dialogs.Instruction.instruction, gui_modules.psmap_dialogs.InstructionObject.instruction, gui_modules.psmap_dialogs.InitMap.instruction, gui_modules.psmap_dialogs.MapFrame.instruction, gui_modules.psmap_dialogs.PageSetup.instruction, gui_modules.psmap_dialogs.Mapinfo.instruction, gui_modules.psmap_dialogs.Text.instruction, gui_modules.psmap.PsMapBufferedWindow.instruction, gui_modules.psmap_dialogs.Scalebar.instruction, gui_modules.psmap_dialogs.RasterLegend.instruction, gui_modules.psmap_dialogs.VectorLegend.instruction, gui_modules.psmap_dialogs.Raster.instruction, gui_modules.psmap_dialogs.Vector.instruction, gui_modules.psmap_dialogs.VProperties.instruction, gui_modules.psmap_dialogs.PsmapDialog.instruction, gui_modules.psmap_dialogs.MapFramePanel.instruction, gui_modules.psmap_dialogs.RasterPanel.instruction, gui_modules.psmap_dialogs.VectorPanel.instruction, gui_modules.psmap_dialogs.LegendDialog.instruction, gui_modules.psmap_dialogs.PageSetupDialog.update(), gui_modules.psmap_dialogs.MapFramePanel.update(), gui_modules.psmap_dialogs.RasterPanel.update(), gui_modules.psmap_dialogs.VectorPanel.update(), gui_modules.psmap_dialogs.RasterDialog.update(), and gui_modules.psmap_dialogs.MainVectorDialog.update().

Referenced by gui_modules.vdigit.VDigitCategoryDialog.OnOK().

Update information (not used)

Definition at line 2963 of file psmap_dialogs.py.

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


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