17#ifndef __albaProgressBarHelper_h
18#define __albaProgressBarHelper_h
Interface implementing the Observer of the Subject/Observer design pattern.
albaProgressBarHelper Is an helper for manage progress bar advance
void SetBarText(albaString text)
Sets the progress bar text.
void ResetProgress()
Resets the progress to zero.
void CloseProgressBar()
Close the Progress Bar.
void InitProgressBar(wxString label="", bool showBusyCursor=true)
Init the Progress Bar, if label is not an empty string a busy info is created.
void UpdateProgressBar(long progress)
Updates the progress bar.
bool GetTextMode()
Get TextMode.
albaObserver * m_Listener
void SetTextMode(bool textMode)
Set Text Mode, By default is off.
wxBusyCursor * m_BusyCursor
virtual ~albaProgressBarHelper()
albaProgressBarHelper(albaObserver *listener)
albaString - performs common string operations on c-strings.