Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
LoadingWindow Class Referenceabstract

Opens and displays the loading banner. More...

#include <LoadingWindow.h>

Inheritance diagram for LoadingWindow:
Inheritance graph
[legend]

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 {}
 

Detailed Description

Opens and displays the loading banner.


The documentation for this class was generated from the following files: