CKlearAppRecordSet Class Reference

Storage class for storing start -, endtime, channel and path for each recording. More...

#include <CKlearAppRecordSet.h>


Public Member Functions

 CKlearAppRecordSet ()
 Constructor which constructs an empty recordset.
 CKlearAppRecordSet (const QString RecordFile, const QDateTime startDateTime, const QDateTime endDateTime, const QString channel)
 Constructor which constructs a recordset using the specified parameters.
 ~CKlearAppRecordSet ()
 Destructor.
QString getRecordFile () const
 returns the currently set Path and name with which the record file will be created
QDateTime getStartDateTime () const
 returns the currently set start time of the this recordset
QDateTime getEndDateTime () const
 returns the currently set end time of the this recordset
QString getChannel () const
 returns the currently set channel of the this recordset
void setRecordFile (const QString RecordFile)
 either sets or changes the RecordFile of this recordset to the RecordFile specified by the parameter
void setStartDateTime (const QDateTime startDateTime)
 either sets or changes the startDateTime of this recordset to the startDateTime specified by the parameter
void setEndDateTime (const QDateTime endDateTime)
 either sets or changes the endDateTime of this recordset to the endDateTime specified by the parameter
void setChannel (const QString channel)
 either sets or changes the record channel of this recordset to the channel specified by the parameter


Detailed Description

Storage class for storing start -, endtime, channel and path for each recording.

Author:
Klear.org


Constructor & Destructor Documentation

void CKlearAppRecordSet::CKlearAppRecordSet  ) 
 

Constructor which constructs an empty recordset.

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Return values:
void no return value

void CKlearAppRecordSet::CKlearAppRecordSet const QString  RecordFile,
const QDateTime  startDateTime,
const QDateTime  endDateTime,
const QString  channel
 

Constructor which constructs a recordset using the specified parameters.

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Parameters:
RecordFile Path and name with which the record file will be created
startDateTime Specifies the start time of the record
endDateTime Specifies the end time of the record
channel the channel to be recorded
Return values:
void no return value

void CKlearAppRecordSet::~CKlearAppRecordSet  ) 
 

Destructor.

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Return values:
void no return value


Member Function Documentation

QString CKlearAppRecordSet::getChannel  )  const
 

returns the currently set channel of the this recordset

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Return values:
QString the channel of the recordset

QDateTime CKlearAppRecordSet::getEndDateTime  )  const
 

returns the currently set end time of the this recordset

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Return values:
QDateTime the end time of the recordset

QString CKlearAppRecordSet::getRecordFile  )  const
 

returns the currently set Path and name with which the record file will be created

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Return values:
QString the Path and name with which the record file will be created

QDateTime CKlearAppRecordSet::getStartDateTime  )  const
 

returns the currently set start time of the this recordset

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Return values:
QDateTime the start time of the recordset

void CKlearAppRecordSet::setChannel const QString  channel  ) 
 

either sets or changes the record channel of this recordset to the channel specified by the parameter

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Parameters:
channel the channel to be recorded
Return values:
void no return value

void CKlearAppRecordSet::setEndDateTime const QDateTime  endDateTime  ) 
 

either sets or changes the endDateTime of this recordset to the endDateTime specified by the parameter

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Parameters:
endDateTime Specifies the end time of the record
Return values:
void no return value

void CKlearAppRecordSet::setRecordFile const QString  RecordFile  ) 
 

either sets or changes the RecordFile of this recordset to the RecordFile specified by the parameter

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Parameters:
RecordFile Path and name with which the record file will be created
Return values:
void no return value

void CKlearAppRecordSet::setStartDateTime const QDateTime  startDateTime  ) 
 

either sets or changes the startDateTime of this recordset to the startDateTime specified by the parameter

Author:
Manuel Habermann <manuel@klear.org>, Patric Sherif <patric@klear.org>
Parameters:
startDateTime Specifies the start time of the record
Return values:
void no return value


The documentation for this class was generated from the following file:
Generated on Sun Nov 20 17:46:53 2005 for klear.kdevelop by  doxygen 1.4.5