|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Dialog for bulk import of various data (base class) More...

Public Member Functions | |
| def | __init__ |
| def | doLayout |
| Do layout. | |
| def | OnCancel |
| Close dialog. | |
| def | OnRun |
| Import/Link data (each layes as separate vector map) | |
| def | OnCmdDialog |
| Show command dialog. | |
| def | AddLayers |
| Add imported/linked layers into layer tree. | |
| def | OnAbort |
| Abort running import. | |
Data Fields | |
| parent | |
| importType | |
| options | |
| commandId | |
| panel | |
| layerBox | |
| list | |
| optionBox | |
| overwrite | |
| add | |
| btn_cancel | |
| btn_run | |
| btn_cmd | |
Dialog for bulk import of various data (base class)
Definition at line 1446 of file gui_core/dialogs.py.
| def dialogs.ImportDialog.__init__ | ( | self, | |
| parent, | |||
| itype, | |||
id = wx.ID_ANY, |
|||
title = _("Multiple import"), |
|||
style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER |
|||
| ) |
Definition at line 1450 of file gui_core/dialogs.py.
| def dialogs.ImportDialog.AddLayers | ( | self, | |
| returncode, | |||
cmd = None |
|||
| ) |
Add imported/linked layers into layer tree.
Definition at line 1610 of file gui_core/dialogs.py.
Referenced by dialogs.DxfImportDialog.OnRun().
| def dialogs.ImportDialog.doLayout | ( | self | ) |
Do layout.
Definition at line 1526 of file gui_core/dialogs.py.
References dialogs.ImportDialog.add, dialogs.ImportDialog.btn_cancel, dialogs.ImportDialog.btn_cmd, dialogs.ImportDialog.btn_run, dialogs.GdalImportDialog.dsnInput, dialogs.DxfImportDialog.dsnInput, dialogs.GroupDialog.layerBox, dialogs.ImportDialog.layerBox, mapdisplay.MapFrame.list, frame.VariablePanel.list, frame.ItemPanel.list, dialogs.ImportDialog.list, dialogs.ImportDialog.optionBox, dialogs.ImportDialog.options, preferences.PropertiesDialog.overwrite, dialogs.ImportDialog.overwrite, gis_set.GRASSStartup.panel, dialogs.ElementDialog.panel, sqlbuilder.SQLFrame.panel, dialogs.ModelSearchDialog.panel, dialogs.ModelRelationDialog.panel, dialogs.ModelItemDialog.panel, manager.AttributeManager.panel, and dialogs.ImportDialog.panel.
| def dialogs.ImportDialog.OnAbort | ( | self, | |
| event | |||
| ) |
Abort running import.
Definition at line 1644 of file gui_core/dialogs.py.
Referenced by forms.TaskFrame.OnKeyUp().
| def dialogs.ImportDialog.OnCancel | ( | self, | |
event = None |
|||
| ) |
Close dialog.
Definition at line 1598 of file gui_core/dialogs.py.
Referenced by colorrules.ColorTable.OnCloseWindow(), forms.TaskFrame.OnKeyUp(), dialogs.VDigitCategoryDialog.OnOK(), colorrules.ColorTable.OnOK(), forms.TaskFrame.OnOK(), and dialogs.DxfImportDialog.OnRun().
| def dialogs.ImportDialog.OnCmdDialog | ( | self, | |
| event | |||
| ) |
Show command dialog.
Reimplemented in dialogs.DxfImportDialog, and dialogs.GdalImportDialog.
Definition at line 1606 of file gui_core/dialogs.py.
| def dialogs.ImportDialog.OnRun | ( | self, | |
| event | |||
| ) |
Import/Link data (each layes as separate vector map)
Reimplemented in dialogs.DxfImportDialog, and dialogs.GdalImportDialog.
Definition at line 1602 of file gui_core/dialogs.py.
Referenced by ghelp.MenuTreeWindow.OnItemActivated(), and forms.TaskFrame.OnKeyUp().
Definition at line 1506 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().
Definition at line 1512 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout(), and forms.TaskFrame.OnRun().
Definition at line 1522 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().
Definition at line 1516 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout(), and forms.TaskFrame.OnRun().
Reimplemented in dialogs.GdalImportDialog.
Definition at line 1455 of file gui_core/dialogs.py.
Reimplemented in dialogs.GdalImportDialog.
Definition at line 1452 of file gui_core/dialogs.py.
Definition at line 1462 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().
Definition at line 1471 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout(), dialogs.VDigitCategoryDialog.GetListCtrl(), manager.GCP.GetListCtrl(), and dialogs.DxfImportDialog.OnSetDsn().
Definition at line 1474 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().
Definition at line 1453 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout(), and dialogs.DxfImportDialog.OnRun().
Definition at line 1502 of file gui_core/dialogs.py.
Referenced by dialogs.ImportDialog.doLayout().
Definition at line 1460 of file gui_core/dialogs.py.
Referenced by prompt.GPromptPopUp.__init__(), prompt.GPromptSTC.__init__(), dialogs.ImportDialog.doLayout(), and prompt.GPrompt.GetPanel().
Definition at line 1451 of file gui_core/dialogs.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), forms.TaskFrame.OnCancel(), forms.TaskFrame.OnDone(), frame.PsMapBufferedWindow.OnLeftUp(), forms.TaskFrame.OnRun(), toolbars.VDigitToolbar.OnSelectMap(), gselect.GdalSelect.OnSetDsn(), toolbars.LMNvizToolbar.OnSettings(), toolbars.VDigitToolbar.OnSettings(), toolbars.BaseToolbar.OnTool(), forms.CmdPanel.OnUpdateSelection(), toolbars.VDigitToolbar.OnZBulk(), wxdigit.VDigitError.ReadLine(), goutput.CmdThread.run(), forms.UpdateQThread.run(), goutput.GMConsole.RunCmd(), toolbars.VDigitToolbar.StopEditing(), colorrules.VectorColorTable.UpdateColorColumn(), mapwindow.BufferedWindow.UpdateMap(), and wxdigit.VDigitError.WriteLine().