KDevelop API Documentation

SplashScreen Class Reference

#include <splashscreen.h>

Inheritance diagram for SplashScreen:

QObject List of all members.

Public Slots

void showMessage (const QString &message)

Public Member Functions

 SplashScreen ()
 ~SplashScreen ()
virtual bool eventFilter (QObject *obj, QEvent *e)

Private Attributes

QWidgetm_splash
QLabelm_message

Constructor & Destructor Documentation

SplashScreen::SplashScreen  ) 
 

Definition at line 19 of file splashscreen.cpp.

References locate(), m_message, m_splash, showMessage(), and KGlobalSettings::splashScreenDesktopGeometry().

SplashScreen::~SplashScreen  ) 
 

Definition at line 61 of file splashscreen.cpp.

References m_splash.


Member Function Documentation

bool SplashScreen::eventFilter QObject obj,
QEvent e
[virtual]
 

Definition at line 75 of file splashscreen.cpp.

References eventFilter(), and m_splash.

Referenced by eventFilter().

void SplashScreen::showMessage const QString message  )  [slot]
 

Definition at line 67 of file splashscreen.cpp.

References endl(), kdDebug(), m_message, message(), and showMessage().

Referenced by main(), showMessage(), and SplashScreen().


Member Data Documentation

QLabel* SplashScreen::m_message [private]
 

Definition at line 29 of file splashscreen.h.

Referenced by showMessage(), and SplashScreen().

QWidget* SplashScreen::m_splash [private]
 

Definition at line 28 of file splashscreen.h.

Referenced by eventFilter(), SplashScreen(), 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.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:30 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003