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

Dialog used to select mapset. More...

Inheritance diagram for gui_modules.gdialogs.MapsetDialog:
Collaboration diagram for gui_modules.gdialogs.MapsetDialog:

Public Member Functions

def __init__
def GetMapset
- Public Member Functions inherited from gui_modules.gdialogs.ElementDialog
def __init__
 General dialog to choose given element (location, mapset, vector map, etc.)
def PostInit
def OnType
 Select element type.
def OnElement
 Name for vector map layer given.
def GetElement
 Return (mapName, overwrite)
def GetType
 Get element type.

Data Fields

 element
- Data Fields inherited from gui_modules.gdialogs.ElementDialog
 etype
 label
 panel
 btnCancel
 btnOK
 typeSelect
 element
 sizer
 dataSizer

Detailed Description

Dialog used to select mapset.

Definition at line 190 of file gdialogs.py.

Constructor & Destructor Documentation

def gui_modules.gdialogs.MapsetDialog.__init__ (   self,
  parent,
  title = _("Select mapset in GRASS location"),
  location = None,
  id = wx.ID_ANY 
)

Definition at line 193 of file gdialogs.py.

Member Function Documentation

def gui_modules.gdialogs.MapsetDialog.GetMapset (   self)

Definition at line 216 of file gdialogs.py.

References gui_modules.gdialogs.ElementDialog.GetElement().

Field Documentation

gui_modules.gdialogs.MapsetDialog.element

Definition at line 200 of file gdialogs.py.


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