GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
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 | |
ffamilydict | |
fstyledict | |
fwtdict | |
parent | |
ptitle | |
xlabel | |
ylabel | |
properties | |
fontfamily | |
fontstyle | |
fontweight | |
ptitleentry | |
ptitlesize | |
xlabelentry | |
ylabelentry | |
axislabelsize | |
ffamilycb | |
fstylecb | |
fwtcb |
Definition at line 856 of file profile.py.
def gui_modules.profile.TextDialog.__init__ | ( | self, | |
parent, | |||
id, | |||
title, | |||
pos = wx.DefaultPosition , |
|||
size = wx.DefaultSize , |
|||
style = wx.DEFAULT_DIALOG_STYLE |
|||
) |
Dialog to set profile text options: font, title and font size, axis labels and font size.
Definition at line 858 of file profile.py.
def gui_modules.profile.TextDialog.OnApply | ( | self, | |
event | |||
) |
Button 'Apply' pressed.
Definition at line 1094 of file profile.py.
References gui_modules.profile.TextDialog.UpdateSettings(), gui_modules.nviz_tools.NvizToolWindow.UpdateSettings(), and gui_modules.gcpmanager.GrSettingsDialog.UpdateSettings().
Referenced by gui_modules.vdigit.VDigitCategoryDialog.OnOK().
def gui_modules.profile.TextDialog.OnCancel | ( | self, | |
event | |||
) |
Button 'Cancel' pressed.
Definition at line 1104 of file profile.py.
Referenced by gui_modules.vdigit.VDigitCategoryDialog.OnOK().
def gui_modules.profile.TextDialog.OnOk | ( | self, | |
event | |||
) |
Button 'OK' pressed.
Definition at line 1099 of file profile.py.
References gui_modules.profile.TextDialog.UpdateSettings(), gui_modules.nviz_tools.NvizToolWindow.UpdateSettings(), and gui_modules.gcpmanager.GrSettingsDialog.UpdateSettings().
def gui_modules.profile.TextDialog.OnSave | ( | self, | |
event | |||
) |
Button 'Save' pressed.
Definition at line 1084 of file profile.py.
References gui_modules.profile.TextDialog.UpdateSettings(), gui_modules.nviz_tools.NvizToolWindow.UpdateSettings(), and gui_modules.gcpmanager.GrSettingsDialog.UpdateSettings().
def gui_modules.profile.TextDialog.OnTitle | ( | self, | |
event | |||
) |
Definition at line 1064 of file profile.py.
References gui_modules.profile.ProfileFrame.ptitle, and gui_modules.profile.TextDialog.ptitle.
def gui_modules.profile.TextDialog.OnXLabel | ( | self, | |
event | |||
) |
Definition at line 1067 of file profile.py.
References gui_modules.profile.ProfileFrame.xlabel, and gui_modules.profile.TextDialog.xlabel.
def gui_modules.profile.TextDialog.OnYLabel | ( | self, | |
event | |||
) |
Definition at line 1070 of file profile.py.
References gui_modules.profile.ProfileFrame.ylabel, and gui_modules.profile.TextDialog.ylabel.
def gui_modules.profile.TextDialog.UpdateSettings | ( | self | ) |
Definition at line 1073 of file profile.py.
References gui_modules.profile.TextDialog.ffamilydict, gui_modules.profile.TextDialog.fstyledict, gui_modules.profile.TextDialog.fwtdict, gui_modules.colorrules.ColorTable.properties, gui_modules.gmodeler.Model.properties, gui_modules.profile.ProfileFrame.properties, gui_modules.profile.TextDialog.properties, gui_modules.gmodeler.ProcessModelFile.properties, and gui_modules.gmodeler.WriteModelFile.properties.
Referenced by gui_modules.vdigit.VDigitSettingsDialog.OnApply(), gui_modules.profile.TextDialog.OnApply(), gui_modules.profile.OptDialog.OnApply(), gui_modules.profile.TextDialog.OnOk(), gui_modules.vdigit.VDigitSettingsDialog.OnSave(), gui_modules.profile.TextDialog.OnSave(), and gui_modules.profile.OptDialog.OnSave().
gui_modules.profile.TextDialog.axislabelsize |
Definition at line 954 of file profile.py.
gui_modules.profile.TextDialog.ffamilycb |
Definition at line 977 of file profile.py.
gui_modules.profile.TextDialog.ffamilydict |
Definition at line 867 of file profile.py.
Referenced by gui_modules.profile.TextDialog.UpdateSettings().
gui_modules.profile.TextDialog.fontfamily |
Definition at line 892 of file profile.py.
gui_modules.profile.TextDialog.fontstyle |
Definition at line 893 of file profile.py.
gui_modules.profile.TextDialog.fontweight |
Definition at line 894 of file profile.py.
gui_modules.profile.TextDialog.fstylecb |
Definition at line 991 of file profile.py.
gui_modules.profile.TextDialog.fstyledict |
Definition at line 875 of file profile.py.
Referenced by gui_modules.profile.TextDialog.UpdateSettings().
gui_modules.profile.TextDialog.fwtcb |
Definition at line 1005 of file profile.py.
gui_modules.profile.TextDialog.fwtdict |
Definition at line 879 of file profile.py.
Referenced by gui_modules.profile.TextDialog.UpdateSettings().
gui_modules.profile.TextDialog.parent |
Definition at line 883 of file profile.py.
Referenced by gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.wxvdigit.VDigitError.NoMap(), wxgui.GMFrame.OnPsMap(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.toolbars.VDigitToolbar.StopEditing(), and gui_modules.wxvdigit.VDigitError.WriteLine().
gui_modules.profile.TextDialog.properties |
Definition at line 889 of file profile.py.
Referenced by gui_modules.profile.TextDialog.UpdateSettings(), and gui_modules.profile.OptDialog.UpdateSettings().
gui_modules.profile.TextDialog.ptitle |
Definition at line 885 of file profile.py.
Referenced by gui_modules.profile.TextDialog.OnTitle().
gui_modules.profile.TextDialog.ptitleentry |
Definition at line 913 of file profile.py.
gui_modules.profile.TextDialog.ptitlesize |
Definition at line 923 of file profile.py.
gui_modules.profile.TextDialog.xlabel |
Definition at line 886 of file profile.py.
Referenced by gui_modules.profile.TextDialog.OnXLabel().
gui_modules.profile.TextDialog.xlabelentry |
Definition at line 934 of file profile.py.
gui_modules.profile.TextDialog.ylabel |
Definition at line 887 of file profile.py.
Referenced by gui_modules.profile.TextDialog.OnYLabel().
gui_modules.profile.TextDialog.ylabelentry |
Definition at line 944 of file profile.py.