• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • @topname@
  • Sitemap
  • Contact Us
 

superkaramba

rsssensor.h

00001 /***************************************************************************
00002  *   Copyright (C) 2003 by Ralph M. Churchill                              *
00003  *   mrchucho@yahoo.com                                                    *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  ***************************************************************************/
00010 
00011 #ifndef RSSSENSOR_H
00012 #define RSSSENSOR_H
00013 
00014 #include <sensor.h>
00015 #include <tqstring.h>
00016 #include <tqtextcodec.h>
00017 
00022 class RssSensor : public Sensor
00023 {
00024     Q_OBJECT
00025 public:
00026     RssSensor( const TQString &source, int interval, const TQString &format, const TQString &encoding=TQString::null );
00027 
00028     ~RssSensor();
00029 
00030     void update();
00031 private:
00032     TQTextCodec *codec;
00033     TQString source;
00034     TQString format;
00035     TQString encoding;
00036 
00037 };
00038 
00039 #endif // RSSSENSOR_H

superkaramba

Skip menu "superkaramba"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

@topname@

Skip menu "@topname@"
  • kcalc
  •   knumber
  • superkaramba
Generated for @topname@ by doxygen 1.5.6
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal