GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Data item properties dialog. More...
Public Member Functions | |
def | __init__ |
def | OnOK |
Ok pressed. More... | |
def | OnCancel |
Cancel pressed. More... | |
Public Member Functions inherited from dialogs.ElementDialog | |
def | __init__ |
General dialog to choose given element (location, mapset, vector map, etc.) More... | |
def | PostInit |
def | OnType |
Select element type. More... | |
def | OnElement |
Name for vector map layer given. More... | |
def | GetElement |
Return (mapName, overwrite) More... | |
def | GetType |
Get element type. More... | |
Data Fields | |
parent | |
shape | |
element | |
Data Fields inherited from dialogs.ElementDialog | |
etype | |
label | |
panel | |
btnCancel | |
btnOK | |
typeSelect | |
element | |
sizer | |
dataSizer | |
Data item properties dialog.
Definition at line 45 of file gmodeler/dialogs.py.
def dialogs.ModelDataDialog.__init__ | ( | self, | |
parent, | |||
shape, | |||
id = wx.ID_ANY , |
|||
title = _("Data properties") , |
|||
style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER |
|||
) |
Definition at line 48 of file gmodeler/dialogs.py.
def dialogs.ModelDataDialog.OnCancel | ( | self, | |
event | |||
) |
Cancel pressed.
Definition at line 109 of file gmodeler/dialogs.py.
Referenced by colorrules.ColorTable.OnCloseWindow(), forms.TaskFrame.OnKeyUp(), dialogs.VDigitCategoryDialog.OnOK(), colorrules.ColorTable.OnOK(), forms.TaskFrame.OnOK(), dialogs.DecorationDialog.OnOK(), and dialogs.DxfImportDialog.OnRun().
def dialogs.ModelDataDialog.OnOK | ( | self, | |
event | |||
) |
Ok pressed.
Definition at line 90 of file gmodeler/dialogs.py.
References dialogs.ElementDialog.etype, dialogs.ElementDialog.GetElement(), render.Layer.GetElement(), dialogs.ElementDialog.GetType(), and render.Layer.GetType().
dialogs.ModelDataDialog.element |
Definition at line 55 of file gmodeler/dialogs.py.
Referenced by dialogs.NewVectorDialog.OnTable().
dialogs.ModelDataDialog.parent |
Definition at line 49 of file gmodeler/dialogs.py.
Referenced by model.ModelLoop.__init__(), 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.ModelFrame.OnHelp(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), frame.PsMapBufferedWindow.OnLeftUp(), dialogs.DecorationDialog.OnOptions(), 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.ModelDataDialog.shape |
Definition at line 50 of file gmodeler/dialogs.py.