|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Dialog for bulk import of DXF layers. More...


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. | |
Data Fields | |
| dsnInput | |
Dialog for bulk import of DXF layers.
Definition at line 1790 of file gui_core/dialogs.py.
| def dialogs.DxfImportDialog.__init__ | ( | self, | |
| parent | |||
| ) |
Definition at line 1792 of file gui_core/dialogs.py.
| def dialogs.DxfImportDialog.OnCmdDialog | ( | self, | |
| event | |||
| ) |
Show command dialog.
Reimplemented from dialogs.ImportDialog.
Definition at line 1873 of file gui_core/dialogs.py.
| def dialogs.DxfImportDialog.OnRun | ( | self, | |
| event | |||
| ) |
Import/Link data (each layes as separate vector map)
Reimplemented from dialogs.ImportDialog.
Definition at line 1814 of file gui_core/dialogs.py.
References dialogs.ImportDialog.AddLayers(), statusbar.SbItem.Hide(), statusbar.SbTextItem.Hide(), dialogs.ModelDataDialog.OnCancel(), dialogs.DisplayAttributesDialog.OnCancel(), dialogs.DecorationDialog.OnCancel(), dialogs.ImportDialog.OnCancel(), and dialogs.ImportDialog.options.
Referenced by ghelp.MenuTreeWindow.OnItemActivated(), and forms.TaskFrame.OnKeyUp().
| def dialogs.DxfImportDialog.OnSetDsn | ( | self, | |
| event | |||
| ) |
Input DXF file defined, update list of layer widget.
Definition at line 1843 of file gui_core/dialogs.py.
References utils.GetValidLayerName(), dialogs.ImportDialog.list, gcmd.RunCommand(), and utils.split().
Referenced by gselect.GdalSelect.OnSetFormat(), gselect.GdalSelect.OnSettingsLoad(), and gselect.GdalSelect.OnSetType().
Definition at line 1796 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().