GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gdialogs.DxfImportDialog Class Reference

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

Inheritance diagram for gui_modules.gdialogs.DxfImportDialog:
Collaboration diagram for gui_modules.gdialogs.DxfImportDialog:

Public Member Functions

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

Data Fields

 dsnInput
- Data Fields inherited from gui_modules.gdialogs.ImportDialog
 parent
 importType
 options
 commandId
 panel
 layerBox
 list
 optionBox
 overwrite
 add
 btn_cancel
 btn_run
 btn_cmd

Detailed Description

Dialog for bulk import of DXF layers.

Definition at line 1352 of file gdialogs.py.

Constructor & Destructor Documentation

def gui_modules.gdialogs.DxfImportDialog.__init__ (   self,
  parent 
)

Definition at line 1354 of file gdialogs.py.

Member Function Documentation

def gui_modules.gdialogs.DxfImportDialog.OnCmdDialog (   self,
  event 
)

Show command dialog.

Reimplemented from gui_modules.gdialogs.ImportDialog.

Definition at line 1435 of file gdialogs.py.

def gui_modules.gdialogs.DxfImportDialog.OnSetDsn (   self,
  event 
)

Field Documentation

gui_modules.gdialogs.DxfImportDialog.dsnInput

Definition at line 1358 of file gdialogs.py.

Referenced by gui_modules.gdialogs.ImportDialog.doLayout().


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