GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Shows current display region. More...
Public Member Functions | |
def | __init__ |
def | Show |
def | ReprojectRegionFromMap |
Reproject region values. More... | |
Public Member Functions inherited from statusbar.SbTextItem | |
def | __init__ |
def | Show |
def | Hide |
def | SetValue |
def | GetValue |
def | GetWidget |
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 | |
Data Fields inherited from statusbar.SbTextItem | |
text | |
Data Fields inherited from statusbar.SbItem | |
mapFrame | |
statusbar | |
position | |
Shows current display region.
Definition at line 829 of file statusbar.py.
def statusbar.SbRegionExtent.__init__ | ( | self, | |
mapframe, | |||
statusbar, | |||
position = 0 |
|||
) |
Definition at line 831 of file statusbar.py.
def statusbar.SbRegionExtent.ReprojectRegionFromMap | ( | self, | |
region, | |||
useDefinedProjection, | |||
precision, | |||
format | |||
) |
Reproject region values.
Definition at line 866 of file statusbar.py.
References statusbar.SbRegionExtent._formatRegion(), utils.Deg2DMS(), and utils.ReprojectCoordinates().
Referenced by statusbar.SbRegionExtent.Show().
def statusbar.SbRegionExtent.Show | ( | self | ) |
Definition at line 836 of file statusbar.py.
References statusbar.SbRegionExtent._getRegion(), statusbar.SbRegionExtent.ReprojectRegionFromMap(), widgets.FloatSlider.SetValue(), statusbar.SbItem.SetValue(), model.ModelData.SetValue(), and dialogs.TextEntryDialog.SetValue().
statusbar.SbRegionExtent.label |
Definition at line 834 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
statusbar.SbRegionExtent.name |
Definition at line 833 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().