45 #include "../xmeas_global.h"
54 #include <QSharedPointer>
74 typedef QSharedPointer<ProgressBar>
SPtr;
75 typedef QSharedPointer<const ProgressBar>
ConstSPtr;
94 inline void setMinScale(
int iMin);
101 inline int getMinScale()
const;
109 inline void setMaxScale(
int iMax);
116 inline int getMaxScale()
const;
125 void setValue(
double v);
133 virtual double getValue()
const;
186 #endif // PROGRESSBAR_H
QSharedPointer< const ProgressBar > ConstSPtr
virtual double getValue() const
#define XMEASSHARED_EXPORT
void setMinScale(int iMin)
QSharedPointer< ProgressBar > SPtr
void setMaxScale(int iMax)
The ProgressBar class is the base class of every ProgressBar Measurement.
The SngChnMeasurement class is the base class of every SngChnMeasurement.
Contains the declaration of the SngChnMeasurement base class.