MNE-CPP
beta 1.0
|
The RealTimeMultiSampleArrayNew class is the base class of every RealTimeMultiSampleArrayNew Measurement. More...
#include <realtimeevoked.h>
Public Types | |
typedef QSharedPointer< RealTimeEvoked > | SPtr |
typedef QSharedPointer< const RealTimeEvoked > | ConstSPtr |
![]() | |
typedef QSharedPointer< NewMeasurement > | SPtr |
typedef QSharedPointer< const NewMeasurement > | ConstSPtr |
Public Member Functions | |
RealTimeEvoked (QObject *parent=0) | |
virtual | ~RealTimeEvoked () |
const QString & | getXMLLayoutFile () const |
void | setXMLLayoutFile (const QString &layout) |
unsigned int | getNumChannels () const |
qint32 | getNumPreStimSamples () const |
QList< QColor > & | chColor () |
QList< RealTimeSampleArrayChInfo > & | chInfo () |
FiffInfo & | info () |
virtual void | setValue (FiffEvoked &v) |
virtual FiffEvoked::SPtr & | getValue () |
bool | isInitialized () const |
![]() | |
NewMeasurement (int type=QMetaType::UnknownType, QObject *parent=0) | |
virtual | ~NewMeasurement () |
const QString & | getName () const |
void | setName (const QString &name) |
bool | isVisible () const |
void | setVisibility (bool visibility) |
int | type () const |
Additional Inherited Members | |
![]() | |
void | notify () |
![]() | |
void | setType (int type) |
The RealTimeMultiSampleArrayNew class is the base class of every RealTimeMultiSampleArrayNew Measurement.
DECLARE CLASS RealTimeEvoked -> ToDo check feasibilty of QAbstractTableModel
Definition at line 88 of file realtimeevoked.h.
typedef QSharedPointer<const RealTimeEvoked> XMEASLIB::RealTimeEvoked::ConstSPtr |
Const shared pointer type for RealTimeEvoked.
Definition at line 93 of file realtimeevoked.h.
typedef QSharedPointer<RealTimeEvoked> XMEASLIB::RealTimeEvoked::SPtr |
Shared pointer type for RealTimeEvoked.
Definition at line 92 of file realtimeevoked.h.
|
explicit |
Constructs a RealTimeMultiSampleArrayNew.
Definition at line 65 of file realtimeevoked.cpp.
|
virtual |
Destroys the RealTimeMultiSampleArrayNew.
Definition at line 76 of file realtimeevoked.cpp.
|
inline |
Returns the number of channels.
Definition at line 256 of file realtimeevoked.h.
|
inline |
Returns the reference to the channel list.
Definition at line 265 of file realtimeevoked.h.
|
inline |
Returns the number of channels.
Definition at line 238 of file realtimeevoked.h.
|
inline |
Returns the number of pre-stimulus samples
Definition at line 247 of file realtimeevoked.h.
|
virtual |
Returns the current value set. This method is inherited by Measurement.
Definition at line 124 of file realtimeevoked.cpp.
|
inline |
Returns the file name of the xml layout file.
Definition at line 220 of file realtimeevoked.h.
|
inline |
Returns the reference to the current info.
Definition at line 274 of file realtimeevoked.h.
|
inline |
Returns whether RealTimeEvoked contains values
Definition at line 283 of file realtimeevoked.h.
|
virtual |
New devoked to distribute
[in] | v | the evoked which should be distributed. |
Definition at line 133 of file realtimeevoked.cpp.
|
inline |
Sets the file name of the xml layout.
[in] | layout | which should be set. |
Definition at line 229 of file realtimeevoked.h.