#include <progressdialog.h>
Inheritance diagram for wftk::ProgressBar:

Public Member Functions | |
| ProgressBar () | |
| Create a progress bar. | |
| void | setValue (Uint8 data) |
| set the percent value of the progress bar | |
Protected Member Functions | |
| virtual void | handleResize (Uint16 w, Uint16 h) |
| Calculate new shape for shaped widgets, call to setShape() after a resize. | |
| virtual void | setPackingInfo () |
| recalculate the object's prefered size | |
| wftk::ProgressBar::ProgressBar | ( | ) | [inline] |
Create a progress bar.
when starting, it's at 0%. Makes sense, right?
| void wftk::ProgressBar::setValue | ( | Uint8 | data | ) |
set the percent value of the progress bar
checks the value to make sure it's not bigger than 100 (we don't want to look silly like openoffice install, right?)
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.