 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
17 LOADING_LAUNCHER_WINDOW,
36 std::unique_ptr<AppSplashScreenImpl>
d;
void setProgress(const int value)
Definition: appsplashscreen.cpp:58
AppSplashScreen(const AppSplashScreen &)=delete
AppSplashScreenImpl & operator=(const AppSplashScreenImpl &)=delete
void setState(const SplashState state)
Definition: appsplashscreen.cpp:37
AppSplashScreen & sharedSplashInstance()
sharedInstance Gets a singleton/shared instance of the application splash screen.
Definition: appsplashscreen.cpp:130
GeometrizeSplashScreen()
Definition: appsplashscreen.cpp:25
AppSplashScreen & operator=(const AppSplashScreen &)=delete
Definition: appsplashscreen.cpp:101
void setState(const SplashState state)
Definition: appsplashscreen.cpp:108
int m_progress
Definition: appsplashscreen.cpp:97
const QScreen * getFirstScreenContainingCursor()
Definition: uiactions.cpp:30
virtual void drawContents(QPainter *painter) override
Definition: appsplashscreen.cpp:63
AppSplashScreenImpl()=default
void processEvents()
Definition: appsplashscreen.cpp:87
std::unique_ptr< AppSplashScreenImpl > d
Definition: appsplashscreen.h:35
virtual ~GeometrizeSplashScreen()=default
~AppSplashScreenImpl()=default
void setState(SplashState state)
Definition: appsplashscreen.cpp:125
Definition: commandlineparser.cpp:73
AppSplashScreenImpl(const AppSplashScreenImpl &)=delete
GeometrizeSplashScreen m_splash
Definition: appsplashscreen.cpp:114
~AppSplashScreen()
Definition: appsplashscreen.cpp:121
void centerWidgetOnScreen(QWidget &widget, const QScreen &screen)
Definition: uiactions.cpp:37
AppSplashScreen()
Definition: appsplashscreen.cpp:117
Definition: appsplashscreen.cpp:23
T clamp(T value, T lower, T upper)
clamp Clamps a value within a range.
Definition: util.h:266
SplashState
The SplashState enum provides identifiers for the states of the splash screen.
Definition: appsplashscreen.h:15
The AppSplashScreen class implements a splash screen for Geometrize.
Definition: appsplashscreen.h:25