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

Page for setting default region extents and resolution. More...

Inheritance diagram for dialogs.RegionDef:
Collaboration diagram for dialogs.RegionDef:

Public Member Functions

def __init__
 
def MakeSettings3DPaneContent
 Create 3D region settings pane. More...
 
def OnSettings3DPaneChanged
 Collapse 3D settings box. More...
 
def OnValue
 Set given value. More...
 
def OnSetButton
 Set default region. More...
 
def OnCancel
 

Data Fields

 parent
 
 location
 
 north
 
 south
 
 east
 
 west
 
 nsres
 
 ewres
 
 top
 
 bottom
 
 tbres
 
 tnorth
 
 tsouth
 
 twest
 
 teast
 
 tnsres
 
 tewres
 
 lrows
 
 lcols
 
 lcells
 
 bset
 
 bcancel
 
 img
 
 currlocation
 
 currmapset
 
 rows
 
 cols
 
 cells
 
 depth
 
 cells3
 
 infoCollapseLabelExp
 
 infoCollapseLabelCol
 
 settings3D
 
 minWindowSize
 
 ttop
 
 tbottom
 
 ttbres
 
 ldepth
 
 lcells3
 

Detailed Description

Page for setting default region extents and resolution.

Definition at line 32 of file location_wizard/dialogs.py.

Constructor & Destructor Documentation

def dialogs.RegionDef.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  size = (800, 600,
  title = _("Set default region extent and resolution"),
  location = None 
)

Definition at line 36 of file location_wizard/dialogs.py.

Member Function Documentation

def dialogs.RegionDef.MakeSettings3DPaneContent (   self,
  pane 
)

Create 3D region settings pane.

Definition at line 209 of file location_wizard/dialogs.py.

def dialogs.RegionDef.OnCancel (   self,
  event 
)

Field Documentation

dialogs.RegionDef.bcancel
dialogs.RegionDef.bottom
dialogs.RegionDef.bset
dialogs.RegionDef.cells

Definition at line 147 of file location_wizard/dialogs.py.

Referenced by dialogs.RegionDef.OnValue().

dialogs.RegionDef.cells3

Definition at line 155 of file location_wizard/dialogs.py.

Referenced by dialogs.RegionDef.OnValue().

dialogs.RegionDef.cols

Definition at line 146 of file location_wizard/dialogs.py.

Referenced by dialogs.RegionDef.OnValue().

dialogs.RegionDef.currlocation

Definition at line 104 of file location_wizard/dialogs.py.

dialogs.RegionDef.currmapset

Definition at line 105 of file location_wizard/dialogs.py.

dialogs.RegionDef.depth

Definition at line 154 of file location_wizard/dialogs.py.

Referenced by dialogs.RegionDef.OnValue().

dialogs.RegionDef.east
dialogs.RegionDef.ewres
dialogs.RegionDef.infoCollapseLabelCol
dialogs.RegionDef.infoCollapseLabelExp
dialogs.RegionDef.lcells
dialogs.RegionDef.lcells3

Definition at line 228 of file location_wizard/dialogs.py.

dialogs.RegionDef.lcols
dialogs.RegionDef.ldepth

Definition at line 227 of file location_wizard/dialogs.py.

dialogs.RegionDef.location

Definition at line 43 of file location_wizard/dialogs.py.

Referenced by wizard.DatabasePage.OnPageChanging().

dialogs.RegionDef.lrows
dialogs.RegionDef.minWindowSize
dialogs.RegionDef.north
dialogs.RegionDef.nsres
dialogs.RegionDef.rows

Definition at line 145 of file location_wizard/dialogs.py.

Referenced by dialogs.RegionDef.OnValue().

dialogs.RegionDef.settings3D
dialogs.RegionDef.south
dialogs.RegionDef.tbottom

Definition at line 217 of file location_wizard/dialogs.py.

dialogs.RegionDef.tbres
dialogs.RegionDef.teast
dialogs.RegionDef.tewres
dialogs.RegionDef.tnorth
dialogs.RegionDef.tnsres
dialogs.RegionDef.top
dialogs.RegionDef.tsouth
dialogs.RegionDef.ttbres

Definition at line 219 of file location_wizard/dialogs.py.

dialogs.RegionDef.ttop

Definition at line 215 of file location_wizard/dialogs.py.

dialogs.RegionDef.twest
dialogs.RegionDef.west

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