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

superkaramba

xmmssensor.h

00001 /***************************************************************************
00002  *   Copyright (C) 2003 by Hans Karlsson                                   *
00003  *   karlsson.h@home.se                                                      *
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 #ifndef XMMSSENSOR_H
00011 #define XMMSSENSOR_H
00012 
00013 #ifdef HAVE_CONFIG_H
00014 #include <config.h>
00015 #endif
00016 
00017 #include <tqdatetime.h>
00018 #include <tqregexp.h>
00019 #include <tqtextcodec.h>
00020 
00021 #include "sensor.h"
00022 
00023 class XMMSSensor :  public Sensor
00024 {
00025     Q_OBJECT
00026 public:
00027     XMMSSensor( int interval, const TQString &encoding=TQString::null );
00028     ~XMMSSensor();
00029     void update();
00030     void setMaxValue( SensorParams *);
00031     bool hasXMMS() const;
00032 
00033 private:
00034     TQTextCodec *codec;
00035 
00036     class XMMS;
00037     XMMS *xmms;
00038 };
00039 
00040 
00041 #endif // XMMSSENSOR_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