|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|


Public Member Functions | |
| def | __init__ |
| def | OnRefit |
| def | OnRotation |
| def | OnPositionType |
| def | OnBackground |
| def | OnHighlight |
| def | OnBorder |
| def | update |
| def | updateDialog |
| Update text coordinates, after moving. | |
| def | __init__ |
| Dialog to set profile text options: font, title and font size, axis labels and font size. | |
| def | OnTitle |
| def | OnXLabel |
| def | OnYLabel |
| def | UpdateSettings |
| def | OnSave |
| Button 'Save' pressed. | |
| def | OnApply |
| Button 'Apply' pressed. | |
| def | OnOk |
| Button 'OK' pressed. | |
| def | OnCancel |
| Button 'Cancel' pressed. | |
Data Fields | |
| objectType | |
| textDict | |
| id | |
| mapId | |
| textPanel | |
| positionPanel | |
| textCtrl | |
| effect | |
| xoffLabel | |
| yoffLabel | |
| xoffCtrl | |
| yoffCtrl | |
| radio | |
| rotCtrl | |
| rotValue | |
| ffamilydict | |
| fstyledict | |
| fwtdict | |
| parent | |
| ptitle | |
| xlabel | |
| ylabel | |
| properties | |
| fontfamily | |
| fontstyle | |
| fontweight | |
| ptitleentry | |
| ptitlesize | |
| xlabelentry | |
| ylabelentry | |
| axislabelsize | |
| ffamilycb | |
| fstylecb | |
| fwtcb | |
Definition at line 3672 of file psmap/dialogs.py.
| def dialogs.TextDialog.__init__ | ( | self, | |
| parent, | |||
| id, | |||
| settings | |||
| ) |
Definition at line 3673 of file psmap/dialogs.py.
| def dialogs.TextDialog.__init__ | ( | self, | |
| parent, | |||
| id, | |||
| title, | |||
style = wx.DEFAULT_DIALOG_STYLE, |
|||
| kwargs | |||
| ) |
Dialog to set profile text options: font, title and font size, axis labels and font size.
Reimplemented from dialogs.PsmapDialog.
Definition at line 198 of file wxplot/dialogs.py.
| def dialogs.TextDialog.OnApply | ( | self, | |
| event | |||
| ) |
Button 'Apply' pressed.
Definition at line 434 of file wxplot/dialogs.py.
References dialogs.TextDialog.UpdateSettings(), preferences.VDigitSettingsDialog.UpdateSettings(), wxdisplay.DisplayDriver.UpdateSettings(), wxdigit.IVDigit.UpdateSettings(), and manager.GrSettingsDialog.UpdateSettings().
| def dialogs.TextDialog.OnBackground | ( | self, | |
| event | |||
| ) |
Definition at line 3918 of file psmap/dialogs.py.
References dialogs.TextDialog.effect, widgets.GetValue(), dialogs.PageSetupDialog.update(), dialogs.MapFramePanel.update(), dialogs.RasterPanel.update(), dialogs.VectorPanel.update(), dialogs.RasterDialog.update(), dialogs.MainVectorDialog.update(), dialogs.MapinfoDialog.update(), dialogs.ScalebarDialog.update(), and dialogs.TextDialog.update().
| def dialogs.TextDialog.OnBorder | ( | self, | |
| event | |||
| ) |
Definition at line 3936 of file psmap/dialogs.py.
References dialogs.TextDialog.effect, widgets.GetValue(), dialogs.PageSetupDialog.update(), dialogs.MapFramePanel.update(), dialogs.RasterPanel.update(), dialogs.VectorPanel.update(), dialogs.RasterDialog.update(), dialogs.MainVectorDialog.update(), dialogs.MapinfoDialog.update(), dialogs.ScalebarDialog.update(), and dialogs.TextDialog.update().
| def dialogs.TextDialog.OnCancel | ( | self, | |
| event | |||
| ) |
Button 'Cancel' pressed.
Definition at line 444 of file wxplot/dialogs.py.
| def dialogs.TextDialog.OnHighlight | ( | self, | |
| event | |||
| ) |
Definition at line 3925 of file psmap/dialogs.py.
References dialogs.TextDialog.effect, widgets.GetValue(), dialogs.PageSetupDialog.update(), dialogs.MapFramePanel.update(), dialogs.RasterPanel.update(), dialogs.VectorPanel.update(), dialogs.RasterDialog.update(), dialogs.MainVectorDialog.update(), dialogs.MapinfoDialog.update(), dialogs.ScalebarDialog.update(), and dialogs.TextDialog.update().
| def dialogs.TextDialog.OnOk | ( | self, | |
| event | |||
| ) |
Button 'OK' pressed.
Definition at line 439 of file wxplot/dialogs.py.
References dialogs.TextDialog.UpdateSettings(), preferences.VDigitSettingsDialog.UpdateSettings(), wxdisplay.DisplayDriver.UpdateSettings(), wxdigit.IVDigit.UpdateSettings(), and manager.GrSettingsDialog.UpdateSettings().
| def dialogs.TextDialog.OnPositionType | ( | self, | |
| event | |||
| ) |
Definition at line 3906 of file psmap/dialogs.py.
References widgets.GetValue().
| def dialogs.TextDialog.OnRefit | ( | self, | |
| event | |||
| ) |
Definition at line 3897 of file psmap/dialogs.py.
| def dialogs.TextDialog.OnRotation | ( | self, | |
| event | |||
| ) |
Definition at line 3900 of file psmap/dialogs.py.
| def dialogs.TextDialog.OnSave | ( | self, | |
| event | |||
| ) |
Button 'Save' pressed.
Definition at line 424 of file wxplot/dialogs.py.
References dialogs.TextDialog.UpdateSettings(), preferences.VDigitSettingsDialog.UpdateSettings(), wxdisplay.DisplayDriver.UpdateSettings(), wxdigit.IVDigit.UpdateSettings(), and manager.GrSettingsDialog.UpdateSettings().
| def dialogs.TextDialog.OnTitle | ( | self, | |
| event | |||
| ) |
Definition at line 404 of file wxplot/dialogs.py.
References base.BasePlotFrame.ptitle, and dialogs.TextDialog.ptitle.
| def dialogs.TextDialog.OnXLabel | ( | self, | |
| event | |||
| ) |
Definition at line 407 of file wxplot/dialogs.py.
References base.BasePlotFrame.xlabel, and dialogs.TextDialog.xlabel.
| def dialogs.TextDialog.OnYLabel | ( | self, | |
| event | |||
| ) |
Definition at line 410 of file wxplot/dialogs.py.
References base.BasePlotFrame.ylabel, and dialogs.TextDialog.ylabel.
| def dialogs.TextDialog.update | ( | self | ) |
Definition at line 3947 of file psmap/dialogs.py.
References utils.convertRGB(), dialogs.TextDialog.effect, widgets.GetValue(), dialogs.PsmapDialog.id, render.Overlay.id, model.ModelObject.id, model.ModelAction.id, model.ModelItem.id, wxnviz.Texture.id, dialogs.PsmapDialog.instruction, dialogs.LegendDialog.mapId, dialogs.TextDialog.mapId, utils.PaperMapCoordinates(), dialogs.TextDialog.radio, wxnviz.TextTexture.textDict, and dialogs.TextDialog.textDict.
Referenced by dialogs.TextDialog.OnBackground(), dialogs.TextDialog.OnBorder(), and dialogs.TextDialog.OnHighlight().
| def dialogs.TextDialog.updateDialog | ( | self | ) |
Update text coordinates, after moving.
Definition at line 4042 of file psmap/dialogs.py.
References widgets.SetValue(), wxnviz.TextTexture.textDict, and dialogs.TextDialog.textDict.
| def dialogs.TextDialog.UpdateSettings | ( | self | ) |
Definition at line 413 of file wxplot/dialogs.py.
References dialogs.TextDialog.ffamilydict, dialogs.TextDialog.fstyledict, dialogs.TextDialog.fwtdict, colorrules.RulesPanel.properties, model.Model.properties, base.BasePlotFrame.properties, dialogs.TextDialog.properties, colorrules.RasterColorTable.properties, colorrules.VectorColorTable.properties, model.ProcessModelFile.properties, and model.WriteModelFile.properties.
Referenced by tools.NvizToolWindow.LoadSettings(), dialogs.TextDialog.OnApply(), dialogs.OptDialog.OnApply(), dialogs.TextDialog.OnOk(), dialogs.TextDialog.OnSave(), and dialogs.OptDialog.OnSave().
Definition at line 294 of file wxplot/dialogs.py.
Definition at line 3743 of file psmap/dialogs.py.
Referenced by dialogs.TextDialog.OnBackground(), dialogs.TextDialog.OnBorder(), dialogs.TextDialog.OnHighlight(), and dialogs.TextDialog.update().
Definition at line 317 of file wxplot/dialogs.py.
Definition at line 207 of file wxplot/dialogs.py.
Referenced by dialogs.TextDialog.UpdateSettings().
Definition at line 232 of file wxplot/dialogs.py.
Definition at line 233 of file wxplot/dialogs.py.
Definition at line 234 of file wxplot/dialogs.py.
Definition at line 331 of file wxplot/dialogs.py.
Definition at line 215 of file wxplot/dialogs.py.
Referenced by dialogs.TextDialog.UpdateSettings().
Definition at line 345 of file wxplot/dialogs.py.
Definition at line 219 of file wxplot/dialogs.py.
Referenced by dialogs.TextDialog.UpdateSettings().
Reimplemented from dialogs.PsmapDialog.
Definition at line 3679 of file psmap/dialogs.py.
Definition at line 3688 of file psmap/dialogs.py.
Referenced by dialogs.TextDialog.update(), dialogs.ImageDialog.update(), and dialogs.PointDialog.update().
Reimplemented from dialogs.PsmapDialog.
Definition at line 3675 of file psmap/dialogs.py.
Reimplemented from dialogs.PsmapDialog.
Definition at line 223 of file wxplot/dialogs.py.
Definition at line 3694 of file psmap/dialogs.py.
Definition at line 229 of file wxplot/dialogs.py.
Referenced by colorrules.ColorTable.CreateColorTable(), colorrules.ColorTable.LoadTable(), colorrules.ColorTable.ReadColorTable(), dialogs.TextDialog.UpdateSettings(), and dialogs.OptDialog.UpdateSettings().
Definition at line 225 of file wxplot/dialogs.py.
Referenced by dialogs.TextDialog.OnTitle(), and profile.ProfileFrame.SetupProfile().
Definition at line 253 of file wxplot/dialogs.py.
Definition at line 263 of file wxplot/dialogs.py.
Definition at line 3856 of file psmap/dialogs.py.
Referenced by dialogs.TextDialog.update().
Definition at line 3875 of file psmap/dialogs.py.
Definition at line 3876 of file psmap/dialogs.py.
Definition at line 3714 of file psmap/dialogs.py.
Definition at line 3677 of file psmap/dialogs.py.
Referenced by dialogs.TextDialog.update(), and dialogs.TextDialog.updateDialog().
Definition at line 3693 of file psmap/dialogs.py.
Definition at line 226 of file wxplot/dialogs.py.
Referenced by dialogs.TextDialog.OnXLabel().
Definition at line 274 of file wxplot/dialogs.py.
Definition at line 3834 of file psmap/dialogs.py.
Definition at line 3832 of file psmap/dialogs.py.
Definition at line 227 of file wxplot/dialogs.py.
Referenced by dialogs.TextDialog.OnYLabel(), and profile.ProfileFrame.SetupProfile().
Definition at line 284 of file wxplot/dialogs.py.
Definition at line 3835 of file psmap/dialogs.py.
Definition at line 3833 of file psmap/dialogs.py.