35 #ifndef ABSTRACTMETRIC_H 36 #define ABSTRACTMETRIC_H 42 #include "../connectivity_global.h" 48 #include <QSharedPointer> 81 typedef QSharedPointer<AbstractMetric>
SPtr;
82 typedef QSharedPointer<const AbstractMetric>
ConstSPtr;
90 static bool m_bStorageModeIsActive;
91 static int m_iNumberBinStart;
92 static int m_iNumberBinAmount;
102 #endif // ABSTRACTMETRIC_H QSharedPointer< const AbstractMetric > ConstSPtr
This class provides basic functionalities for all implemented metrics.
QSharedPointer< AbstractMetric > SPtr
#define CONNECTIVITYSHARED_EXPORT