|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Shows RMS error. More...


Public Member Functions | |
| def | __init__ |
| def | Show |
| Invokes showing of underlying widget. | |
Data Fields | |
| name | |
| label | |
Shows RMS error.
Requires MapFrame.GetFwdError, MapFrame.GetBkwError.
Definition at line 1045 of file statusbar.py.
| def statusbar.SbRMSError.__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.SbTextItem.
Definition at line 1050 of file statusbar.py.
| def statusbar.SbRMSError.Show | ( | self | ) |
Invokes showing of underlying widget.
In derived classes it can do what is appropriate for it, e.g. showing text on statusbar (only).
Reimplemented from statusbar.SbTextItem.
Definition at line 1055 of file statusbar.py.
References widgets.FloatSlider.SetValue(), statusbar.SbItem.SetValue(), and model.ModelData.SetValue().
Definition at line 1053 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
Definition at line 1052 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().