#include <uprogressbar.hpp>
Inheritance diagram for ufo::UProgressBar:
Public Member Functions | |
UProgressBar () | |
void | setMaximum (int max) |
int | getMaximum () const |
void | setMinimum (int min) |
int | getMinimum () const |
void | setRange (int min, int max) |
int | getValue () const |
void | setValue (int value) |
virtual std::string | getText () const |
void | setTextVisible (bool vis) |
bool | isTextVisible () const |
Protected Member Functions | |
virtual UDimension | getContentsSize (const UDimension &maxSize) const |
UProgressBarModel * | getProgressBarModel () const |
void | updateText () |
|
Creates a new progress bar with a minimum of 0, a maximum of 100 and a value of 0 |
|
|
|
|
|
|
|
|
|
|
|
Sets minimum and maximum in one call. |
|
Sets whether the completed percentage should be displayed. |