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

superkaramba

  • superkaramba
  • src
xmmssensor.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 XMMSSENSOR_H
11#define XMMSSENSOR_H
12
13#ifdef HAVE_CONFIG_H
14#include <config.h>
15#endif
16
17#include <tqdatetime.h>
18#include <tqregexp.h>
19#include <tqtextcodec.h>
20
21#include "sensor.h"
22
23class XMMSSensor : public Sensor
24{
25 TQ_OBJECT
26
27public:
28 XMMSSensor( int interval, const TQString &encoding=TQString() );
29 ~XMMSSensor();
30 void update();
31 void setMaxValue( SensorParams *);
32 bool hasXMMS() const;
33
34private:
35 TQTextCodec *codec;
36
37 class XMMS;
38 XMMS *xmms;
39};
40
41
42#endif // XMMSSENSOR_H
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.