GRASS Programmer's Manual
6.4.4(2014)-r
|
Dialog for bulk import of DXF layers. More...
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... | |
![]() | |
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 | |
![]() | |
parent | |
importType | |
options | |
commandId | |
panel | |
layerBox | |
list | |
optionBox | |
overwrite | |
add | |
closeOnFinish | |
btn_close | |
btn_run | |
btn_cmd | |
Dialog for bulk import of DXF layers.
Definition at line 1761 of file gui_core/dialogs.py.
def dialogs.DxfImportDialog.__init__ | ( | self, | |
parent | |||
) |
Definition at line 1763 of file gui_core/dialogs.py.
def dialogs.DxfImportDialog.OnCmdDialog | ( | self, | |
event | |||
) |
Show command dialog.
Definition at line 1844 of file gui_core/dialogs.py.
def dialogs.DxfImportDialog.OnRun | ( | self, | |
event | |||
) |
Import/Link data (each layes as separate vector map)
Definition at line 1785 of file gui_core/dialogs.py.
References dialogs.ImportDialog.AddLayers(), overlays.OverlayController.Hide(), statusbar.SbItem.Hide(), statusbar.SbTextItem.Hide(), dialogs.ModelDataDialog.OnCancel(), preferences.PreferencesBaseDialog.OnCancel(), ogc_services.WMSDialog.OnCancel(), dialogs.VDigitCategoryDialog.OnCancel(), dialogs.TextDialog.OnCancel(), dialogs.RegionDef.OnCancel(), colorrules.ColorTable.OnCancel(), dialogs.MapDialog.OnCancel(), preferences.VDigitSettingsDialog.OnCancel(), forms.TaskFrame.OnCancel(), dialogs.OptDialog.OnCancel(), colorrules.VectorColorTable.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 1814 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().
dialogs.DxfImportDialog.dsnInput |
Definition at line 1767 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().