|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Checkbox to enable and disable showing of computational region. More...


Public Member Functions | |
| def | __init__ |
| def | OnToggleShowRegion |
| Shows/Hides extent (comp. | |
| def | SetValue |
Data Fields | |
| name | |
| label | |
| widget | |
Checkbox to enable and disable showing of computational region.
Requires MapFrame.OnRender, MapFrame.IsAutoRendered, MapFrame.GetWindow. Expects that instance returned by MapFrame.GetWindow will handle regionCoords attribute.
Definition at line 375 of file statusbar.py.
| def statusbar.SbShowRegion.__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 382 of file statusbar.py.
| def statusbar.SbShowRegion.OnToggleShowRegion | ( | self, | |
| event | |||
| ) |
Shows/Hides extent (comp.
region) in map canvas.
Shows or hides according to checkbox value.
Definition at line 401 of file statusbar.py.
| def statusbar.SbShowRegion.SetValue | ( | self, | |
| value | |||
| ) |
Reimplemented from statusbar.SbItem.
Definition at line 416 of file statusbar.py.
Referenced by gselect.SubGroupSelect.Insert(), gselect.ColumnSelect.InsertColumns(), gselect.ColumnSelect.InsertTableColumns(), gselect.TableSelect.InsertTables(), prompt.TextCtrlAutoComplete.OnKeyDown(), gselect.LayerSelect.Reset(), and gselect.ProjSelect.UpdateItems().
Definition at line 385 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
Definition at line 384 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
Definition at line 387 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().