15 #ifndef BORNAGAIN_GUI_MODEL_MODEL_APPLICATIONMODELS_H
16 #define BORNAGAIN_GUI_MODEL_MODEL_APPLICATIONMODELS_H
36 void writeTo(
class QXmlStreamWriter* writer);
JobModel * jobModel() const
QVector< SessionItem * > nonXMLItems() const
Returns all non-XML items.
void readFrom(class QXmlStreamReader *reader, MessageService *messageService)
RealDataModel * m_realDataModel
RealDataModel * realDataModel() const
void writeTo(class QXmlStreamWriter *writer)
Writes all model in file one by one.
void connectModel(SessionModel *model) const
The service to collect messages from different senders.
The RealDataModel class is a model to store all imported RealDataItem's.
Base class for a GUI data item.
Base class for a GUI data collection. A collection is e.g. all real data (RealDataModel)....