#include <BProgressBar.h>
Inheritance diagram for BProgressBar:


Public Member Functions | |
| BProgressBar (BWidget *parent, const BRect &frame) | |
| void | setTotal (int total) |
| Set total value. | |
| int | total () |
| void | setProgress (int progress) |
| int | progress () |
| virtual void | draw (BImage &img) |
| Draw the widget onto the given image. | |
Protected Attributes | |
| int | _progress |
| int | _total |
|
||||||||||||
|
|
|
|
Draw the widget onto the given image.
Reimplemented from BWidget. |
|
|
|
|
|
|
|
|
Set total value. This destroys all tick information! Re-set ticks after calling this. |
|
|
|
|
|
|
|
|
|
1.3-rc3