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

stocktimerpluginwidget.h

Go to the documentation of this file.
00001 /*
00002  * mailpluginwidget.h
00003  *
00004  * copyright   : (c) 2002 by Maximilian Reiß
00005  * email       : harlekin@handhelds.org
00006  *
00007  */
00008 /***************************************************************************
00009  *                                                                         *
00010  *   This program is free software; you can redistribute it and/or modify  *
00011  *   it under the terms of the GNU General Public License as published by  *
00012  *   the Free Software Foundation; either version 2 of the License, or     *
00013  *   (at your option) any later version.                                   *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 
00018 #ifndef MAIL_PLUGIN_WIDGET_H
00019 #define MAIL_PLUGIN_WIDGET_H
00020 
00021 #include <qstring.h>
00022 #include <qwidget.h>
00023 
00024 #include <opie2/oclickablelabel.h>
00025 
00026 class MailPluginWidget : public QWidget {
00027 
00028     Q_OBJECT
00029 
00030 
00031 public:
00032     MailPluginWidget( QWidget *parent,  const char *name );
00033     ~MailPluginWidget();
00034 
00035 protected slots:
00036     void startMail();
00037 
00038 private:
00039     Opie::Ui::OClickableLabel *mailLabel;
00040     void readConfig();
00041     void getInfo();
00042 };
00043 
00044 #endif

Generated on Sat Nov 5 16:18:01 2005 for OPIE by  doxygen 1.4.2