#include <generalinformation.h>
Public Member Functions | |
void | setDate (QDate date) |
void | setExperimenters (QString experimenters) |
void | setDescription (QString description) |
void | setNotes (QString notes) |
QDate | getDate () |
QString | getExperimenters () |
QString | getDescription () |
QString | getNotes () |
void GeneralInformation::setDate | ( | QDate | date | ) | [inline] |
Sets the date.
void GeneralInformation::setExperimenters | ( | QString | experimenters | ) | [inline] |
Sets the experimenters.
void GeneralInformation::setDescription | ( | QString | description | ) | [inline] |
Sets the description.
void GeneralInformation::setNotes | ( | QString | notes | ) | [inline] |
Sets the notes.
QDate GeneralInformation::getDate | ( | ) | [inline] |
Gets the date.
QString GeneralInformation::getExperimenters | ( | ) | [inline] |
Gets the experimenters.
QString GeneralInformation::getDescription | ( | ) | [inline] |
Gets the description.
QString GeneralInformation::getNotes | ( | ) | [inline] |
Gets the notes.