KDevelop API Documentation

SplashScreen Class Reference

#include <splashscreen.h>

Inheritance diagram for SplashScreen:

Inheritance graph
[legend]
Collaboration diagram for SplashScreen:

Collaboration graph
[legend]
List of all members.

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

SplashScreen::SplashScreen const QPixmap pixmap,
WFlags  f = 0
 

Definition at line 10 of file splashscreen.cpp.

References animate(), progress_bar_size, and state.

SplashScreen::~SplashScreen  )  [virtual]
 

Definition at line 21 of file splashscreen.cpp.


Member Function Documentation

void SplashScreen::animate  )  [slot]
 

Definition at line 26 of file splashscreen.cpp.

References progress_bar_size, and state.

Referenced by message(), and SplashScreen().

void SplashScreen::drawContents QPainter painter  )  [protected]
 

Definition at line 41 of file splashscreen.cpp.

References m_string, and state.

void SplashScreen::message const QString str,
int  flags = AlignLeft,
const QColor color = black
[slot]
 

Definition at line 33 of file splashscreen.cpp.

References animate(), m_string, and message().

Referenced by main().


Member Data Documentation

QString SplashScreen::m_string [private]
 

Definition at line 30 of file splashscreen.h.

Referenced by drawContents(), and message().

int SplashScreen::progress_bar_size [private]
 

Definition at line 29 of file splashscreen.h.

Referenced by animate(), and SplashScreen().

int SplashScreen::state [private]
 

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:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:47:54 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003