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

Public Member Functions

def __init__
 Loading or saving of display extents to saved region file. More...
 
def OnRegion
 
def GetName
 Return region name. More...
 

Data Fields

 loadsave
 
 wind
 

Detailed Description

Definition at line 438 of file gui_core/dialogs.py.

Constructor & Destructor Documentation

def dialogs.SavedRegion.__init__ (   self,
  parent,
  title,
  id = wx.ID_ANY,
  loadsave = 'load',
  kwargs 
)

Loading or saving of display extents to saved region file.

Parameters
loadsaveload or save region?

Definition at line 440 of file gui_core/dialogs.py.

Member Function Documentation

def dialogs.SavedRegion.GetName (   self)
def dialogs.SavedRegion.OnRegion (   self,
  event 
)

Definition at line 491 of file gui_core/dialogs.py.

References render.Map.wind, and dialogs.SavedRegion.wind.

Field Documentation

dialogs.SavedRegion.loadsave

Definition at line 447 of file gui_core/dialogs.py.

dialogs.SavedRegion.wind

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