GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
base Namespace Reference

Data Structures

class  BaseClass
 Base class providing basic methods. More...
class  BasePlotFrame
 Abstract PyPlot display frame class. More...

Variables

dictionary PlotIcons

Variable Documentation

dictionary base.PlotIcons
Initial value:
00001 {
00002     'draw'         : MetaIcon(img = 'show',
00003                               label = _('Draw/re-draw plot')),
00004     'transect'     : MetaIcon(img = 'layer-raster-profile',
00005                               label = _('Draw transect in map display window to profile')),
00006     'options'      : MetaIcon(img = 'settings',
00007                               label = _('Plot options')),
00008     'statistics'   : MetaIcon(img = 'check',
00009                               label = _('Plot statistics')),
00010     'save'         : MetaIcon(img = 'save',
00011                               label = _('Save profile data to CSV file')),
00012     'quit'         : BaseIcons['quit'].SetLabel(_('Quit plot tool')),
00013     }

Definition at line 33 of file wxplot/base.py.