GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
Dialog to set various options for data plotted, including: line width, color, style; marker size, color, fill, and style; grid and legend options. More... | |
def | OnSetMap |
Handler for changing map selection. More... | |
def | OnSetOpt |
Handler for changing any other option. More... | |
def | UpdateSettings |
Apply settings to each map and to entire plot. More... | |
def | OnSave |
Button 'Save' pressed. More... | |
def | OnApply |
Button 'Apply' pressed. More... | |
def | OnOk |
Button 'OK' pressed. More... | |
def | OnCancel |
Button 'Cancel' pressed. More... | |
Data Fields | |
parent | |
linestyledict | |
ptfilldict | |
plottype | |
pttypelist | |
axislist | |
wxId | |
raster | |
rasterList | |
properties | |
map | |
mapchoice | |
Definition at line 451 of file wxplot/dialogs.py.
def dialogs.OptDialog.__init__ | ( | self, | |
parent, | |||
id, | |||
title, | |||
plottype = '' , |
|||
style = wx.DEFAULT_DIALOG_STYLE , |
|||
kwargs | |||
) |
Dialog to set various options for data plotted, including: line width, color, style; marker size, color, fill, and style; grid and legend options.
Definition at line 453 of file wxplot/dialogs.py.
def dialogs.OptDialog.OnApply | ( | self, | |
event | |||
) |
Button 'Apply' pressed.
Does not close dialog
Definition at line 860 of file wxplot/dialogs.py.
References dialogs.TextDialog.UpdateSettings(), preferences.VDigitSettingsDialog.UpdateSettings(), dialogs.OptDialog.UpdateSettings(), wxdisplay.DisplayDriver.UpdateSettings(), wxdigit.IVDigit.UpdateSettings(), and manager.GrSettingsDialog.UpdateSettings().
Referenced by dialogs.OptDialog.OnOk(), and dialogs.OptDialog.OnSave().
def dialogs.OptDialog.OnCancel | ( | self, | |
event | |||
) |
Button 'Cancel' pressed.
Definition at line 872 of file wxplot/dialogs.py.
Referenced by dialogs.DxfImportDialog.OnRun().
def dialogs.OptDialog.OnOk | ( | self, | |
event | |||
) |
Button 'OK' pressed.
Definition at line 867 of file wxplot/dialogs.py.
References preferences.PreferencesBaseDialog.OnApply(), dialogs.VDigitCategoryDialog.OnApply(), sqlbuilder.SQLFrame.OnApply(), preferences.PreferencesDialog.OnApply(), dialogs.TextDialog.OnApply(), colorrules.ColorTable.OnApply(), dialogs.MapDialog.OnApply(), preferences.NvizPreferencesDialog.OnApply(), forms.TaskFrame.OnApply(), preferences.VDigitSettingsDialog.OnApply(), dialogs.OptDialog.OnApply(), dialogs.GroupDialog.OnApply(), dialogs.RasterDialog.OnApply(), dialogs.MainVectorDialog.OnApply(), colorrules.VectorColorTable.OnApply(), dialogs.SetOpacityDialog.OnApply(), and manager.GrSettingsDialog.OnApply().
def dialogs.OptDialog.OnSave | ( | self, | |
event | |||
) |
Button 'Save' pressed.
Definition at line 850 of file wxplot/dialogs.py.
References preferences.PreferencesBaseDialog.OnApply(), dialogs.VDigitCategoryDialog.OnApply(), sqlbuilder.SQLFrame.OnApply(), preferences.PreferencesDialog.OnApply(), dialogs.TextDialog.OnApply(), colorrules.ColorTable.OnApply(), dialogs.MapDialog.OnApply(), preferences.NvizPreferencesDialog.OnApply(), forms.TaskFrame.OnApply(), preferences.VDigitSettingsDialog.OnApply(), dialogs.OptDialog.OnApply(), dialogs.GroupDialog.OnApply(), dialogs.RasterDialog.OnApply(), dialogs.MainVectorDialog.OnApply(), colorrules.VectorColorTable.OnApply(), dialogs.SetOpacityDialog.OnApply(), manager.GrSettingsDialog.OnApply(), base.BasePlotFrame.plottype, dialogs.TextDialog.plottype, and dialogs.OptDialog.plottype.
def dialogs.OptDialog.OnSetMap | ( | self, | |
event | |||
) |
Handler for changing map selection.
Definition at line 795 of file wxplot/dialogs.py.
References dialogs.DisplayAttributesDialog.map, dialogs.OptDialog.map, gselect.VectorDBInfo.map, manager.AttributeManager.map, base.BasePlotFrame.raster, dialogs.OptDialog.raster, dialogs.ProfileRasterDialog.rasterList, base.BasePlotFrame.rasterList, dialogs.OptDialog.rasterList, widgets.SetValue(), and dialogs.OptDialog.wxId.
def dialogs.OptDialog.OnSetOpt | ( | self, | |
event | |||
) |
Handler for changing any other option.
Definition at line 808 of file wxplot/dialogs.py.
References dialogs.DisplayAttributesDialog.map, dialogs.OptDialog.map, gselect.VectorDBInfo.map, manager.AttributeManager.map, dialogs.ProfileRasterDialog.rasterList, base.BasePlotFrame.rasterList, dialogs.OptDialog.rasterList, dialogs.TextDialog.UpdateSettings(), preferences.VDigitSettingsDialog.UpdateSettings(), dialogs.OptDialog.UpdateSettings(), wxdisplay.DisplayDriver.UpdateSettings(), wxdigit.IVDigit.UpdateSettings(), and manager.GrSettingsDialog.UpdateSettings().
def dialogs.OptDialog.UpdateSettings | ( | self | ) |
Apply settings to each map and to entire plot.
Definition at line 816 of file wxplot/dialogs.py.
References widgets.GetValue(), dialogs.DisplayAttributesDialog.map, dialogs.OptDialog.map, gselect.VectorDBInfo.map, manager.AttributeManager.map, base.BasePlotFrame.plottype, dialogs.TextDialog.plottype, dialogs.OptDialog.plottype, colorrules.RulesPanel.properties, model.Model.properties, base.BasePlotFrame.properties, dialogs.TextDialog.properties, dialogs.OptDialog.properties, colorrules.RasterColorTable.properties, colorrules.VectorColorTable.properties, model.ProcessModelFile.properties, model.WriteModelFile.properties, base.BasePlotFrame.raster, dialogs.OptDialog.raster, and dialogs.OptDialog.wxId.
Referenced by tools.NvizToolWindow.LoadSettings(), dialogs.OptDialog.OnApply(), and dialogs.OptDialog.OnSetOpt().
dialogs.OptDialog.axislist |
Definition at line 475 of file wxplot/dialogs.py.
dialogs.OptDialog.linestyledict |
Definition at line 462 of file wxplot/dialogs.py.
dialogs.OptDialog.map |
Definition at line 488 of file wxplot/dialogs.py.
Referenced by dialogs.OptDialog.OnSetMap(), dialogs.OptDialog.OnSetOpt(), vinfo.VectorDBInfo.SelectByPoint(), and dialogs.OptDialog.UpdateSettings().
dialogs.OptDialog.mapchoice |
Definition at line 533 of file wxplot/dialogs.py.
dialogs.OptDialog.parent |
Definition at line 461 of file wxplot/dialogs.py.
dialogs.OptDialog.plottype |
Definition at line 465 of file wxplot/dialogs.py.
Referenced by dialogs.OptDialog.OnSave(), profile.ProfileFrame.OnSelectRaster(), and dialogs.OptDialog.UpdateSettings().
dialogs.OptDialog.properties |
Definition at line 487 of file wxplot/dialogs.py.
Referenced by colorrules.ColorTable.CreateColorTable(), colorrules.ColorTable.LoadTable(), colorrules.ColorTable.ReadColorTable(), and dialogs.OptDialog.UpdateSettings().
dialogs.OptDialog.ptfilldict |
Definition at line 463 of file wxplot/dialogs.py.
dialogs.OptDialog.pttypelist |
Definition at line 467 of file wxplot/dialogs.py.
dialogs.OptDialog.raster |
Definition at line 485 of file wxplot/dialogs.py.
Referenced by profile.ProfileFrame.OnSelectRaster(), dialogs.OptDialog.OnSetMap(), profile.ProfileFrame.OnStats(), profile.ProfileFrame.SaveProfileToFile(), profile.ProfileFrame.SetupProfile(), and dialogs.OptDialog.UpdateSettings().
dialogs.OptDialog.rasterList |
Definition at line 486 of file wxplot/dialogs.py.
Referenced by profile.ProfileFrame.OnCreateProfile(), profile.ProfileFrame.OnSelectRaster(), dialogs.OptDialog.OnSetMap(), dialogs.OptDialog.OnSetOpt(), profile.ProfileFrame.SaveProfileToFile(), and profile.ProfileFrame.SetupProfile().
dialogs.OptDialog.wxId |
Definition at line 480 of file wxplot/dialogs.py.
Referenced by dialogs.OptDialog.OnSetMap(), and dialogs.OptDialog.UpdateSettings().