MNE-CPP
beta 0.1
|
The Text class is the base class of every Text Measurement. More...
#include <text.h>
Public Types | |
typedef QSharedPointer< Text > | SPtr |
typedef QSharedPointer< const Text > | ConstSPtr |
![]() | |
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 | |
Text () | |
virtual | ~Text () |
void | setText (const QString &text) |
const QString & | getText () const |
virtual void | setValue (double) |
virtual double | getValue () const |
![]() | |
SngChnMeasurement () | |
virtual | ~SngChnMeasurement () |
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 Text class is the base class of every Text Measurement.
DECLARE CLASS Text
typedef QSharedPointer<const Text> XMEASLIB::Text::ConstSPtr |
typedef QSharedPointer<Text> XMEASLIB::Text::SPtr |
|
inline |
|
inlinevirtual |
Returns the current value. Not used. Method inherited by Subject.
Implements XMEASLIB::SngChnMeasurement.
void Text::setText | ( | const QString & | text | ) |
|
inlinevirtual |
Sets a value. Not used. Method inherited by Measurement.
[in] | value | which should be set. |
Implements XMEASLIB::SngChnMeasurement.