Workspace 6.21.5
Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
SplashScreen Class Reference

Custom splash screen for stand alone applications. See BrandingWidget for usage examples. More...

#include <Workspace/Widgets/brandingwidgets.h>

Inherits QSplashScreen.

Public Slots

void logText (const QString &msg)
 

Signals

void splashClosed ()
 

Public Member Functions

 SplashScreen (BrandingWidget &brandingWidget)
 
 ~SplashScreen () override
 

Protected Member Functions

void closeEvent (QCloseEvent *event) override
 
bool event (QEvent *e) override
 

Detailed Description

Note this object will delete itself when it is closed - see documentation for splashClosed() signal.

Constructor & Destructor Documentation

◆ SplashScreen()

SplashScreen ( BrandingWidget brandingWidget)

Note: brandingWidget will be made a child of this widget. Note: Tnis widget deletes itself on close (Qt::WA_DeleteOnClose).

◆ ~SplashScreen()

~SplashScreen ( )
override

Member Function Documentation

◆ closeEvent()

void closeEvent ( QCloseEvent *  event)
overrideprotected

Emits the splashClosed() signal and then forwards the event to the base class implementation of closeEvent().

◆ event()

bool event ( QEvent *  e)
overrideprotected

◆ logText

void logText ( const QString &  msg)
slot

◆ splashClosed

void splashClosed ( )
signal