Open-Typer
Open source typewriting tutor program
Loading...
Searching...
No Matches
SplashScreen Class Reference

The SplashScreen class displays the application loading screen. More...

#include "app/internal/SplashScreen.h"

Inheritance diagram for SplashScreen:
Collaboration diagram for SplashScreen:

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
 

Detailed Description

The SplashScreen class displays the application loading screen.

Since
Open-Typer 5.1.0

Constructor & Destructor Documentation

◆ SplashScreen()

SplashScreen::SplashScreen ( QObject *  parent = nullptr)

Constructs SplashScreen.

◆ ~SplashScreen()

SplashScreen::~SplashScreen ( )

Destroys the SplashScreen object.

Member Function Documentation

◆ hide()

void SplashScreen::hide ( )

Hides the splash screen.

◆ setText()

void SplashScreen::setText ( const QString &  text)
private

Changes the splash screen message.

◆ show()

void SplashScreen::show ( )

Shows the splash screen.


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