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

Dialog for bulk import of DXF layers. More...

Inheritance diagram for dialogs.DxfImportDialog:
Collaboration diagram for dialogs.DxfImportDialog:

Public Member Functions

def __init__ (self, parent)
 
def OnRun (self, event)
 Import/Link data (each layes as separate vector map) More...
 
def OnSetDsn (self, event)
 Input DXF file defined, update list of layer widget. More...
 
def OnCmdDialog (self, event)
 Show command dialog. More...
 
- Public Member Functions inherited from dialogs.ImportDialog
def __init__
 
def doLayout (self)
 Do layout. More...
 
def OnClose
 Close dialog. More...
 
def OnRun (self, event)
 Import/Link data (each layes as separate vector map) More...
 
def OnCmdDialog (self, event)
 Show command dialog. More...
 
def AddLayers
 Add imported/linked layers into layer tree. More...
 
def OnAbort (self, event)
 Abort running import. More...
 

Data Fields

 dsnInput
 
- Data Fields inherited from dialogs.ImportDialog
 parent
 
 importType
 
 options
 
 commandId
 
 panel
 
 layerBox
 
 list
 
 optionBox
 
 overwrite
 
 add
 
 closeOnFinish
 
 btn_close
 
 btn_run
 
 btn_cmd
 

Detailed Description

Dialog for bulk import of DXF layers.

Definition at line 1761 of file gui_core/dialogs.py.

Constructor & Destructor Documentation

def dialogs.DxfImportDialog.__init__ (   self,
  parent 
)

Definition at line 1763 of file gui_core/dialogs.py.

Member Function Documentation

def dialogs.DxfImportDialog.OnCmdDialog (   self,
  event 
)

Show command dialog.

Definition at line 1844 of file gui_core/dialogs.py.

def dialogs.DxfImportDialog.OnSetDsn (   self,
  event 
)

Field Documentation

dialogs.DxfImportDialog.dsnInput

Definition at line 1767 of file gui_core/dialogs.py.

Referenced by dialogs.ImportDialog.doLayout().


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