#include <albaProgressBarHelper.h>
albaProgressBarHelper Is an helper for manage progress bar advance
Definition at line 30 of file albaProgressBarHelper.h.
◆ albaProgressBarHelper()
albaProgressBarHelper::albaProgressBarHelper |
( |
albaObserver * |
listener | ) |
|
◆ ~albaProgressBarHelper()
virtual albaProgressBarHelper::~albaProgressBarHelper |
( |
| ) |
|
|
virtual |
◆ InitProgressBar()
void albaProgressBarHelper::InitProgressBar |
( |
wxString |
label = "" , |
|
|
bool |
showBusyCursor = true |
|
) |
| |
Init the Progress Bar, if label is not an empty string a busy info is created.
◆ CloseProgressBar()
void albaProgressBarHelper::CloseProgressBar |
( |
| ) |
|
◆ UpdateProgressBar()
void albaProgressBarHelper::UpdateProgressBar |
( |
long |
progress | ) |
|
Updates the progress bar.
◆ ResetProgress()
void albaProgressBarHelper::ResetProgress |
( |
| ) |
|
Resets the progress to zero.
◆ SetBarText()
void albaProgressBarHelper::SetBarText |
( |
albaString |
text | ) |
|
Sets the progress bar text.
◆ GetTextMode()
bool albaProgressBarHelper::GetTextMode |
( |
| ) |
|
◆ SetTextMode()
void albaProgressBarHelper::SetTextMode |
( |
bool |
textMode | ) |
|
Set Text Mode, By default is off.
◆ m_TextMode
bool albaProgressBarHelper::m_TextMode |
|
protected |
◆ m_Inited
bool albaProgressBarHelper::m_Inited |
|
protected |
◆ m_Progress
long albaProgressBarHelper::m_Progress |
|
protected |
◆ m_BusyInfo
wxBusyInfo* albaProgressBarHelper::m_BusyInfo |
|
protected |
◆ m_BusyCursor
wxBusyCursor* albaProgressBarHelper::m_BusyCursor |
|
protected |
◆ m_Listener
The documentation for this class was generated from the following file: