FileInformation Class Reference

#include <fileinformation.h>

List of all members.

Public Member Functions

 FileInformation ()
 ~FileInformation ()
float getSamplingRate () const
QString getExtension () const
QMap< int, QValueList< int > > getChannelMapping ()
void setSamplingRate (float rate)
void setExtension (QString ext)
void setChannelMapping (QMap< int, QValueList< int > > &mapping)


Detailed Description

Class storing the information describing an additional file (filter and/or subset of the raw data file).
Author:
Lynn Hazan


Constructor & Destructor Documentation

FileInformation::FileInformation (  )  [inline]

Constructor.

FileInformation::~FileInformation (  )  [inline]

Destructor.


Member Function Documentation

float FileInformation::getSamplingRate (  )  const [inline]

Gets the file sampling rate.

QString FileInformation::getExtension (  )  const [inline]

Gets the file extension.

Returns:
the file extension.

QMap<int, QValueList<int> > FileInformation::getChannelMapping (  )  [inline]

Gets the mapping between the original channels and the ones in the file.

Returns:
the channel mapping map.

void FileInformation::setSamplingRate ( float  rate  )  [inline]

Sets the sampling rate.

void FileInformation::setExtension ( QString  ext  )  [inline]

Sets the file extension.

Parameters:
ext file extension.

void FileInformation::setChannelMapping ( QMap< int, QValueList< int > > &  mapping  )  [inline]

Sets the mapping between the original channels and the ones in the file.

Parameters:
mapping the channel mapping map.


The documentation for this class was generated from the following file:
Generated on Sat Sep 15 16:04:45 2007 for ndmanager.kdevelop by  doxygen 1.5.1