#include <generalinfopage.h>
Public Slots | |
void | propertyModified () |
void | resetModificationStatus () |
Public Member Functions | |
GeneralInfoPage (QWidget *parent=0, const char *name=0) | |
void | setDate (QDate date) |
void | setExperimenters (QString experimenters) |
void | setDescription (QString description) |
void | setNotes (QString notes) |
QDate | getDate () |
QString | getExperimenters () |
QString | getDescription () |
QString | getNotes () |
bool | isModified () const |
void | initialisationOver () |
void GeneralInfoPage::setDate | ( | QDate | date | ) | [inline] |
Sets the date.
void GeneralInfoPage::setExperimenters | ( | QString | experimenters | ) | [inline] |
Sets the experimenters.
void GeneralInfoPage::setDescription | ( | QString | description | ) | [inline] |
SSets the description.
void GeneralInfoPage::setNotes | ( | QString | notes | ) | [inline] |
Sets the notes.
QDate GeneralInfoPage::getDate | ( | ) | [inline] |
Gets the date.
QString GeneralInfoPage::getExperimenters | ( | ) | [inline] |
Gets the experimenters.
QString GeneralInfoPage::getDescription | ( | ) | [inline] |
Gets the description.
QString GeneralInfoPage::getNotes | ( | ) | [inline] |
Gets the notes.
bool GeneralInfoPage::isModified | ( | ) | const [inline] |
True if at least one property has been modified, false otherwise.
void GeneralInfoPage::initialisationOver | ( | ) | [inline] |
Indicates that the initialisation is finished.
void GeneralInfoPage::propertyModified | ( | ) | [inline, slot] |
Will be called when any properties is modified.
void GeneralInfoPage::resetModificationStatus | ( | ) | [inline, slot] |
Resets the internal modification status to false.