#include <PVRGUIProgressHandler.h>
◆ CPVRGUIProgressHandler() [1/2]
PVR::CPVRGUIProgressHandler::CPVRGUIProgressHandler |
( |
| ) |
|
|
delete |
◆ CPVRGUIProgressHandler() [2/2]
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. |
◆ ~CPVRGUIProgressHandler()
PVR::CPVRGUIProgressHandler::~CPVRGUIProgressHandler |
( |
| ) |
|
|
overridedefault |
◆ Process()
void PVR::CPVRGUIProgressHandler::Process |
( |
void | | ) |
|
|
overrideprotectedvirtual |
◆ 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, |
|
|
unsigned int | iCurrent, |
|
|
unsigned 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: