CCIMXDesktop
Loading...
Searching...
No Matches
CCIMX_DesktopSplashWindow.h
1
#ifndef CCIMX_DESKTOPSPLASHWINDOW_H
2
#define CCIMX_DESKTOPSPLASHWINDOW_H
3
4
#include <QSplashScreen>
5
6
class
DesktopMainWindow
;
7
class
QProgressBar;
8
13
class
CCIMX_DesktopSplashWindow
:
public
QSplashScreen {
14
Q_OBJECT
15
public
:
20
explicit
CCIMX_DesktopSplashWindow
(
21
DesktopMainWindow
* holdingWindow);
25
void
close
();
26
private
slots:
32
void
handle_accessment(
const
QString& message,
const
int
value);
33
34
protected
:
39
void
drawContents
(QPainter* painter)
override
;
40
QProgressBar*
progressBar
;
41
42
private
:
43
DesktopMainWindow
* holdingWindow;
44
};
45
46
#endif
// CCIMX_DESKTOPSPLASHWINDOW_H
CCIMX_DesktopSplashWindow
The CCIMX_DesktopSplashWindow class class handles the init stage displays.
Definition
CCIMX_DesktopSplashWindow.h:13
CCIMX_DesktopSplashWindow::drawContents
void drawContents(QPainter *painter) override
drawContents
Definition
CCIMX_DesktopSplashWindow.cpp:33
CCIMX_DesktopSplashWindow::close
void close()
close called when the init comes to the end
Definition
CCIMX_DesktopSplashWindow.cpp:18
CCIMX_DesktopSplashWindow::progressBar
QProgressBar * progressBar
progress sessions
Definition
CCIMX_DesktopSplashWindow.h:40
DesktopMainWindow
DesktopMainWindow is the main frontend window of the application. For beginners, this is the starting...
Definition
desktopmainwindow.h:33
ui
splash_window
CCIMX_DesktopSplashWindow.h
Generated by
1.9.8