GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Checkbox to enable user defined projection (can be set in settings) More...
Public Member Functions | |
def | __init__ |
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 | |
defaultLabel | |
widget | |
Data Fields inherited from statusbar.SbItem | |
mapFrame | |
statusbar | |
position | |
Checkbox to enable user defined projection (can be set in settings)
Definition at line 676 of file statusbar.py.
def statusbar.SbProjection.__init__ | ( | self, | |
mapframe, | |||
statusbar, | |||
position = 0 |
|||
) |
Definition at line 678 of file statusbar.py.
def statusbar.SbProjection.Update | ( | self | ) |
Definition at line 700 of file statusbar.py.
References statusbar.SbProjection.defaultLabel, and statusbar.SbItem.Show().
Referenced by wizard.DatumPage.OnDText(), colorrules.VectorColorTable.OnLayerSelection(), manager.GroupPage.OnMkGroup(), and mapwindow.BufferedWindow.TextBounds().
statusbar.SbProjection.defaultLabel |
Definition at line 683 of file statusbar.py.
Referenced by statusbar.SbProjection.Update().
statusbar.SbProjection.label |
Definition at line 681 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
statusbar.SbProjection.name |
Definition at line 680 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
statusbar.SbProjection.widget |
Definition at line 685 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().