SplashScreen Class Reference
#include <splashscreen.h>
Inheritance diagram for SplashScreen:


Public Slots | |
void | animate () |
void | message (const QString &str, int flags=AlignLeft, const QColor &color=black) |
Public Member Functions | |
SplashScreen (const QPixmap &pixmap, WFlags f=0) | |
virtual | ~SplashScreen () |
Protected Member Functions | |
void | drawContents (QPainter *painter) |
Private Attributes | |
int | state |
int | progress_bar_size |
QString | m_string |
Constructor & Destructor Documentation
|
Definition at line 10 of file splashscreen.cpp. References animate(), progress_bar_size, and state. |
|
Definition at line 21 of file splashscreen.cpp. |
Member Function Documentation
|
Definition at line 26 of file splashscreen.cpp. References progress_bar_size, and state. Referenced by message(), and SplashScreen(). |
|
Definition at line 41 of file splashscreen.cpp. |
|
Definition at line 33 of file splashscreen.cpp. References animate(), m_string, and message(). Referenced by main(). |
Member Data Documentation
|
Definition at line 30 of file splashscreen.h. Referenced by drawContents(), and message(). |
|
Definition at line 29 of file splashscreen.h. Referenced by animate(), and SplashScreen(). |
|
Definition at line 28 of file splashscreen.h. Referenced by animate(), drawContents(), and SplashScreen(). |
The documentation for this class was generated from the following files:
- src/splashscreen.h
- src/splashscreen.cpp