Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

restart.h

Go to the documentation of this file.
00001 /**********************************************************************
00002 ** Copyright (C) 2002 L.J. Potter ljp@llornkcor.com
00003 **  All rights reserved.
00004 **
00005 ** This file may be distributed and/or modified under the terms of the
00006 ** GNU General Public License version 2 as published by the Free Software
00007 ** Foundation and appearing in the file LICENSE.GPL included in the
00008 ** packaging of this file.
00009 **
00010 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00011 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00012 **
00013 **********************************************************************/
00014 
00015 #ifndef __RESTART_APPLET_H__
00016 #define __RESTART_APPLET_H__
00017 
00018 #include <qwidget.h>
00019 #include <qframe.h>
00020 #include <qpixmap.h>
00021 #include <qguardedptr.h>
00022 
00023 class RestartApplet : public QWidget
00024 {
00025     Q_OBJECT
00026 public:
00027     RestartApplet( QWidget *parent = 0, const char *name=0 );
00028     ~RestartApplet();
00029 public slots:
00030 private:
00031     void mousePressEvent( QMouseEvent * );
00032     void paintEvent( QPaintEvent* );
00033 
00034 private:
00035 //    QPixmap snapshotPixmap;
00036 private slots:
00037 
00038         
00039 };
00040 
00041 
00042 #endif // __RESTART_APPLET_H__
00043 

Generated on Sat Nov 5 16:15:24 2005 for OPIE by  doxygen 1.4.2