|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Public Member Functions | |
| def | __init__ |
| def | OnOptions |
| Sets option for decoration map overlays. | |
| def | OnResize |
| def | OnCancel |
| Cancel dialog. | |
| def | OnOK |
| Button 'OK' pressed. | |
| def | GetOptData |
| Process decoration layer data. | |
Data Fields | |
| ovlId | |
| cmd | |
| name | |
| parent | |
| chkbox | |
| btnOK | |
| newOverlay | |
Controls setting options and displaying/hiding map overlay decorations
Definition at line 491 of file gui_core/dialogs.py.
| def dialogs.DecorationDialog.__init__ | ( | self, | |
| parent, | |||
| ovlId, | |||
| title, | |||
| cmd, | |||
name = None, |
|||
pos = wx.DefaultPosition, |
|||
size = wx.DefaultSize, |
|||
style = wx.DEFAULT_DIALOG_STYLE, |
|||
checktxt = '', |
|||
ctrltxt = '' |
|||
| ) |
Definition at line 497 of file gui_core/dialogs.py.
| def dialogs.DecorationDialog.GetOptData | ( | self, | |
| dcmd, | |||
| layer, | |||
| params, | |||
| propwin | |||
| ) |
Process decoration layer data.
Definition at line 668 of file gui_core/dialogs.py.
References render.Layer.name, preferences.PropertiesDialog.name, dialogs.DecorationDialog.name, frame.VariablePanel.name, and dialogs.DecorationDialog.ovlId.
Referenced by histogram.HistogramFrame.OnOptions(), dialogs.DecorationDialog.OnOptions(), and layertree.LayerTree.PropertiesDialog().
| def dialogs.DecorationDialog.OnCancel | ( | self, | |
| event | |||
| ) |
Cancel dialog.
Definition at line 641 of file gui_core/dialogs.py.
References widgets.GetValue(), render.Layer.name, preferences.PropertiesDialog.name, dialogs.DecorationDialog.name, frame.VariablePanel.name, dialogs.DecorationDialog.newOverlay, dialogs.DecorationDialog.OnResize(), and widgets.SetValue().
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.DecorationDialog.OnOK | ( | self, | |
| event | |||
| ) |
Button 'OK' pressed.
Definition at line 654 of file gui_core/dialogs.py.
References dialogs.ModelDataDialog.OnCancel(), dialogs.DisplayAttributesDialog.OnCancel(), dialogs.DecorationDialog.OnCancel(), and dialogs.DecorationDialog.ovlId.
| def dialogs.DecorationDialog.OnOptions | ( | self, | |
| event | |||
| ) |
Sets option for decoration map overlays.
Definition at line 617 of file gui_core/dialogs.py.
References render.Layer.cmd, gcmd.Command.cmd, gcmd.CommandThread.cmd, dialogs.DecorationDialog.cmd, dialogs.DecorationDialog.GetOptData(), frame.ModelFrame.GetOptData(), render.Layer.name, preferences.PropertiesDialog.name, dialogs.DecorationDialog.name, frame.VariablePanel.name, dialogs.DecorationDialog.ovlId, sqlbuilder.SQLFrame.parent, dialogs.ModelDataDialog.parent, dialogs.DisplayAttributesDialog.parent, manager.Log.parent, frame.ModelFrame.parent, manager.VirtualAttributeList.parent, manager.GCPWizard.parent, dialogs.ModelSearchDialog.parent, dialogs.ModelRelationDialog.parent, manager.LocationPage.parent, dialogs.ModelItemDialog.parent, manager.GroupPage.parent, dialogs.DecorationDialog.parent, manager.AttributeManager.parent, dialogs.ModelListCtrl.parent, manager.DispMapPage.parent, manager.GCP.parent, model.ModelAction.parent, dialogs.ItemCheckListCtrl.parent, frame.ModelCanvas.parent, model.ModelData.parent, model.ModelRelation.parent, frame.VariablePanel.parent, model.ModelItem.parent, frame.ItemPanel.parent, frame.PythonPanel.parent, model.ModelParamDialog.parent, manager.TableListCtrl.parent, manager.LayerListCtrl.parent, manager.GrSettingsDialog.parent, and manager.LayerBook.parent.
| def dialogs.DecorationDialog.OnResize | ( | self, | |
| event | |||
| ) |
Definition at line 631 of file gui_core/dialogs.py.
References widgets.GetValue().
Referenced by dialogs.DecorationDialog.OnCancel().
Definition at line 555 of file gui_core/dialogs.py.
Definition at line 509 of file gui_core/dialogs.py.
Definition at line 502 of file gui_core/dialogs.py.
Referenced by forms.GUI.GetCmd(), wxnviz.ImageTexture.GetCmd(), vclean.VectorCleaningFrame.OnCleaningRun(), vclean.VectorCleaningFrame.OnCopy(), vclean.VectorCleaningFrame.OnHelp(), mcalc_builder.MapCalcFrame.OnHelp(), mcalc_builder.MapCalcFrame.OnMCalcRun(), and dialogs.DecorationDialog.OnOptions().
Definition at line 503 of file gui_core/dialogs.py.
Referenced by python.task.grassTask.get_cmd(), python.task.grassTask.get_name(), dialogs.DecorationDialog.GetOptData(), dialogs.DecorationDialog.OnCancel(), and dialogs.DecorationDialog.OnOptions().
Definition at line 597 of file gui_core/dialogs.py.
Referenced by dialogs.DecorationDialog.OnCancel().
Definition at line 501 of file gui_core/dialogs.py.
Referenced by dialogs.DecorationDialog.GetOptData(), dialogs.DecorationDialog.OnOK(), and dialogs.DecorationDialog.OnOptions().
Definition at line 504 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(), dialogs.DecorationDialog.OnOptions(), 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().