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

superkaramba

  • superkaramba
  • src
noatunsensor.h
1/***************************************************************************
2 * Copyright (C) 2003 by Hans Karlsson *
3 * karlsson.h@home.se *
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#ifndef NOATUNSENSOR_H
11#define NOATUNSENSOR_H
12
13#include "sensor.h"
14#include <dcopclient.h>
15#include <tqregexp.h>
16#include <tqcstring.h>
17#include <tqdatastream.h>
18#include <tqstringlist.h>
19
23class NoatunSensor : public Sensor
24{
25public:
26 NoatunSensor( int interval, DCOPClient *client);
27
28 ~NoatunSensor();
29
30 void update();
31 void setMaxValue( SensorParams *);
32
33
34
35private:
36 TQCString noatunID;
37
38 bool isRunning();
39 TQString getTitle();
40 int getTime();
41 int getLength();
42
43
44 DCOPClient *client;
45 TQCString appId;
46};
47
48#endif
NoatunSensor
Definition: noatunsensor.h:24
SensorParams
Hans Karlsson.
Definition: sensorparams.h:32

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.