GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.preferences.PreferencesDialog Class Reference

User preferences dialog. More...

Inheritance diagram for gui_modules.preferences.PreferencesDialog:
Collaboration diagram for gui_modules.preferences.PreferencesDialog:

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
- Public Member Functions inherited from gui_modules.preferences.PreferencesBaseDialog
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
- Data Fields inherited from gui_modules.preferences.PreferencesBaseDialog
 parent
 title
 size
 settings
 notebook
 winId
 btnDefault
 btnSave
 btnApply
 btnCancel

Detailed Description

User preferences dialog.

Definition at line 1115 of file preferences.py.

Constructor & Destructor Documentation

Member Function Documentation

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 
)
def gui_modules.preferences.PreferencesDialog.OnSetEpsgCode (   self,
  event 
)
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__().

Field Documentation

gui_modules.preferences.PreferencesDialog.epsgCodeDict

The documentation for this class was generated from the following file: