MNE-CPP  beta 1.0
Public Types | Public Member Functions | List of all members
XMEASLIB::RealTimeEvoked Class Reference

The RealTimeMultiSampleArrayNew class is the base class of every RealTimeMultiSampleArrayNew Measurement. More...

#include <realtimeevoked.h>

Inheritance diagram for XMEASLIB::RealTimeEvoked:
XMEASLIB::NewMeasurement

Public Types

typedef QSharedPointer< RealTimeEvokedSPtr
 
typedef QSharedPointer< const RealTimeEvokedConstSPtr
 
- Public Types inherited from XMEASLIB::NewMeasurement
typedef QSharedPointer< NewMeasurementSPtr
 
typedef QSharedPointer< const NewMeasurementConstSPtr
 

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 ()
 
FiffInfoinfo ()
 
virtual void setValue (FiffEvoked &v)
 
virtual FiffEvoked::SPtrgetValue ()
 
bool isInitialized () const
 
- Public Member Functions inherited from XMEASLIB::NewMeasurement
 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

- Signals inherited from XMEASLIB::NewMeasurement
void notify ()
 
- Protected Member Functions inherited from XMEASLIB::NewMeasurement
void setType (int type)
 

Detailed Description

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.

Member Typedef Documentation

typedef QSharedPointer<const RealTimeEvoked> XMEASLIB::RealTimeEvoked::ConstSPtr

Const shared pointer type for RealTimeEvoked.

Definition at line 93 of file realtimeevoked.h.

Shared pointer type for RealTimeEvoked.

Definition at line 92 of file realtimeevoked.h.

Constructor & Destructor Documentation

RealTimeEvoked::RealTimeEvoked ( QObject *  parent = 0)
explicit

Constructs a RealTimeMultiSampleArrayNew.

Definition at line 65 of file realtimeevoked.cpp.

RealTimeEvoked::~RealTimeEvoked ( )
virtual

Destroys the RealTimeMultiSampleArrayNew.

Definition at line 76 of file realtimeevoked.cpp.

Member Function Documentation

QList< QColor > & XMEASLIB::RealTimeEvoked::chColor ( )
inline

Returns the number of channels.

Returns
the number of values which are gathered before a notify() is called.

Definition at line 256 of file realtimeevoked.h.

QList< RealTimeSampleArrayChInfo > & XMEASLIB::RealTimeEvoked::chInfo ( )
inline

Returns the reference to the channel list.

Returns
the reference to the channel list.

Definition at line 265 of file realtimeevoked.h.

unsigned int XMEASLIB::RealTimeEvoked::getNumChannels ( ) const
inline

Returns the number of channels.

Returns
the number of values which are gathered before a notify() is called.

Definition at line 238 of file realtimeevoked.h.

qint32 XMEASLIB::RealTimeEvoked::getNumPreStimSamples ( ) const
inline

Returns the number of pre-stimulus samples

Returns
the number of pre-stimulus samples

Definition at line 247 of file realtimeevoked.h.

FiffEvoked::SPtr & RealTimeEvoked::getValue ( )
virtual

Returns the current value set. This method is inherited by Measurement.

Returns
the last attached value.

Definition at line 124 of file realtimeevoked.cpp.

const QString & XMEASLIB::RealTimeEvoked::getXMLLayoutFile ( ) const
inline

Returns the file name of the xml layout file.

Returns
the file name of the layout file.

Definition at line 220 of file realtimeevoked.h.

FiffInfo & XMEASLIB::RealTimeEvoked::info ( )
inline

Returns the reference to the current info.

Returns
the reference to the current info.

Definition at line 274 of file realtimeevoked.h.

bool XMEASLIB::RealTimeEvoked::isInitialized ( ) const
inline

Returns whether RealTimeEvoked contains values

Returns
whether RealTimeEvoked contains values.

Definition at line 283 of file realtimeevoked.h.

void RealTimeEvoked::setValue ( FiffEvoked v)
virtual

New devoked to distribute

Parameters
[in]vthe evoked which should be distributed.

Definition at line 133 of file realtimeevoked.cpp.

void XMEASLIB::RealTimeEvoked::setXMLLayoutFile ( const QString &  layout)
inline

Sets the file name of the xml layout.

Parameters
[in]layoutwhich should be set.

Definition at line 229 of file realtimeevoked.h.


The documentation for this class was generated from the following files: