GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
SpinCtrl to select GCP to focus on. More...
Public Member Functions | |
def | __init__ |
def | OnGoToGCP |
Zooms to given GCP. More... | |
def | Update |
Public Member Functions inherited from statusbar.SbItem | |
def | __init__ |
def | Show |
Invokes showing of underlying widget. More... | |
def | Hide |
def | SetValue |
def | GetValue |
def | GetPosition |
def | GetWidget |
Returns underlaying winget. More... | |
def | Update |
Called when statusbar action is activated (e.g. More... | |
Data Fields | |
name | |
label | |
widget | |
Data Fields inherited from statusbar.SbItem | |
mapFrame | |
statusbar | |
position | |
SpinCtrl to select GCP to focus on.
Requires MapFrame.GetSrcWindow, MapFrame.GetTgtWindow, MapFrame.GetListCtrl, MapFrame.GetMapCoordList.
Definition at line 974 of file statusbar.py.
def statusbar.SbGoToGCP.__init__ | ( | self, | |
mapframe, | |||
statusbar, | |||
position = 0 |
|||
) |
Definition at line 981 of file statusbar.py.
def statusbar.SbGoToGCP.OnGoToGCP | ( | self, | |
event | |||
) |
Zooms to given GCP.
Definition at line 993 of file statusbar.py.
References widgets.FloatSlider.GetValue(), statusbar.SbItem.GetValue(), model.ModelData.GetValue(), gselect.ElementSelect.GetValue(), dialogs.TextEntryDialog.GetValue(), and statusbar.SbItem.GetWidget().
def statusbar.SbGoToGCP.Update | ( | self | ) |
Definition at line 1043 of file statusbar.py.
References statusbar.SbItem.Show().
Referenced by wizard.DatumPage.OnDText(), colorrules.VectorColorTable.OnLayerSelection(), manager.GroupPage.OnMkGroup(), and mapwindow.BufferedWindow.TextBounds().
statusbar.SbGoToGCP.label |
Definition at line 984 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
statusbar.SbGoToGCP.name |
Definition at line 983 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
statusbar.SbGoToGCP.widget |
Definition at line 986 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().