• 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
sensorparams.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2003-2004 Adam Geitgey <adam@rootnode.org>
3  * Copyright (c) 2005 Ryan Nickell <p0z3r@earthlink.net>
4  *
5  * This file is part of SuperKaramba.
6  *
7  * SuperKaramba is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * SuperKaramba is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with SuperKaramba; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20  ****************************************************************************/
21 #ifndef SENSORPARAMS_H
22 #define SENSORPARAMS_H
23 
24 #include "meters/meter.h"
25 
30 class SensorParams : public QObject
31 {
32  Q_OBJECT
33 public:
34  SensorParams(Meter*);
35 
36  ~SensorParams();
37 
38  void addParam(const QString &name, const QString &value);
39  QString getParam(const QString&) const;
40 
41  Meter* getMeter() const;
42 private:
43  Meter *meter;
44  QMap<QString, QString> params;
45 
46 };
47 
48 #endif
SensorParams::~SensorParams
~SensorParams()
Definition: sensorparams.cpp:18
meter.h
SensorParams::getMeter
Meter * getMeter() const
Definition: sensorparams.cpp:31
QObject
SensorParams::addParam
void addParam(const QString &name, const QString &value)
Definition: sensorparams.cpp:21
SensorParams
Hans Karlsson.
Definition: sensorparams.h:30
SensorParams::getParam
QString getParam(const QString &) const
Definition: sensorparams.cpp:26
Meter
Definition: meters/meter.h:23
SensorParams::SensorParams
SensorParams(Meter *)
Definition: sensorparams.cpp:13
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