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

Data Structures

class  ElementDialog
class  LocationDialog
 Dialog used to select location. More...
class  MapsetDialog
 Dialog used to select mapset. More...
class  NewVectorDialog
class  SavedRegion
class  DecorationDialog
class  TextLayerDialog
class  AddMapLayersDialog
 Add selected map layers (raster, vector) into layer tree. More...
class  ImportDialog
 Dialog for bulk import of various data (base class) More...
class  GdalImportDialog
 Dialog for bulk import of various raster/vector data. More...
class  DxfImportDialog
 Dialog for bulk import of DXF layers. More...
class  LayersList
 List of layers to be imported (dxf, shp...) More...
class  SetOpacityDialog
 Set opacity of map layers. More...
class  StaticWrapText
 A Static Text field that wraps its text to fit its width, enlarging its height if necessary. More...
class  ImageSizeDialog
 Set size for saved graphic file. More...

Functions

def CreateNewVector
 Create new vector map layer.
def GetImageHandlers
 Get list of supported image handlers.

Function Documentation

def gui_modules.gdialogs.CreateNewVector (   parent,
  cmd,
  title = _('Create new vector map'),
  exceptMap = None,
  log = None,
  disableAdd = False,
  disableTable = False 
)

Create new vector map layer.

Parameters:
cmd(prog, **kwargs)
titlewindow title
exceptMaplist of maps to be excepted
log
disableAdddisable 'add layer' checkbox
disableTabledisable 'create table' checkbox
Returns:
dialog instance
None on error

Definition at line 334 of file gdialogs.py.

Referenced by gui_modules.gdialogs.NewVectorDialog.IsChecked().

def gui_modules.gdialogs.GetImageHandlers (   image)

Get list of supported image handlers.

Definition at line 1626 of file gdialogs.py.

Referenced by gui_modules.gmodeler.ModelFrame.OnExportImage().