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

Data Structures

class  GCPManToolbar
 Toolbar for managing ground control points. More...
 
class  GCPDisplayToolbar
 
class  ModelerToolbar
 Graphical modeler toolbaro (see gmodeler.py) More...
 
class  BaseToolbar
 Abstract toolbar class. More...
 
class  LMWorkspaceToolbar
 Layer Manager workspace toolbar. More...
 
class  LMDataToolbar
 Layer Manager data toolbar. More...
 
class  LMToolsToolbar
 Layer Manager tools toolbar. More...
 
class  LMMiscToolbar
 Layer Manager misc toolbar. More...
 
class  LMVectorToolbar
 Layer Manager vector toolbar. More...
 
class  LMNvizToolbar
 Nviz toolbar. More...
 
class  MapToolbar
 Map Display toolbar. More...
 
class  PsMapToolbar
 
class  VDigitToolbar
 Toolbar for digitization. More...
 

Variables

dictionary BaseIcons
 
dictionary MapIcons
 
dictionary NvizIcons
 

Variable Documentation

dictionary toolbars.BaseIcons

Definition at line 29 of file gui_core/toolbars.py.

dictionary toolbars.MapIcons
Initial value:
1 = {
2  'query' : MetaIcon(img = 'info',
3  label = _('Query raster/vector map(s)'),
4  desc = _('Query selected raster/vector map(s)')),
5  'addBarscale': MetaIcon(img = 'scalebar-add',
6  label = _('Add scalebar and north arrow')),
7  'addLegend' : MetaIcon(img = 'legend-add',
8  label = _('Add legend')),
9  'addNorthArrow': MetaIcon(img = 'north-arrow-add',
10  label = _('North Arrow')),
11  'analyze' : MetaIcon(img = 'layer-raster-analyze',
12  label = _('Analyze map'),
13  desc = _('Measuring, profiling, histogramming, ...')),
14  'measure' : MetaIcon(img = 'measure-length',
15  label = _('Measure distance')),
16  'profile' : MetaIcon(img = 'layer-raster-profile',
17  label = _('Profile surface map')),
18  'scatter' : MetaIcon(img = 'layer-raster-profile',
19  label = _("Create bivariate scatterplot of raster maps")),
20  'addText' : MetaIcon(img = 'text-add',
21  label = _('Add text layer')),
22  'histogram' : MetaIcon(img = 'layer-raster-histogram',
23  label = _('Create histogram of raster map')),
24  }

Definition at line 26 of file mapdisp/toolbars.py.

dictionary toolbars.NvizIcons
Initial value:
1 = {
2  'rotate' : MetaIcon(img = '3d-rotate',
3  label = _('Rotate 3D scene'),
4  desc = _('Drag with mouse to rotate 3D scene')),
5  'flyThrough': MetaIcon(img = 'flythrough',
6  label = _('Fly-through mode'),
7  desc = _('Drag with mouse, hold Ctrl down for different mode'
8  ' or Shift to accelerate')),
9  'zoomIn' : BaseIcons['zoomIn'].SetLabel(desc = _('Click mouse to zoom')),
10  'zoomOut' : BaseIcons['zoomOut'].SetLabel(desc = _('Click mouse to unzoom'))
11  }

Definition at line 51 of file mapdisp/toolbars.py.