GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
preferences.PreferencesDialog Class Reference

User preferences dialog. More...

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

Public Member Functions

def __init__
 
def OnApply
 Button 'Apply' pressed. More...
 
def OnSave
 Button 'Save' pressed. More...
 
def __init__
 
def OnCheckColorTable
 Set/unset default color table. More...
 
def OnLoadEpsgCodes
 Load EPSG codes from the file. More...
 
def OnSetEpsgCode
 EPSG code selected. More...
 
def OnSetFont
 
def OnSetOutputFont
 
def OnEnableWheelZoom
 Enable/disable wheel zoom mode control. More...
 
- Public Member Functions inherited from preferences.PreferencesBaseDialog
def __init__
 
def OnDefault
 Button 'Set to default' pressed. More...
 
def OnApply
 Button 'Apply' pressed Posts event EVT_SETTINGS_CHANGED. More...
 
def OnCloseWindow
 
def OnCancel
 Button 'Cancel' pressed. More...
 
def OnSave
 Button 'Save' pressed Posts event EVT_SETTINGS_CHANGED. More...
 

Data Fields

 epsgCodeDict
 
- Data Fields inherited from preferences.PreferencesBaseDialog
 parent
 
 title
 
 size
 
 settings
 
 notebook
 
 winId
 
 btnDefault
 
 btnSave
 
 btnApply
 
 btnCancel
 

Detailed Description

User preferences dialog.

Definition at line 25 of file gmodeler/preferences.py.

Constructor & Destructor Documentation

Member Function Documentation

def preferences.PreferencesDialog.OnCheckColorTable (   self,
  event 
)

Set/unset default color table.

Definition at line 1243 of file gui_core/preferences.py.

References preferences.PreferencesBaseDialog.winId.

Referenced by preferences.PreferencesDialog.__init__().

def preferences.PreferencesDialog.OnEnableWheelZoom (   self,
  event 
)

Enable/disable wheel zoom mode control.

Definition at line 1380 of file gui_core/preferences.py.

References preferences.PreferencesBaseDialog.winId.

Referenced by preferences.PreferencesDialog.__init__().

def preferences.PreferencesDialog.OnLoadEpsgCodes (   self,
  event 
)
def preferences.PreferencesDialog.OnSave (   self,
  event 
)

Button 'Save' pressed.

Definition at line 410 of file gmodeler/preferences.py.

def preferences.PreferencesDialog.OnSetEpsgCode (   self,
  event 
)
def preferences.PreferencesDialog.OnSetFont (   self,
  event 
)
'Set font' button pressed

Definition at line 1313 of file gui_core/preferences.py.

Referenced by preferences.PreferencesDialog.__init__().

def preferences.PreferencesDialog.OnSetOutputFont (   self,
  event 
)
'Set output font' button pressed

Definition at line 1337 of file gui_core/preferences.py.

Referenced by preferences.PreferencesDialog.__init__().

Field Documentation


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