GRASS Programmer's Manual
6.4.3(2013)-r
|
List of layers to be imported (dxf, shp...) More...
Public Member Functions | |
def | __init__ |
def | LoadData |
Load data into list. More... | |
def | OnPopupMenu |
Show popup menu. More... | |
def | OnSelectAll |
Select all items. More... | |
def | OnSelectNone |
Deselect items. More... | |
def | OnLeftDown |
Allow editing only output name. More... | |
def | GetLayers |
Get list of layers (layer name, output name) More... | |
Data Fields | |
parent | |
log | |
popupDataID1 | |
popupDataID2 | |
List of layers to be imported (dxf, shp...)
Definition at line 1849 of file gui_core/dialogs.py.
def dialogs.LayersList.__init__ | ( | self, | |
parent, | |||
columns, | |||
log = None |
|||
) |
Definition at line 1851 of file gui_core/dialogs.py.
def dialogs.LayersList.GetLayers | ( | self | ) |
Get list of layers (layer name, output name)
Definition at line 1956 of file gui_core/dialogs.py.
References model.Model.GetItem(), and dialogs.NewVectorDialog.IsChecked().
def dialogs.LayersList.LoadData | ( | self, | |
data = None |
|||
) |
def dialogs.LayersList.OnLeftDown | ( | self, | |
event | |||
) |
Allow editing only output name.
Code taken from TextEditMixin class.
Definition at line 1936 of file gui_core/dialogs.py.
References tools.range.
Referenced by mapwindow.BufferedWindow.MouseActions(), frame.PsMapBufferedWindow.MouseActions(), and mapwindow.GLWindow.OnMouseAction().
def dialogs.LayersList.OnPopupMenu | ( | self, | |
event | |||
) |
Show popup menu.
Definition at line 1892 of file gui_core/dialogs.py.
References ogc_services.LayersList.GetItemCount().
def dialogs.LayersList.OnSelectAll | ( | self, | |
event | |||
) |
Select all items.
Definition at line 1912 of file gui_core/dialogs.py.
def dialogs.LayersList.OnSelectNone | ( | self, | |
event | |||
) |
Deselect items.
Definition at line 1924 of file gui_core/dialogs.py.
dialogs.LayersList.log |
Definition at line 1857 of file gui_core/dialogs.py.
Referenced by vclean.VectorCleaningFrame.OnCleaningRun(), mcalc_builder.MapCalcFrame.OnMCalcRun(), toolbars.VDigitToolbar.OnSelectMap(), and mapwindow.NvizThread.run().
dialogs.LayersList.parent |
Definition at line 1852 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(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), frame.PsMapBufferedWindow.OnLeftUp(), goutput.GMConsole.OnOutputSave(), 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().
dialogs.LayersList.popupDataID1 |
Definition at line 1898 of file gui_core/dialogs.py.
dialogs.LayersList.popupDataID2 |
Definition at line 1899 of file gui_core/dialogs.py.