|
GRASS Programmer's Manual
6.4.2(2012)
|
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. | |
| 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.
| cmd | (prog, **kwargs) |
| title | window title |
| exceptMap | list of maps to be excepted |
| log | |
| disableAdd | disable 'add layer' checkbox |
| disableTable | disable 'create table' checkbox |
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().