GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
statusbar.SbProgress Class Reference

General progress bar to show progress. More...

Inheritance diagram for statusbar.SbProgress:
Collaboration diagram for statusbar.SbProgress:

Public Member Functions

def __init__
def GetRange
 Returns progress range.
def SetRange
 Sets progress range.

Data Fields

 name
 widget

Detailed Description

General progress bar to show progress.

Underlaying widget is wx.Gauge.

Definition at line 944 of file statusbar.py.


Constructor & Destructor Documentation

def statusbar.SbProgress.__init__ (   self,
  mapframe,
  statusbar,
  position = 0 
)
Parameters:
mapframeinstance of class with MapFrame interface
statusbarstatusbar instance (wx.Statusbar)
positionitem position in statusbar
Todo:
rewrite Update also in derived classes to take in account item position

Reimplemented from statusbar.SbItem.

Definition at line 949 of file statusbar.py.


Member Function Documentation

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.


Field Documentation

Definition at line 954 of file statusbar.py.

Referenced by statusbar.SbItem.GetWidget().


The documentation for this class was generated from the following file: