GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 1898 of file gui_core/dialogs.py.
def dialogs.LayersList.__init__ | ( | self, | |
parent, | |||
columns, | |||
log = None |
|||
) |
Definition at line 1900 of file gui_core/dialogs.py.
def dialogs.LayersList.GetLayers | ( | self | ) |
Get list of layers (layer name, output name)
Definition at line 2005 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 1985 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 1941 of file gui_core/dialogs.py.
References ogc_services.LayersList.GetItemCount().
def dialogs.LayersList.OnSelectAll | ( | self, | |
event | |||
) |
Select all items.
Definition at line 1961 of file gui_core/dialogs.py.
def dialogs.LayersList.OnSelectNone | ( | self, | |
event | |||
) |
Deselect items.
Definition at line 1973 of file gui_core/dialogs.py.
dialogs.LayersList.log |
Definition at line 1906 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 1901 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 1947 of file gui_core/dialogs.py.
dialogs.LayersList.popupDataID2 |
Definition at line 1948 of file gui_core/dialogs.py.