GRASS Programmer's Manual
6.4.2(2012)
|
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. | |
![]() | |
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 | |
![]() | |
parent | |
importType | |
options | |
commandId | |
panel | |
layerBox | |
list | |
optionBox | |
overwrite | |
add | |
btn_cancel | |
btn_run | |
btn_cmd |
Dialog for bulk import of DXF layers.
Definition at line 1352 of file gdialogs.py.
def gui_modules.gdialogs.DxfImportDialog.__init__ | ( | self, | |
parent | |||
) |
Definition at line 1354 of file gdialogs.py.
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.OnRun | ( | self, | |
event | |||
) |
Import/Link data (each layes as separate vector map)
Reimplemented from gui_modules.gdialogs.ImportDialog.
Definition at line 1376 of file gdialogs.py.
References gui_modules.gdialogs.ImportDialog.AddLayers(), gui_modules.dbm_dialogs.DisplayAttributesDialog.OnCancel(), gui_modules.colorrules.ColorTable.OnCancel(), gui_modules.gdialogs.DecorationDialog.OnCancel(), gui_modules.gdialogs.ImportDialog.OnCancel(), and gui_modules.gdialogs.ImportDialog.options.
Referenced by gui_modules.ghelp.MenuTreeWindow.OnItemActivated(), and gui_modules.menuform.mainFrame.OnKeyUp().
def gui_modules.gdialogs.DxfImportDialog.OnSetDsn | ( | self, | |
event | |||
) |
Input DXF file defined, update list of layer widget.
Definition at line 1405 of file gdialogs.py.
References gui_modules.gdialogs.ImportDialog.list, and gui_modules.utils.split().
Referenced by gui_modules.gselect.GdalSelect.OnSetFormat(), gui_modules.gselect.GdalSelect.OnSettingsLoad(), and gui_modules.gselect.GdalSelect.OnSetType().
gui_modules.gdialogs.DxfImportDialog.dsnInput |
Definition at line 1358 of file gdialogs.py.
Referenced by gui_modules.gdialogs.ImportDialog.doLayout().