| 
    Open-Typer
    
   Open source typewriting tutor program 
   | 
 
The SplashScreen class displays the application loading screen. More...
#include "app/internal/SplashScreen.h"


Public Member Functions | |
| SplashScreen (QObject *parent=nullptr) | |
| ~SplashScreen () | |
| void | show () | 
| void | hide () | 
Private Member Functions | |
| void | setText (const QString &text) | 
Private Attributes | |
| QSplashScreen * | m_splash = nullptr | 
The SplashScreen class displays the application loading screen.
| SplashScreen::SplashScreen | ( | QObject * | parent = nullptr | ) | 
Constructs SplashScreen.
| SplashScreen::~SplashScreen | ( | ) | 
Destroys the SplashScreen object.
| void SplashScreen::hide | ( | ) | 
Hides the splash screen.
      
  | 
  private | 
Changes the splash screen message.
| void SplashScreen::show | ( | ) | 
Shows the splash screen.