|
| CPVRGUIProgressHandler (const std::string &strTitle) |
| Creates and asynchronously shows a progress dialog with the given title. More...
|
|
void | UpdateProgress (const std::string &strText, float fProgress) |
| Update the progress dialogs's content. More...
|
|
void | UpdateProgress (const std::string &strText, int iCurrent, int iMax) |
| Update the progress dialogs's content. More...
|
|
◆ CPVRGUIProgressHandler()
PVR::CPVRGUIProgressHandler::CPVRGUIProgressHandler |
( |
const std::string & |
strTitle | ) |
|
|
explicit |
Creates and asynchronously shows a progress dialog with the given title.
- Parameters
-
strTitle | The title for the progress dialog. |
◆ UpdateProgress() [1/2]
void PVR::CPVRGUIProgressHandler::UpdateProgress |
( |
const std::string & |
strText, |
|
|
float |
fProgress |
|
) |
| |
Update the progress dialogs's content.
- Parameters
-
strText | The new progress text. |
fProgress | The new progress value, in a range from 0.0 to 100.0. |
◆ UpdateProgress() [2/2]
void PVR::CPVRGUIProgressHandler::UpdateProgress |
( |
const std::string & |
strText, |
|
|
int |
iCurrent, |
|
|
int |
iMax |
|
) |
| |
Update the progress dialogs's content.
- Parameters
-
strText | The new progress text. |
iCurrent | The new current progress value, must be less or equal iMax. |
iMax | The new maximum progress value, must be greater or equal iCurrent. |
The documentation for this class was generated from the following files: