|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Checkbox to enable user defined projection (can be set in settings) More...


Public Member Functions | |
| def | __init__ |
| def | Update |
| Called when statusbar action is activated (e.g. | |
Data Fields | |
| name | |
| label | |
| defaultLabel | |
| widget | |
Checkbox to enable user defined projection (can be set in settings)
Definition at line 676 of file statusbar.py.
| def statusbar.SbProjection.__init__ | ( | self, | |
| mapframe, | |||
| statusbar, | |||
position = 0 |
|||
| ) |
| mapframe | instance of class with MapFrame interface |
| statusbar | statusbar instance (wx.Statusbar) |
| position | item position in statusbar |
Reimplemented from statusbar.SbItem.
Definition at line 678 of file statusbar.py.
| def statusbar.SbProjection.Update | ( | self | ) |
Called when statusbar action is activated (e.g.
through wx.Choice).
Reimplemented from statusbar.SbItem.
Definition at line 700 of file statusbar.py.
References statusbar.SbProjection.defaultLabel, and statusbar.SbItem.Show().
Referenced by wizard.DatumPage.OnDText(), colorrules.VectorColorTable.OnLayerSelection(), manager.GroupPage.OnMkGroup(), and mapwindow.BufferedWindow.TextBounds().
Definition at line 683 of file statusbar.py.
Referenced by statusbar.SbProjection.Update().
Definition at line 681 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
Definition at line 680 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
Definition at line 685 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().