MNE-CPP
beta 0.1
|
The MltChnMeasurement class is the base class of every MltChnMeasurement. More...
#include <mltchnmeasurement.h>
Public Types | |
typedef QSharedPointer < MltChnMeasurement > | SPtr |
typedef QSharedPointer< const MltChnMeasurement > | 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 | |
MltChnMeasurement () | |
virtual | ~MltChnMeasurement () |
virtual void | setValue (VectorXd value)=0 |
virtual VectorXd | 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 MltChnMeasurement class is the base class of every MltChnMeasurement.
DECLARE CLASS MltChnMeasurement
Definition at line 89 of file mltchnmeasurement.h.
typedef QSharedPointer<const MltChnMeasurement> XMEASLIB::MltChnMeasurement::ConstSPtr |
Const shared pointer type for MltChnMeasurement.
Definition at line 93 of file mltchnmeasurement.h.
typedef QSharedPointer<MltChnMeasurement> XMEASLIB::MltChnMeasurement::SPtr |
Shared pointer type for MltChnMeasurement.
Definition at line 92 of file mltchnmeasurement.h.
MltChnMeasurement::MltChnMeasurement | ( | ) |
Constructs a MltChnMeasurement.
Definition at line 58 of file mltchnmeasurement.cpp.
|
virtual |
Destroys the MltChnMeasurement.
Definition at line 67 of file mltchnmeasurement.cpp.
|
pure virtual |
Returns whether MltChnMeasurement is visible. Pure virtual method.
Implemented in XMEASLIB::RealTimeMultiSampleArrayNew.
|
virtual |
Returns whether Measurement is single channel measurement.
Implements XMEASLIB::Measurement.
Definition at line 75 of file mltchnmeasurement.cpp.
|
pure virtual |
Sets a value. Pure virtual method.
[in] | value | which should be set. |
Implemented in XMEASLIB::RealTimeMultiSampleArrayNew.