GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Dialog for bulk import of DXF layers. More...
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 | |
Dialog for bulk import of DXF layers.
Definition at line 1810 of file gui_core/dialogs.py.
def dialogs.DxfImportDialog.__init__ | ( | self, | |
parent | |||
) |
Definition at line 1812 of file gui_core/dialogs.py.
def dialogs.DxfImportDialog.OnCmdDialog | ( | self, | |
event | |||
) |
Show command dialog.
Definition at line 1893 of file gui_core/dialogs.py.
def dialogs.DxfImportDialog.OnRun | ( | self, | |
event | |||
) |
Import/Link data (each layes as separate vector map)
Definition at line 1834 of file gui_core/dialogs.py.
References dialogs.ImportDialog.AddLayers(), statusbar.SbItem.Hide(), statusbar.SbTextItem.Hide(), dialogs.ModelDataDialog.OnCancel(), preferences.PreferencesBaseDialog.OnCancel(), ogc_services.WMSDialog.OnCancel(), dialogs.ModelSearchDialog.OnCancel(), dialogs.VDigitCategoryDialog.OnCancel(), dialogs.TextDialog.OnCancel(), dialogs.RegionDef.OnCancel(), colorrules.ColorTable.OnCancel(), dialogs.MapDialog.OnCancel(), dialogs.DecorationDialog.OnCancel(), preferences.VDigitSettingsDialog.OnCancel(), forms.TaskFrame.OnCancel(), dialogs.OptDialog.OnCancel(), colorrules.VectorColorTable.OnCancel(), and dialogs.ImportDialog.options.
Referenced by menu.MenuTreeWindow.OnItemActivated(), menu.MenuTreeWindow.OnKeyUp(), and forms.TaskFrame.OnKeyUp().
def dialogs.DxfImportDialog.OnSetDsn | ( | self, | |
event | |||
) |
Input DXF file defined, update list of layer widget.
Definition at line 1863 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 1816 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().