kstartuplogo.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
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
This file is part of the documentation for umbrello Version 3.1.0.