• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • superkaramba
 

superkaramba

  • superkaramba
  • src
rsssensor.h
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#include <tqstring.h>
16#include <tqtextcodec.h>
17
22class RssSensor : public Sensor
23{
24 TQ_OBJECT
25
26public:
27 RssSensor( const TQString &source, int interval, const TQString &format, const TQString &encoding=TQString() );
28
29 ~RssSensor();
30
31 void update();
32private:
33 TQTextCodec *codec;
34 TQString source;
35 TQString format;
36 TQString encoding;
37
38};
39
40#endif // RSSSENSOR_H
RssSensor
Ralph M.
Definition: rsssensor.h:23

superkaramba

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

superkaramba

Skip menu "superkaramba"
  • kcalc
  •   knumber
  • superkaramba
Generated for superkaramba by doxygen 1.9.4
This website is maintained by Timothy Pearson.