|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Checkbox to enable and disable auto-rendering. More...


Public Member Functions | |
| def | __init__ |
| def | OnToggleRender |
| def | Update |
| Called when statusbar action is activated (e.g. | |
Data Fields | |
| name | |
| widget | |
Checkbox to enable and disable auto-rendering.
Requires MapFrame.OnRender method.
Definition at line 347 of file statusbar.py.
| def statusbar.SbRender.__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 352 of file statusbar.py.
| def statusbar.SbRender.OnToggleRender | ( | self, | |
| event | |||
| ) |
Definition at line 367 of file statusbar.py.
References widgets.FloatSlider.GetValue(), statusbar.SbItem.GetValue(), model.ModelData.GetValue(), and gselect.ElementSelect.GetValue().
| def statusbar.SbRender.Update | ( | self | ) |
Called when statusbar action is activated (e.g.
through wx.Choice).
Reimplemented from statusbar.SbItem.
Definition at line 372 of file statusbar.py.
References statusbar.SbItem.Show().
Referenced by wizard.DatumPage.OnDText(), colorrules.VectorColorTable.OnLayerSelection(), manager.GroupPage.OnMkGroup(), and mapwindow.BufferedWindow.TextBounds().
Definition at line 354 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
Definition at line 356 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().