GRASS Programmer's Manual
6.4.2(2012)
|
User preferences dialog. More...
Public Member Functions | |
def | __init__ |
def | OnCheckColorTable |
Set/unset default color table. | |
def | OnLoadEpsgCodes |
Load EPSG codes from the file. | |
def | OnSetEpsgCode |
EPSG code selected. | |
def | OnSetFont |
def | OnSetOutputFont |
![]() | |
def | __init__ |
def | OnDefault |
Button 'Set to default' pressed. | |
def | OnApply |
Button 'Apply' pressed Posts event EVT_SETTINGS_CHANGED. | |
def | OnCloseWindow |
def | OnCancel |
Button 'Cancel' pressed. | |
def | OnSave |
Button 'Save' pressed Posts event EVT_SETTINGS_CHANGED. |
Data Fields | |
epsgCodeDict | |
![]() | |
parent | |
title | |
size | |
settings | |
notebook | |
winId | |
btnDefault | |
btnSave | |
btnApply | |
btnCancel |
User preferences dialog.
Definition at line 1115 of file preferences.py.
def gui_modules.preferences.PreferencesDialog.__init__ | ( | self, | |
parent, | |||
title = _("GUI Settings") , |
|||
settings = globalSettings |
|||
) |
Definition at line 1118 of file preferences.py.
References gui_modules.nviz_tools.NvizToolWindow._createAppearancePage(), gui_modules.preferences.PreferencesDialog._createAppearancePage(), gui_modules.preferences.PreferencesDialog._createAttributeManagerPage(), gui_modules.preferences.PreferencesDialog._createCmdPage(), gui_modules.preferences.PreferencesDialog._createDisplayPage(), gui_modules.preferences.PreferencesDialog._createGeneralPage(), gui_modules.gmodeler.PreferencesDialog._createGeneralPage(), gui_modules.preferences.PreferencesDialog._createProjectionPage(), gui_modules.layertree.LayerTree.notebook, gui_modules.dbm_dialogs.DisplayAttributesDialog.notebook, gui_modules.dbm.AttributeManager.notebook, gui_modules.gmodeler.ModelFrame.notebook, gui_modules.menuform.cmdPanel.notebook, gui_modules.preferences.PreferencesBaseDialog.notebook, gui_modules.gmodeler.ModelParamDialog.notebook, gui_modules.preferences.PreferencesDialog.OnCheckColorTable(), gui_modules.preferences.PreferencesDialog.OnSetFont(), gui_modules.preferences.PreferencesDialog.OnSetOutputFont(), gui_modules.nviz_mapdisp.GLWindow.size, gui_modules.preferences.PreferencesBaseDialog.size, gui_modules.gmodeler.ProcessModelFile.size, and gui_modules.preferences.PreferencesBaseDialog.winId.
def gui_modules.preferences.PreferencesDialog.OnCheckColorTable | ( | self, | |
event | |||
) |
Set/unset default color table.
Definition at line 1983 of file preferences.py.
References gui_modules.preferences.PreferencesBaseDialog.winId.
Referenced by gui_modules.preferences.PreferencesDialog.__init__().
def gui_modules.preferences.PreferencesDialog.OnLoadEpsgCodes | ( | self, | |
event | |||
) |
Load EPSG codes from the file.
Definition at line 1991 of file preferences.py.
References gui_modules.location_wizard.EPSGPage.epsgCodeDict, gui_modules.preferences.PreferencesDialog.epsgCodeDict, gui_modules.render.map, gui_modules.psmap_dialogs.type, and gui_modules.preferences.PreferencesBaseDialog.winId.
def gui_modules.preferences.PreferencesDialog.OnSetEpsgCode | ( | self, | |
event | |||
) |
EPSG code selected.
Definition at line 2023 of file preferences.py.
References gui_modules.location_wizard.EPSGPage.epsgCodeDict, gui_modules.preferences.PreferencesDialog.epsgCodeDict, and gui_modules.preferences.PreferencesBaseDialog.winId.
def gui_modules.preferences.PreferencesDialog.OnSetFont | ( | self, | |
event | |||
) |
'Set font' button pressed
Definition at line 2053 of file preferences.py.
Referenced by gui_modules.preferences.PreferencesDialog.__init__().
def gui_modules.preferences.PreferencesDialog.OnSetOutputFont | ( | self, | |
event | |||
) |
'Set output font' button pressed
Definition at line 2077 of file preferences.py.
Referenced by gui_modules.preferences.PreferencesDialog.__init__().
gui_modules.preferences.PreferencesDialog.epsgCodeDict |
Definition at line 1871 of file preferences.py.
Referenced by gui_modules.preferences.PreferencesDialog.OnLoadEpsgCodes(), and gui_modules.preferences.PreferencesDialog.OnSetEpsgCode().