umbrello API Documentation

kstartuplogo.h

00001 /*
00002  *  copyright (C) 2000
00003  *  Michael Edwardes <mte @users.sourceforge.net>
00004  */
00005 
00006 /***************************************************************************
00007  *                                                                         *
00008  *   This program is free software; you can redistribute it and/or modify  *
00009  *   it under the terms of the GNU General Public License as published by  *
00010  *   the Free Software Foundation; either version 2 of the License, or     *
00011  *   (at your option) any later version.                                   *
00012  *                                                                         *
00013  ***************************************************************************/
00014 
00015 
00016 #ifndef KSTARTUPLOGO_H
00017 #define KSTARTUPLOGO_H
00018 
00019 #include <qwidget.h>
00020 
00021 
00027 class KStartupLogo : public QWidget  {
00028     Q_OBJECT
00029 public:
00030     KStartupLogo(QWidget *parent=0, const char *name=0);
00031     ~KStartupLogo();
00032     void setHideEnabled(bool bEnabled);
00033 
00034 protected:
00035     virtual void mousePressEvent( QMouseEvent*);
00036     bool m_bReadyToHide;
00037     QTimer* timer;
00038 
00039 public slots:
00040     void timerDone();
00041 
00042 };
00043 
00044 #endif
00045 
00046 
00047 
00048 
00049 
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:07:58 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003