GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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__
 
def OnRun
 Import/Link data (each layes as separate vector map) More...
 
def OnSetDsn
 Input DXF file defined, update list of layer widget. More...
 
def OnCmdDialog
 Show command dialog. More...
 
- Public Member Functions inherited from dialogs.ImportDialog
def __init__
 
def doLayout
 Do layout. More...
 
def OnClose
 Close dialog. More...
 
def OnRun
 Import/Link data (each layes as separate vector map) More...
 
def OnCmdDialog
 Show command dialog. More...
 
def AddLayers
 Add imported/linked layers into layer tree. More...
 
def OnAbort
 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 1810 of file gui_core/dialogs.py.

Constructor & Destructor Documentation

def dialogs.DxfImportDialog.__init__ (   self,
  parent 
)

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

Member Function Documentation

def dialogs.DxfImportDialog.OnCmdDialog (   self,
  event 
)

Show command dialog.

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

def dialogs.DxfImportDialog.OnSetDsn (   self,
  event 
)

Field Documentation

dialogs.DxfImportDialog.dsnInput

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

Referenced by dialogs.ImportDialog.doLayout().


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