|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
SpinCtrl to select GCP to focus on. More...


Public Member Functions | |
| def | __init__ |
| def | OnGoToGCP |
| Zooms to given GCP. | |
| def | Update |
| Called when statusbar action is activated (e.g. | |
Data Fields | |
| name | |
| label | |
| widget | |
SpinCtrl to select GCP to focus on.
Requires MapFrame.GetSrcWindow, MapFrame.GetTgtWindow, MapFrame.GetListCtrl, MapFrame.GetMapCoordList.
Definition at line 967 of file statusbar.py.
| def statusbar.SbGoToGCP.__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 974 of file statusbar.py.
| def statusbar.SbGoToGCP.OnGoToGCP | ( | self, | |
| event | |||
| ) |
Zooms to given GCP.
Definition at line 986 of file statusbar.py.
References widgets.FloatSlider.GetValue(), statusbar.SbItem.GetValue(), model.ModelData.GetValue(), gselect.ElementSelect.GetValue(), and statusbar.SbItem.GetWidget().
| def statusbar.SbGoToGCP.Update | ( | self | ) |
Called when statusbar action is activated (e.g.
through wx.Choice).
Reimplemented from statusbar.SbItem.
Definition at line 1034 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 977 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
Definition at line 976 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
Definition at line 979 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().