GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
General progress bar to show progress. More...
Public Member Functions | |
def | __init__ |
def | GetRange |
Returns progress range. More... | |
def | SetRange |
Sets progress range. More... | |
def | SetValue |
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 | |
General progress bar to show progress.
Underlaying widget is wx.Gauge.
Definition at line 945 of file statusbar.py.
def statusbar.SbProgress.__init__ | ( | self, | |
mapframe, | |||
statusbar, | |||
position = 0 |
|||
) |
Definition at line 950 of file statusbar.py.
def statusbar.SbProgress.GetRange | ( | self | ) |
Returns progress range.
Definition at line 959 of file statusbar.py.
Referenced by statusbar.SbProgress.SetValue().
def statusbar.SbProgress.SetRange | ( | self, | |
range | |||
) |
Sets progress range.
Definition at line 963 of file statusbar.py.
def statusbar.SbProgress.SetValue | ( | self, | |
value | |||
) |
Definition at line 967 of file statusbar.py.
References statusbar.SbProgress.GetRange().
Referenced by gselect.SubGroupSelect.Insert(), gselect.ColumnSelect.InsertColumns(), gselect.ColumnSelect.InsertTableColumns(), gselect.TableSelect.InsertTables(), prompt.TextCtrlAutoComplete.OnKeyDown(), gselect.LayerSelect.Reset(), and gselect.ProjSelect.UpdateItems().
statusbar.SbProgress.name |
Definition at line 952 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
statusbar.SbProgress.widget |
Definition at line 955 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().