GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Set opacity of map layers. More...
Public Member Functions | |
def | __init__ |
def | GetOpacity |
Button 'OK' pressed. More... | |
def | OnApply |
Data Fields | |
parent | |
opacity | |
value | |
Set opacity of map layers.
Definition at line 2021 of file gui_core/dialogs.py.
def dialogs.SetOpacityDialog.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
title = _("Set Map Layer Opacity") , |
|||
size = wx.DefaultSize , |
|||
pos = wx.DefaultPosition , |
|||
style = wx.DEFAULT_DIALOG_STYLE , |
|||
opacity = 100 |
|||
) |
Definition at line 2025 of file gui_core/dialogs.py.
def dialogs.SetOpacityDialog.GetOpacity | ( | self | ) |
Button 'OK' pressed.
Definition at line 2087 of file gui_core/dialogs.py.
Referenced by dialogs.SetOpacityDialog.OnApply().
def dialogs.SetOpacityDialog.OnApply | ( | self, | |
event | |||
) |
Definition at line 2093 of file gui_core/dialogs.py.
References render.Layer.GetOpacity(), and dialogs.SetOpacityDialog.GetOpacity().
Referenced by dialogs.VDigitCategoryDialog.OnOK(), dialogs.TextDialog.OnOk(), colorrules.ColorTable.OnOK(), forms.TaskFrame.OnOK(), dialogs.OptDialog.OnOk(), dialogs.TextDialog.OnSave(), preferences.NvizPreferencesDialog.OnSave(), and dialogs.OptDialog.OnSave().
dialogs.SetOpacityDialog.opacity |
Definition at line 2028 of file gui_core/dialogs.py.
dialogs.SetOpacityDialog.parent |
Definition at line 2027 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.SetOpacityDialog.value |
Definition at line 2038 of file gui_core/dialogs.py.
Referenced by python.core.ScriptError.__str__(), gselect.TreeCtrlComboPopup.GetElementList(), gselect.TreeCtrlComboPopup.GetStringValue(), gselect.TreeCtrlComboPopup.OnKeyUp(), gselect.TreeCtrlComboPopup.OnLeftDown(), and gselect.TreeCtrlComboPopup.SetStringValue().