|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
General progress bar to show progress. More...


Public Member Functions | |
| def | __init__ |
| def | GetRange |
| Returns progress range. | |
| def | SetRange |
| Sets progress range. | |
Data Fields | |
| name | |
| widget | |
General progress bar to show progress.
Underlaying widget is wx.Gauge.
Definition at line 944 of file statusbar.py.
| def statusbar.SbProgress.__init__ | ( | self, | |
| mapframe, | |||
| statusbar, | |||
position = 0 |
|||
| ) |
| mapframe | instance of class with MapFrame interface |
| statusbar | statusbar instance (wx.Statusbar) |
| position | item position in statusbar |
Reimplemented from statusbar.SbItem.
Definition at line 949 of file statusbar.py.
| def statusbar.SbProgress.GetRange | ( | self | ) |
Returns progress range.
Definition at line 958 of file statusbar.py.
| def statusbar.SbProgress.SetRange | ( | self, | |
| range | |||
| ) |
Sets progress range.
Definition at line 962 of file statusbar.py.
Definition at line 951 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
Definition at line 954 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().