#include <fastgl.h>
Inheritance diagram for fgl::FGProgressBar:


Public Member Functions | |
| void | draw (void) |
| void __fastcall | setProgress (int a) |
| int __fastcall | progress (void) const |
| FGProgressBar (FGWindow *w, int xx, int yy, int ww, int hh, int s) | |
Protected Attributes | |
| int | steps |
| int | value |
| int | sirka |
|
||||||||||||||||||||||||||||
|
Creates a progress bar.
|
|
|
Returns current value of object. |
|
|
Set new value of object in range <0,steps>
|
1.4.0