Etterna 0.74.4
|
Opens and displays the loading banner. More...
#include <LoadingWindow.h>
Public Member Functions | |
virtual auto | Init () -> std::string |
virtual void | SetText (const std::string &str)=0 |
virtual void | SetIcon (const RageSurface *pIcon) |
virtual void | SetSplash (const RageSurface *pSplash) |
virtual void | SetProgress (const int progress) |
virtual void | SetTotalWork (const int totalWork) |
virtual void | SetIndeterminate (bool indeterminate) |
Static Public Member Functions | |
static auto | Create () -> LoadingWindow * |
Protected Attributes | |
int | m_progress {} |
int | m_totalWork {} |
bool | m_indeterminate {} |
Opens and displays the loading banner.