GRASS Programmer's Manual
6.4.4(2014)-r
|
Shows RMS error. More...
Public Member Functions | |
def | __init__ |
def | Show (self) |
![]() | |
def | __init__ |
def | Show (self) |
def | Hide (self) |
def | SetValue (self, value) |
def | GetValue (self) |
def | GetWidget (self) |
def | Update (self) |
![]() | |
def | __init__ |
def | Show (self) |
Invokes showing of underlying widget. More... | |
def | Hide (self) |
def | SetValue (self, value) |
def | GetValue (self) |
def | GetPosition (self) |
def | GetWidget (self) |
Returns underlaying winget. More... | |
def | Update (self) |
Called when statusbar action is activated (e.g. More... | |
Data Fields | |
name | |
label | |
![]() | |
text | |
![]() | |
mapFrame | |
statusbar | |
position | |
Shows RMS error.
Requires MapFrame.GetFwdError, MapFrame.GetBkwError.
Definition at line 1054 of file statusbar.py.
def statusbar.SbRMSError.__init__ | ( | self, | |
mapframe, | |||
statusbar, | |||
position = 0 |
|||
) |
Definition at line 1059 of file statusbar.py.
def statusbar.SbRMSError.Show | ( | self | ) |
Definition at line 1064 of file statusbar.py.
References widgets.FloatSlider.SetValue(), statusbar.SbItem.SetValue(), model.ModelData.SetValue(), and dialogs.TextEntryDialog.SetValue().
statusbar.SbRMSError.label |
Definition at line 1062 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
statusbar.SbRMSError.name |
Definition at line 1061 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().