GRASS Programmer's Manual
6.4.3(2013)-r
|
Public Member Functions | |
def | __init__ |
def | OnOptions |
Sets option for decoration map overlays. More... | |
def | OnResize |
def | CloseDialog |
Hide dialog. More... | |
def | OnOK |
Button 'OK' pressed. More... | |
def | GetOptData |
Process decoration layer data. More... | |
Data Fields | |
parent | |
chkbox | |
resizeBtn | |
btnOK | |
Definition at line 497 of file gui_core/dialogs.py.
def dialogs.DecorationDialog.__init__ | ( | self, | |
parent, | |||
title, | |||
overlayController, | |||
ddstyle, | |||
kwargs | |||
) |
Definition at line 501 of file gui_core/dialogs.py.
def dialogs.DecorationDialog.CloseDialog | ( | self) |
Hide dialog.
Definition at line 623 of file gui_core/dialogs.py.
References dialogs.DecorationDialog._ddstyle, overlays.OverlayController.Hide(), statusbar.SbItem.Hide(), statusbar.SbTextItem.Hide(), and dialogs.DecorationDialog.OnResize().
Referenced by dialogs.DecorationDialog.OnOK().
def dialogs.DecorationDialog.GetOptData | ( | self, | |
dcmd, | |||
layer, | |||
params, | |||
propwin | |||
) |
Process decoration layer data.
Definition at line 645 of file gui_core/dialogs.py.
References dialogs.DecorationDialog._ddstyle.
Referenced by histogram.HistogramFrame.OnOptions(), dialogs.DecorationDialog.OnOptions(), and layertree.LayerTree.PropertiesDialog().
def dialogs.DecorationDialog.OnOK | ( | self, | |
event | |||
) |
Button 'OK' pressed.
Definition at line 631 of file gui_core/dialogs.py.
References dialogs.DecorationDialog.CloseDialog().
def dialogs.DecorationDialog.OnOptions | ( | self, | |
event | |||
) |
Sets option for decoration map overlays.
Definition at line 599 of file gui_core/dialogs.py.
References dialogs.DecorationDialog.GetOptData(), frame.ModelFrame.GetOptData(), 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 613 of file gui_core/dialogs.py.
Referenced by dialogs.DecorationDialog.CloseDialog().
dialogs.DecorationDialog.btnOK |
Definition at line 566 of file gui_core/dialogs.py.
dialogs.DecorationDialog.chkbox |
Definition at line 512 of file gui_core/dialogs.py.
dialogs.DecorationDialog.parent |
Definition at line 505 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(), 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.DecorationDialog.resizeBtn |
Definition at line 533 of file gui_core/dialogs.py.