#include <displayintro.h>
Inheritance diagram for DisplayIntro:


Public Types | |
| enum | IntroState { IntroMoveIn, IntroCollapse, IntroExplode } |
| Animation states of the intro animation. More... | |
Public Member Functions | |
| DisplayIntro (int advancePeriod, QGraphicsScene *scene, ThemeManager *theme, QObject *parent=0) | |
| Constructor for the intro display. | |
| ~DisplayIntro () | |
| Destructor of the display. | |
| void | start () |
| Start the animation. | |
| virtual void | changeTheme () |
| Theme change method. | |
Protected Slots | |
| void | advance () |
| Animation routine, called by a timer. | |
Definition at line 40 of file displayintro.h.
|
|
Animation states of the intro animation.
Definition at line 59 of file displayintro.h. |
|
||||||||||||||||||||
|
Constructor for the intro display.
Definition at line 41 of file displayintro.cpp. |
|
|
Destructor of the display.
Definition at line 78 of file displayintro.cpp. |
|
|
Animation routine, called by a timer.
Definition at line 109 of file displayintro.cpp. References IntroCollapse, IntroMoveIn, IntroSprite::number(), start(), and IntroSprite::startIntro(). |
|
|
Theme change method. The object has to completely redraw Implements Themable. Definition at line 89 of file displayintro.cpp. |
|
|
Start the animation.
Definition at line 96 of file displayintro.cpp. References IntroMoveIn. Referenced by advance(), and KWin4View::KWin4View(). |
1.4.6