#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 |
|
Constructor which constructs an empty recordset.
|
|
Constructor which constructs a recordset using the specified parameters.
|
|
Destructor.
|
|
returns the currently set channel of the this recordset
|
|
returns the currently set end time of the this recordset
|
|
returns the currently set Path and name with which the record file will be created
|
|
returns the currently set start time of the this recordset
|
|
either sets or changes the record channel of this recordset to the channel specified by the parameter
|
|
either sets or changes the endDateTime of this recordset to the endDateTime specified by the parameter
|
|
either sets or changes the RecordFile of this recordset to the RecordFile specified by the parameter
|
|
either sets or changes the startDateTime of this recordset to the startDateTime specified by the parameter
|