MNE-CPP
beta 0.1
|
The SngChnMeasurement class is the base class of every SngChnMeasurement. More...
#include <sngchnmeasurement.h>
Public Types | |
typedef QSharedPointer < SngChnMeasurement > | SPtr |
typedef QSharedPointer< const SngChnMeasurement > | ConstSPtr |
![]() | |
typedef QSharedPointer < Measurement > | SPtr |
typedef QSharedPointer< const Measurement > | ConstSPtr |
![]() | |
typedef QSharedPointer< Subject > | SPtr |
typedef QSharedPointer< const Subject > | ConstSPtr |
typedef QSet< IObserver * > | t_Observers |
Public Member Functions | |
SngChnMeasurement () | |
virtual | ~SngChnMeasurement () |
virtual void | setValue (double value)=0 |
virtual double | getValue () const =0 |
virtual bool | isSingleChannel () const |
![]() | |
Measurement () | |
virtual | ~Measurement () |
void | setName (const QString &name) |
QString | getName () const |
void | setVisibility (bool visibility) |
bool | isVisible () const |
![]() | |
virtual | ~Subject () |
void | attach (IObserver *pObserver) |
void | detach (IObserver *pObserver) |
void | notify () |
t_Observers & | observers () |
int | observerNumDebug () |
Additional Inherited Members | |
![]() | |
static bool | notifyEnabled = true |
![]() | |
Subject () | |
The SngChnMeasurement class is the base class of every SngChnMeasurement.
DECLARE CLASS SngChnMeasurement
Definition at line 72 of file sngchnmeasurement.h.
typedef QSharedPointer<const SngChnMeasurement> XMEASLIB::SngChnMeasurement::ConstSPtr |
Const shared pointer type for SngChnMeasurement.
Definition at line 76 of file sngchnmeasurement.h.
typedef QSharedPointer<SngChnMeasurement> XMEASLIB::SngChnMeasurement::SPtr |
Shared pointer type for SngChnMeasurement.
Definition at line 75 of file sngchnmeasurement.h.
SngChnMeasurement::SngChnMeasurement | ( | ) |
Constructs a SngChnMeasurement.
Definition at line 58 of file sngchnmeasurement.cpp.
|
virtual |
Destroys the SngChnMeasurement.
Definition at line 67 of file sngchnmeasurement.cpp.
|
pure virtual |
Returns whether SngChnMeasurement is visible. Pure virtual method.
Implemented in XMEASLIB::RealTimeMultiSampleArray, XMEASLIB::ProgressBar, XMEASLIB::Text, and XMEASLIB::Numeric.
|
virtual |
Returns whether Measurement is single channel measurement.
Implements XMEASLIB::Measurement.
Definition at line 75 of file sngchnmeasurement.cpp.
|
pure virtual |
Sets a value. Pure virtual method.
[in] | value | which should be set. |
Implemented in XMEASLIB::RealTimeMultiSampleArray, XMEASLIB::ProgressBar, XMEASLIB::Text, and XMEASLIB::Numeric.