GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
StaticText to show whether mask is activated. 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 | |
widget | |
Data Fields inherited from statusbar.SbItem | |
mapFrame | |
statusbar | |
position | |
StaticText to show whether mask is activated.
Definition at line 714 of file statusbar.py.
def statusbar.SbMask.__init__ | ( | self, | |
mapframe, | |||
statusbar, | |||
position = 0 |
|||
) |
Definition at line 716 of file statusbar.py.
def statusbar.SbMask.Update | ( | self | ) |
Definition at line 724 of file statusbar.py.
References statusbar.SbItem.Hide(), and statusbar.SbItem.Show().
Referenced by wizard.DatumPage.OnDText(), colorrules.VectorColorTable.OnLayerSelection(), manager.GroupPage.OnMkGroup(), and mapwindow.BufferedWindow.TextBounds().
statusbar.SbMask.name |
Definition at line 718 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
statusbar.SbMask.widget |
Definition at line 720 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().