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

stocktickerconfig.h

Go to the documentation of this file.
00001 /*
00002  * stocktickerconfig.h
00003  *
00004  * copyright   : (c) 2002 by LJP
00005  * email       : llornkcor@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 #ifndef STOCKTICKER_PLUGIN_CONFIG_H
00018 #define STOCKTICKER_PLUGIN_CONFIG_H
00019 
00020 #include <opie2/todayconfigwidget.h>
00021 
00022 #include <qwidget.h>
00023 #include <qstring.h>
00024 
00025 class QLineEdit;
00026 class QCheckBox;
00027 class QPushButton;
00028 class QCheckBox;
00029 class QSpinBox;
00030 
00031 class StocktickerPluginConfig : public TodayConfigWidget {
00032     Q_OBJECT
00033 public:
00034     StocktickerPluginConfig( QWidget *parent,  const char *name );
00035     ~StocktickerPluginConfig();
00036     QString text() const;
00037     void writeConfig();
00038 private:
00039     QLineEdit* LineEdit1;
00040     QCheckBox *timeCheck, *dateCheck, *symbolCheck, *nameCheck, *currentPriceCheck, *lastPriceCheck, *openPriceCheck, *minPriceCheck, *maxPriceCheck, *variationCheck, *volumeCheck;
00041     QPushButton *lookupButton;
00042     QSpinBox *timerDelaySpin, *scrollSpeed, *scrollLength;
00043 private slots:
00044     void doLookup();
00045 
00046 };
00047 #endif

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