19#ifndef USERMETRICSINPUT_METRIC_H_
20#define USERMETRICSINPUT_METRIC_H_
23#include <QtCore/QSharedPointer>
50class Q_DECL_EXPORT
Metric:
public QObject {
55 explicit Metric(QObject *parent = 0);
80 virtual void update(
double value,
const QString &username =
"") = 0;
90 const QString &username =
"") = 0;