Public Member Functions | |
CExtendedProgress (const std::string &title="") | |
bool | IsFinished () const |
To ask dialog is finished. More... | |
void | MarkFinished () |
Mark progress finished. More... | |
float | Percentage () const |
Get the current progress position as percent. More... | |
void | SetPercentage (float percentage) |
To set the current progress position as percent. More... | |
void | SetProgress (int currentItem, int itemCount) |
To set progress position with predefined places. More... | |
void | SetText (const std::string &text) |
To set the used text information string. More... | |
void | SetTitle (const std::string &title) |
To set the title of dialog. More... | |
std::string | Text () const |
Get the used text information string. More... | |
std::string | Title () const |
Get the used title. More... | |
~CExtendedProgress () | |