• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeutils API Reference
  • KDE Home
  • Contact Us
 

superkaramba

  • sources
  • kde-4.12
  • kdeutils
  • superkaramba
  • src
  • sensors
rss.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2003 by Ralph M. Churchill *
3  * mrchucho@yahoo.com *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  ***************************************************************************/
10 
11 #ifndef RSSSENSOR_H
12 #define RSSSENSOR_H
13 
14 #include "sensor.h"
15 
16 class QTextCodec;
17 
18 class RssSensor : public Sensor
19 {
20  Q_OBJECT
21 public:
22  RssSensor(const QString &source, int interval, const QString &format, const QString &encoding = QString());
23 
24  ~RssSensor();
25 
26  void update();
27 private:
28  QTextCodec *codec;
29  QString source;
30  QString format;
31  QString encoding;
32 
33 };
34 
35 #endif // RSSSENSOR_H
RssSensor::RssSensor
RssSensor(const QString &source, int interval, const QString &format, const QString &encoding=QString())
Definition: rss.cpp:20
Sensor
Definition: sensor.h:17
sensor.h
RssSensor::update
void update()
Definition: rss.cpp:42
RssSensor::~RssSensor
~RssSensor()
Definition: rss.cpp:39
RssSensor
Definition: rss.h:18
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

superkaramba

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

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • kremotecontrol
  • ktimer
  • kwallet
  • superkaramba
  • sweeper

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal