36 std::unique_ptr<AppSplashScreenImpl>
d;
The AppSplashScreen class implements a splash screen for Geometrize.
Definition: appsplashscreen.h:24
void setState(SplashState state)
Definition: appsplashscreen.cpp:125
SplashState
The SplashState enum provides identifiers for the states of the splash screen.
Definition: appsplashscreen.h:14
AppSplashScreen & operator=(const AppSplashScreen &)=delete
~AppSplashScreen()
Definition: appsplashscreen.cpp:121
AppSplashScreen & sharedSplashInstance()
sharedInstance Gets a singleton/shared instance of the application splash screen. ...
Definition: appsplashscreen.cpp:130
std::unique_ptr< AppSplashScreenImpl > d
Definition: appsplashscreen.h:35
AppSplashScreen()
Definition: appsplashscreen.cpp:117
Definition: appsplashscreen.cpp:100